coda_list_formulas
List named formulas in a Coda document to retrieve their metadata, including name, ID, and value. Useful for accessing doc-level computed values for further processing.
Instructions
List all named formulas in a Coda doc.
Returns formula metadata including name, ID, and value. Named formulas are doc-level computed values (not column formulas). Use coda_get_formula to get a specific formula's current value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of formulas to return (1-200) | |
| cursor | No | Pagination cursor from a previous response | |
| doc_id | Yes | The doc ID to list formulas from |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |