Get Coda Control
coda_get_controlRetrieve details of any control in a Coda document, including type, formula, and browser link.
Instructions
Get details of a specific control (formula cell, button, date picker...) in a Coda document.
Args:
doc_id (string): The document ID
control_id (string): The control ID or name
response_format: 'markdown' or 'json'
Returns: Control details including id, name, type, formula, browserLink.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | Coda document ID | |
| control_id | Yes | Control ID or name | |
| response_format | No | Output format: 'markdown' for human-readable, 'json' for machine-readable | markdown |