Skip to main content
Glama
EB-CON-GmbH

EasyTopic MCP Server

Official
by EB-CON-GmbH

EasyTopic: get Documentation page

easytopic_get_doc_page

Get the full content of a documentation page: title, HTML body, metadata, and child topics. Requires project and topic IDs.

Instructions

Fetches one Documentation page (Topic) in full: title, description (the page's rich-text HTML body), parentTopicId, isPublic, metaDescription, and its direct child pages (id/title only). Get projectId from easytopic_list_doc_projects and topicId from easytopic_list_doc_tree.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicIdYes
projectIdYes
Behavior4/5

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

No annotations exist, so the description carries the full burden. It details the output (title, HTML description, parentTopicId, isPublic, metaDescription, child pages). It does not mention side effects, but for a fetch operation this is acceptable. It could explicitly state it's read-only.

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, concise and front-loaded. The first sentence explains the action and output; the second advises on obtaining parameters. No unnecessary words.

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?

Given no output schema, the description lists return fields. Parameter guidance covers obtaining inputs. It lacks information on error handling, pagination, or permissions, but for a simple get tool this is adequate.

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?

Schema coverage is 0% (no descriptions on parameters). The description compensates by indicating where to get parameter values (from other tools), but it does not explain what the parameters represent (e.g., topicId is the page ID). This adds some value but still leaves ambiguity.

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 it fetches one Documentation page (Topic) in full, listing the specific fields returned. The title reinforces the action. It distinguishes from siblings like easytopic_list_doc_tree (which lists tree structure) and easytopic_get_topic (likely a different concept).

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 provides explicit guidance on how to obtain the required parameters (projectId from easytopic_list_doc_projects and topicId from easytopic_list_doc_tree). However, it does not explicitly state when not to use this tool or compare it to alternatives like easytopic_get_topic.

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/EB-CON-GmbH/easytopic-mcp-server'

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