Skip to main content
Glama
KlausFreiberufler

DevFlow MCP Server

doc_page_create

Add new knowledge or guides to a project by creating documentation pages organized into sections like Architecture or Getting Started. Provide title, section, and markdown content.

Instructions

Create a new documentation page in a project. Use this to add new knowledge, guides, or documentation. Pages are organized by sections (e.g. "Architecture", "Getting Started", "API Reference").

Automatically uses the linked project if no projectId is provided.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdNoThe project ID. If omitted, uses the linked project.
titleYesPage title
sectionYesSection name for grouping (e.g. "Architecture", "Getting Started")
contentYesPage content in markdown
Behavior3/5

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

No annotations are provided, so the description must fully disclose behavior. It adds the auto-linking project behavior, which is helpful. But it does not mention side effects, permissions, or what happens if a page with the same title exists, leaving some uncertainty.

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 concise at 4 sentences, with no wasted words. It is front-loaded with the main purpose.

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

Completeness4/5

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

For a creation tool, the description covers the essentials: what it creates, how pages are organized, and the auto-linking behavior. It lacks an explicit statement about return value or error conditions, but given the high schema coverage, it is reasonably complete.

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

Parameters4/5

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

Schema coverage is 100%, so each parameter already has a description. The description adds value by giving examples of section names and stating content is in markdown, going beyond the schema.

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), resource (documentation page), and context (in a project). It is specific and distinguishes from sibling tools like doc_page_get, doc_page_update, etc.

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

Usage Guidelines4/5

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

The description explains when to use the tool ('add new knowledge, guides, or documentation') and includes a key behavioral note about automatically using the linked project if projectId is omitted. However, it does not explicitly state when not to use or list alternatives.

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/KlausFreiberufler/devflow-mcp'

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