Skip to main content
Glama

Create Document

create_doc

Create a new AFFiNE document with optional content and instantly link it into the sidebar tree by providing a parent document ID.

Instructions

Create a new AFFiNE document with optional content. If parentDocId is provided, the new doc is linked into the sidebar tree immediately.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspaceIdNo
titleNo
contentNo
parentDocIdNoOptional parent doc to link the new doc under in the sidebar.
Behavior3/5

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

No annotations provided, so description carries full burden. States creation behavior and immediate sidebar linking, but lacks details on side effects, permissions, or return values. Adequate but minimal.

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?

Two concise sentences, front-loaded with the main action and key option. No waste.

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 4 parameters, no output schema, and no annotations, the description is minimal. It lacks details on requiredness, return value, error conditions, and relationships to other tools. Inadequate for full understanding.

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 low (25% for parentDocId only). Description adds meaning for parentDocId (immediate linking) and describes content as optional, but does not explain workspaceId or title beyond their names. Insufficient compensation for low schema coverage.

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?

Description explicitly states the tool creates an AFFiNE document with optional content and explains the parentDocId behavior. It is specific about the resource (document) and distinguishes from sibling tools like create_doc_from_markdown and create_folder.

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?

Provides context about using parentDocId to link in sidebar, but does not offer explicit guidance on when to use this tool versus alternatives (e.g., create_doc_from_markdown). No when-not-to-use or exclusion criteria.

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