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

A4/5.0
Behavior3/5

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

With no annotations, the description must carry behavioral disclosure. It clearly implies a read-only retrieval operation, but it does not mention response structure, errors, or access requirements. This is acceptable for a simple get tool but lacks depth.

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?

A single, front-loaded sentence with no filler. It efficiently captures what is returned and for what target type.

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 one-parameter read-only tool, the description covers the main output categories. There is no output schema, but the description enumerates what the agent can expect; missing response-format details are minor for this simplicity.

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 provides 100% parameter description coverage via the target enum and its description. The tool description adds no additional parameter semantics, so baseline 3 is appropriate.

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 a specific verb ('returns') and resource ('integration guide'), and enumerates the content categories: instructions, flow steps, and documentation links. This makes it easy to distinguish from siblings like inspect_smart_tag and get_aipp_capabilities.

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 gives a clear use context: call this when integration instructions or documentation links for a target type are needed. It does not explicitly compare with siblings, but their purposes are sufficiently different that no exclusions are needed.

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 distinct concern: high-level capability explanation, integration instructions, and inspecting a specific Smart Tag. There is no overlap that would confuse an agent.

Naming Consistency4/5

Two tools follow the clear get_ + noun pattern, while inspect_smart_tag deviates with inspect_ instead of get_. This is a minor inconsistency that does not hinder readability.

Tool Count4/5

Three tools is lean but appropriate for a focused informational/monetization helper server. Each tool has a clear role, though the surface is slightly thin.

Completeness4/5

The set covers capability discovery, integration guidance, and tag inspection, which matches the stated purpose. Missing tag management or transaction tools but those seem out of scope; no critical dead ends.

Resources