List Coda Formulas
coda_list_formulasList all named formulas in a Coda document to view formula details such as id, name, and value. Supports Markdown or JSON output.
Instructions
List all named formulas in a Coda document.
Args:
doc_id (string): The document ID
response_format: 'markdown' or 'json'
Returns: List of formulas with id, name, and value.
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 |