Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_document | Create a new Word document with optional title |
| add_heading | Add a heading to the document at specified level (1-5) |
| add_paragraph | Add a paragraph of text to the document |
| add_bullet_list | Add a bulleted list to the document |
| add_numbered_list | Add a numbered list to the document |
| add_table | Add a table to the document |
| find_and_replace | Find and replace text in the document |
| save_document | Save the document to disk |
| get_document_structure | Get the structure/outline of the document (headings and paragraphs) |
| apply_text_formatting | Apply formatting to specific text in the document |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |