Skip to Content

Atoms

Atoms are the building blocks of selector expressions. Each atom matches documents based on a single criterion.

Tag

Matches documents that have a specific tag.

tag:#engineering #engineering # shorthand

Type

Matches documents by their type frontmatter field.

type:document type:source type:reference

Status

Matches documents by their status field.

status:published status:draft

Pack

Matches all documents included in a named context pack.

pack:engineering-essentials

Path

Matches documents whose path matches a glob pattern.

path:nodes/api-* path:sources/*

URI

Matches a single document by its contextnest:// URI.

contextnest://nodes/architecture-overview

Transport (source nodes)

Matches source nodes by their transport type.

transport:mcp transport:rest

Server (source nodes)

Matches source nodes by their server name.

server:jira server:github
Last updated on