td_knowledge_recall
Search and retrieve summaries from a markdown knowledge store using free-text queries and tag filters.
Instructions
Search the free-form markdown knowledge store. Returns summaries (no bodies).
Use this for prose reference content — notes, essays, prose-with-math saved
via td_knowledge_save. Use td_knowledge_get afterward to fetch a specific
entry's body. Prefer td_memory_recall when you want the structured, replayable
technique-recipe library (learned via td_memory_learn, rebuilt with
td_memory_replay) rather than free-form notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Filter to entries that have at least one of these tags. | |
| limit | No | Max results. | |
| query | No | Free-text search across name/description/tags/notes. | |
| scope | No | 'project' | 'global' | 'all' (default). | all |
| full_text | No | If true, also search the body of each entry (slower — reads files). Default false searches only metadata. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |