Skip to main content
Glama

create_doc

Create a new Coda doc with optional title, timezone, folder placement, and initial page content.

Instructions

Create a new Coda doc with optional configuration including title, timezone, folder placement, and initial page content

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
source_docNo
timezoneNo
folder_idNo
initial_pageNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID of the Coda doc.
typeYesThe type of this resource.
hrefYesAPI link to the Coda doc.
browser_linkYesBrowser-friendly link to the Coda doc.
iconNoInfo about the icon.
nameYesName of the doc.
ownerYesEmail address of the doc owner.
owner_nameYesName of the doc owner.
doc_sizeNoThe number of components within a Coda doc.
source_docNoReference to a Coda doc from which this doc was copied, if any.
created_atYesTimestamp for when the doc was created.
updated_atYesTimestamp for when the doc was last modified.
publishedNoInformation about the publishing state of the document.
folderYesReference to the folder containing this doc.
workspaceYesReference to the workspace containing this doc.
workspace_idYesID of the Coda workspace containing this doc.
folder_idYesID of the Coda folder containing this doc.
request_idYesAn arbitrary unique identifier for this request.
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations exist, so the description must disclose behavioral traits. It only states the creation action but does not mention side effects, permissions, rate limits, or error handling. The return value or confirmation behavior is also missing.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence, no filler. Concise but could be slightly more structured, e.g., listing parameters more explicitly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 5 parameters and a nested schema, the description covers the high-level purpose but lacks detail on parameter dependencies, defaults, and output. Since an output schema exists, the omission of return values is partially mitigated.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description lists some parameters (title, timezone, folder placement, initial page content) which adds value beyond the 0% schema description coverage. However, it omits the source_doc parameter and does not clarify the nested object structure for initial_page.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: to create a new Coda doc with optional configurations like title, timezone, folder placement, and initial page content. It includes a specific verb and resource, and distinguishes from siblings like create_page.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool versus alternatives (e.g., create_page, update_doc). The description does not mention when not to use it or provide any usage context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TJC-LP/coda-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server