Get Coda Formula
coda_get_formulaRetrieve the name, ID, and computed value of a specific named formula from a Coda document by providing the document and formula IDs.
Instructions
Get details of a specific named formula in a Coda document.
Args:
doc_id (string): The document ID
formula_id (string): The formula ID or name
response_format: 'markdown' or 'json'
Returns: Formula name, id, and computed value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | Coda document ID | |
| formula_id | Yes | Formula ID or name | |
| response_format | No | Output format: 'markdown' for human-readable, 'json' for machine-readable | markdown |