list_sheet_functions
List the Dock Sheets formula functions an agent can use in a cell carrier. Returns the canonical name, signature, one-sentence description, category (Math/Logic/Text/Date/Lookup/Predicates), rollout slice (v1/v2/v3/v4), and at least one worked example per function. Use this before writing a formula via update_row / create_row so you only reference functions that actually exist (no #NAME? errors). Also returns the alias map (e.g. CONCAT → CONCATENATE) so you can pick the canonical name even when writing the alias the UI accepts. Optional filters: category narrows to one category, slice narrows to one rollout slice, name substring-matches names + descriptions + signatures. Public, no auth, no rate limit beyond global.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional case-insensitive substring filter; matches function name, description, and signature. | |
| slice | No | Optional rollout-slice filter. | |
| category | No | Optional category filter. |