Skip to main content
Glama
doccler-app

Doccler MCP Server

by doccler-app

create_doc

Create a new document in Doccler by specifying a title and Markdown content. Optionally categorize it in a space or publish it right away.

Instructions

Create new documentation in Doccler. Use list_spaces first to see available spaces.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
spaceNoSpace/category to organize the doc (e.g., "API", "Guides", "Setup"). Leave empty for uncategorized.
titleYesTitle of the documentation
contentYesContent in Markdown format
publishedNoWhether to publish immediately
Behavior2/5

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

No annotations are provided, so the description bears full responsibility. It describes a mutation (create) but does not disclose any behavioral details such as idempotency, side effects, authorization requirements, or what happens if the document already exists. The lack of such information limits transparency.

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 extremely concise with only two sentences, front-loading the purpose and immediately providing a useful prerequisite. Every sentence earns its place with no wasted words.

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 no output schema and 4 parameters, the description covers basic functionality and a prerequisite. However, it lacks details about return values, error handling, or required permissions, which would be helpful for an agent to invoke the tool correctly.

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?

Input schema covers all 4 parameters with descriptions (100% coverage). The description adds context for the 'space' parameter by recommending list_spaces, but does not significantly enhance understanding of other parameters. Baseline 3 is appropriate as schema does the heavy lifting.

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

Purpose4/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 (documentation in Doccler). It also mentions a prerequisite, making the purpose clear. However, it does not explicitly differentiate from sibling tools like generate_doc or publish_doc.

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 provides one usage guideline: use list_spaces first. This is a precondition, but there is no guidance on when to use this tool versus alternatives like publish_doc or generate_doc. The usage is implied but not elaborated.

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/doccler-app/mcp-server'

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