Skip to main content
Glama

create_internal_links

create_internal_links

Generate internal linking suggestions for a guide

Analyzes a guide and generates internal linking suggestions based on content analysis. Note: This endpoint uses tokens (check /api/v1/tokens-usage for the cost, might vary).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
guideIdYesID of the guide

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations, the description bears full burden. It discloses token usage and content analysis, but omits key behavioral traits: whether it is a write operation, if it modifies the guide, or if it is destructive. Incomplete for a mutation tool.

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?

The description is concise with two sentences and a note, front-loading the main purpose. The token usage note adds value without excessive length, though structure could be slightly improved.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the simple input schema and no output schema, the description covers the basic purpose and token cost. However, it lacks completeness about expected behavior (e.g., synchronous? impact on guide?) making it adequate but with gaps.

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 100% with a single parameter 'guideId' described as 'ID of the guide'. The description adds no additional meaning beyond the schema, meeting baseline for high coverage.

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 clearly states the verb 'generate' and the resource 'internal linking suggestions for a guide', making the purpose understandable. However, it does not differentiate from sibling tools like 'get_internal_links' or 'update_guide', so no explicit sibling distinction.

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?

The description implies usage when internal linking suggestions are needed, but lacks explicit when-to-use, when-not-to-use, or alternative guidance. The token cost note provides some context, but no exclusion criteria.

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