Skip to main content
Glama

Create Document

create_doc

Create a new AFFiNE document with optional content, link it under a parent doc in the sidebar, or place it inside a specific folder.

Instructions

Create a new AFFiNE document with optional content. If parentDocId is provided, the new doc is linked into the sidebar tree immediately. If folderId is provided, the doc is placed inside that folder in the sidebar.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspaceIdNo
titleNo
contentNo
parentDocIdNoOptional parent doc to link the new doc under in the sidebar.
folderIdNoOptional folder ID to place the doc in. Use list_organize_nodes to find folder IDs.
Behavior2/5

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

No annotations are provided, so the description must cover behavioral traits. It mentions linking/placement but does not disclose what happens without parentDocId/folderId, whether the operation is destructive, or any authentication/rate limits. Significant gaps remain.

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

Conciseness5/5

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

The description is two sentences, front-loaded with the main action, and contains no redundant information. Every sentence adds value.

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

Completeness2/5

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

Given 5 parameters, no annotations, and no output schema, the description is incomplete. It explains linking but omits parameter details and return value, limiting an agent's ability to use the tool effectively.

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

Parameters2/5

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

Schema description coverage is 40%, and the description adds meaning for parentDocId and folderId (linking/placement). However, workspaceId, title, and content are not described in either schema or description, leaving ambiguity for 60% of parameters.

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 action (create) and resource (document), and distinguishes from siblings like create_doc_from_markdown and create_folder by specifying AFFiNE document and optional linking behavior.

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

Usage Guidelines3/5

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

The description explains when to use parentDocId and folderId, but does not explicitly differentiate from similar tools like create_doc_from_markdown or give prerequisites. Implicit context is provided but not comprehensive.

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/DAWNCR0W/affine-mcp-server'

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