Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
QUIP_BASE_URL | No | The base URL for the Quip API | https://platform.quip-amazon.com |
QUIP_ACCESS_TOKEN | Yes | Your Quip access token | |
PYTHON_SCRIPT_PATH | No | Path to the quip_edit_fixed.py script |
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 |