Skip to main content
Glama

report_mcpize_link

Read-onlyIdempotent

Pass a DataNexus tool ID to check if it requires a subscription or is free. Get status, upgrade URL, and access guidance.

Instructions

Check MCPize subscription status for a DataNexus tool.

tool_id: DataNexus tool identifier e.g. "T10". Pass the tool the user is asking about.

Returns: status ("free" | "subscription_required" | "not_configured"), message, tool_id, and upgrade_url when subscription is required.

Example: report_mcpize_link(tool_id="T10")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tool_idYesDataNexus tool identifier to check, e.g. "T01", "T07", "T10" — pass the ID of the tool the user is asking about.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changedv2.1.16
    • addedInput schema / properties / tool_id / description
      Added value: +"DataNexus tool identifier to check, e.g. \"T01\", \"T07\", \"T10\" — pass the ID of the tool the user is asking about."
  2. Addedv2.1.8
  3. Removedv2.1.7
  4. First observedv0.1.0

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already specify readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds further behavioral context by detailing the return values (status, message, tool_id, upgrade_url) and provides an example call, which is well beyond what annotations offer.

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 four sentences, front-loaded with the main purpose. Each sentence adds value: purpose, parameter explanation, return details, and example. There is no fluff or redundancy.

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

Completeness5/5

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

Given the tool's simplicity (one parameter, read-only check), the presence of an output schema, and clear annotations, the description fully covers what an agent needs to know. It explains what the tool does, what input to provide, and what to expect in return.

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 input schema covers the parameter with 100% description coverage, so baseline is 3. The description adds an example and reiterates the parameter's purpose, which provides marginal additional value but does not significantly enhance understanding beyond the schema.

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 starts with 'Check MCPize subscription status for a DataNexus tool,' which uses a specific verb and resource. None of the sibling tools are related to subscription status, so it is well-distinguished.

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 clearly states the required parameter and how to use it ('Pass the tool the user is asking about'). However, it does not explicitly mention when not to use this tool or list alternatives, which would be helpful but is not critical given its unique purpose.

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

Deploy Server

Other Tools