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 |
---|---|
quip_read_document | Read the content of a Quip document by its thread ID |
quip_append_content | Append content to an existing Quip document |
quip_prepend_content | Add content to the beginning of an existing Quip document |
quip_replace_content | Replace content in an existing Quip document |
quip_create_document | Create a new Quip document |