Get Coda Doc
coda_get_docRetrieve metadata for a Coda document by its ID. Returns name, owner, page count, and browser link in markdown or JSON format.
Instructions
Get metadata for a specific Coda document by its ID.
Args:
doc_id (string): The doc ID (e.g. "AbCdEfGh")
response_format: 'markdown' or 'json'
Returns: Doc metadata including name, owner, pages count, browserLink.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | Coda document ID | |
| response_format | No | Output format: 'markdown' for human-readable, 'json' for machine-readable | markdown |