coda_list_documents
Access and search available documents on Coda MCP Server to quickly locate specific pages or resources for further interaction.
Instructions
List or search available documents
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | No | The query to search for documents by - optional |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"query": {
"description": "The query to search for documents by - optional",
"type": "string"
}
},
"type": "object"
}