Skip to main content
Glama
EremesNG

kendo-angular-unofficial-mcp

by EremesNG

read_kendo_doc

Reads a Kendo UI documentation article by its path and returns the content in Markdown format, including a list of available demo examples at the end.

Instructions

Reads a specific Kendo UI documentation article and returns it in Markdown format. Includes a list of available demo examples at the end. Use read_demo_source to fetch demo source code.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesThe relative path of the article (e.g., '/grid/data-binding/basics'). Remember to include the component prefix if you extracted it from a grouped list.
Behavior4/5

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

No annotations are provided, but the description discloses that the tool returns an article in Markdown format with a list of demos. Being a read-only operation, no destructive behavior exists. Lacks error handling details, but adequate for a simple read.

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: first conveys core purpose and format, second adds demo info and sibling guidance. No wasted 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?

For a simple documentation reader with one parameter and no output schema, the description sufficiently covers input and output behavior. Minor omission: no mention of error states. Overall complete enough for typical use.

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 covers the only parameter (path) with already a clear description. The description adds practical guidance: 'Remember to include the component prefix if you extracted it from a grouped list', which adds value 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?

Description clearly states verb ('reads') and resource ('Kendo UI documentation article') and adds format ('Markdown') and included demos. Distinguishes from sibling read_demo_source.

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?

Explicitly names a sibling alternative (read_demo_source) for when demo source code is needed. Lacks explicit when-not conditions for other siblings, but the purpose is specific enough.

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/EremesNG/kendo-angular-unofficial-mcp'

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