Skip to main content
Glama

get_integration_guide

Returns integration instructions, flow steps, and official documentation links for a target type.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYesIntegration target type

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It clearly identifies the operation as a return/retrieval of guide content, but it does not mention output shape, prerequisites, or any other runtime behavior. Adequate but minimal.

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 a single, front-loaded sentence with no filler. Every phrase conveys meaningful information about what is returned and for what scope.

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 is simple: one enumerated parameter, no nested objects, no output schema. The description explains the return content well enough for an agent to understand the tool's purpose and invoke it correctly, though a brief note on expected output format would make it fully complete.

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?

The schema already describes the only parameter ('target') with 100% coverage as 'Integration target type,' and the enum defines valid values. The description adds little beyond the schema, so the baseline of 3 applies.

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 uses a specific verb ('Returns') and names a clear resource: integration instructions, flow steps, and official documentation links. It is distinct enough from sibling tools by its subject matter, though it does not explicitly contrast itself with them.

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

Usage Guidelines2/5

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

No guidance is given about when to use this tool versus get_aipp_capabilities or inspect_smart_tag, and no exclusions or alternative conditions are stated. The purpose implies a retrieval use case, but the description does not help an agent choose among the sibling tools.

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.

TDQS

A3.8/5.0
Disambiguation5/5

Each tool targets a clearly distinct function: explaining capabilities, providing integration steps, and inspecting a specific Smart Tag. There is no meaningful overlap even though two tools use the get_ prefix.

Naming Consistency4/5

All names use snake_case and follow a verb_noun pattern. Two use get_ and one uses inspect_, which is a minor deviation but still predictable and consistent in style.

Tool Count5/5

Three tools is a reasonable, well-scoped set for an informational and inspection-focused server. Each tool earns its place with no redundancy or unnecessary bloat.

Completeness3/5

The set covers capability discovery, integration guidance, and Smart Tag inspection, but the Monetize name implies some form of creation, management, or payment execution. Those operations are absent, so agents cannot complete an end-to-end monetization workflow without external steps.

Resources