Skip to main content
Glama

ADITUS Developer Portal MCP

Get an integration guide

get_guide
Read-onlyIdempotent

Markdown of an integration guide. 'micro-frontend' is the Shop Micro Frontend contract (mounting, sessions, styling, Web Component, lifecycle, security); module guides such as 'guidelines' or 'webhooks' come from the API reference. Pass a section heading to fetch only that section.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
guideYesGuide id, e.g. 'micro-frontend', 'guidelines', 'webhooks'
sectionNoOptional section heading (or slug) to return only that part

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnly, idempotent, non-destructive and closed-world, so the safety profile is covered. The description adds that the payload is Markdown and that supplying a section narrows the response, which is modest but real extra context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three tight sentences with the resource stated first and the guide taxonomy and section behavior following. Dense but every clause carries information; no filler.

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?

The tool has no output schema, and the description compensates by stating the return format is Markdown and that output can be narrowed by section. Both parameters are addressed, so an agent has enough to call it correctly.

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 the baseline would be 3, but the description adds meaning beyond the schema: it defines the special 'micro-frontend' contract contents and explains that module guides like 'guidelines'/'webhooks' are sourced from the API reference, plus that a section heading (or slug) returns only that part.

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?

States the specific resource (an integration guide returned as Markdown) and enumerates the guide families it serves, so an agent can tell it apart from list_endpoints/search_docs. It stops short of explicitly naming which sibling to use instead, so it is clear but not fully differentiated.

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?

Implies usage by explaining what 'micro-frontend' versus module guides such as 'guidelines'/'webhooks' contain, which helps an agent pick the right guide id. However it never states when to prefer this tool over search_docs or get_endpoint, and gives no exclusions or prerequisites.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources