Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
load_document | Load a document for navigation and analysis. |
get_outline | Get document outline/table of contents. |
read_section | Read content of a specific document section. |
search_document | Search for specific content within a document. |
navigate_section | Get navigation context for a section (parent, siblings, children). |
list_documents | List all currently loaded documents. |
get_document_stats | Get statistics about a loaded document. |
remove_document | Remove a document from the navigator. |