Skip to main content
Glama

report_mcpize_link

Read-onlyIdempotent

Check subscription status of any DataNexus tool. Returns free, subscription_required, or not_configured, plus upgrade URL when needed.

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

Behavior4/5

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

The description adds useful behavioral details beyond the annotations, listing the return values (status, message, tool_id, upgrade_url) and including an example call. This supplements the readOnlyHint and idempotentHint annotations well, though it could further clarify edge cases.

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 extremely concise, consisting of three short lines that front-load the main purpose, then succinctly describe the parameter and return values. Every sentence serves a clear function with no redundancy.

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 simple read-only tool with one parameter and an existing output schema (implied but not provided), the description is largely complete. It explains the purpose, parameter usage, and return fields, and includes an example. It does not cover error handling or corner cases, but given the simplicity, this is acceptable.

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 already provides full coverage (100%) for the single parameter 'tool_id' with a detailed description. The description repeats this information almost verbatim, adding no new semantic insight beyond the schema. Thus a baseline score of 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 and specifically states the tool's function: 'Check MCPize subscription status for a DataNexus tool.' It uses a precise verb-resource pair and distinguishes the tool from its many siblings (none of which perform this check).

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 provides context on when to use the tool by stating 'Pass the tool the user is asking about,' implying it should be used when a user inquires about a specific tool's subscription. It does not, however, explicitly list alternatives or counter-indications, which would elevate the score.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/datanexusmcp/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server