Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| read_doc_contents | Read the contents of a document and return it as a string. |
| edit_document | Edit a document by replacing a string in the documents content with a new string. |
| return all the docs | Return a list of all the document ids. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| format_to_md | Rewrite the contents of a document in Markdown format. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| list_docs |