documents_add_document
Store and index project documents, specs, or architecture guides for semantic retrieval. Enables AI assistants to search and cite them.
Instructions
Store and index a project document, spec, or architecture guide for semantic retrieval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Document title. | |
| content | Yes | Document content markdown or plain text. | |
| category | No | Document category (e.g. "architecture", "api_spec", "onboarding"). | general |
| metadata | No | Optional key-value metadata. |