Skip to main content
Glama

create_energy_node_roadmap_checkout

Create the end-user checkout link for an unlocked Energy Node roadmap. Free. [free]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailNo
assessmentIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3/5.0
Behavior2/5

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

No annotations are present, so the description carries the full burden for disclosure. It reveals that the action is free and requires an unlocked roadmap, but it omits side effects, required permissions, what happens on failure, or what the returned checkout link looks like—important gaps for a create-style 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 a single, front-loaded sentence with a terse '[free]' tag. It is largely concise, but 'Free' appears twice, creating minor redundancy.

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

Completeness2/5

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

With no output schema, no annotations, and no parameter explanation, the description does not cover return values, error behavior, or lifecycle implications. It gives the core intent but leaves significant context missing for a tool with even two parameters.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description makes no mention of assessmentId or email. It adds no meaning to either parameter, leaving the agent to rely solely on the bare schema types.

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 a specific verb ('Create') and object ('end-user checkout link') scoped to 'an unlocked Energy Node roadmap.' It is unambiguous, though it does not explicitly differentiate itself from sibling tools like get_quote_link or get_energy_node_roadmap.

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 phrase 'for an unlocked Energy Node roadmap' provides clear context about when this tool should be used. 'Free' adds practical guidance for cost-sensitive scenarios, but no explicit alternatives or exclusions are mentioned.

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.