Index Content
indexIndex documentation or API references into a searchable knowledge base for on-demand retrieval via search.
Instructions
Index content into the searchable knowledge base.
Use for storing documentation, API references, or any content you want to search later. After indexing, use search() to retrieve specific sections on-demand.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Label for the indexed content (e.g., 'react-docs', 'api-reference') | |
| content | Yes | The text content to index (max 10MB) |