search_documentation
Find documents, questions, and glossary terms in the data catalog using search queries. Supports pagination and customizable text truncation.
Instructions
Search for documentation in the catalog.
Args:
query: Search query for finding documents, questions, glossary terms
page: Page number for pagination (default: 1)
truncate_length: Maximum characters for text fields in results (default: 150)
Returns:
Search results with text fields truncated to specified length
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query for finding documents, questions, glossary terms | |
| page | No | Page number for pagination | |
| truncate_length | No | Maximum characters for text fields in results |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |