context.bundle_for_agent
Generate a context packet from an Obsidian note and related vault content, providing an AI agent with the information needed to act on a given objective.
Instructions
Build an agent-ready context packet from a note and related vault context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| objective | No | ||
| maxNotes | No | ||
| maxTotalBytes | No | ||
| workspacePath | No | ||
| includeRepoHints | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brief | Yes | ||
| objective | No | ||
| source | Yes | ||
| relatedNotes | Yes | ||
| keyFacts | Yes | ||
| openQuestions | Yes | ||
| risks | Yes | ||
| repoHints | Yes | ||
| packet | Yes |