get_context
Retrieve contextual data by name, with support for single or bulk queries. Returns markdown text and associated metadata.
Instructions
Get context by name. Supports both single and bulk operations.
Single: provide 'name' (str). Bulk: provide 'names' (list[str]) or 'name' as list[str]. Returns context with 'text' (markdown body) and 'metadata' (from frontmatter). For bulk operations, returns list of results with errors for missing contexts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| names | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||