Skip to main content
Glama
Nadeus

toolradar-mcp

by Nadeus

report_issue

Report data-quality issues found in Toolradar data to open a verification ticket, correcting prices, features, or tool status against vendor sources.

Instructions

Report a data-quality issue you spotted while using Toolradar data (a wrong price, a dead/renamed tool, a missing or incorrect feature). Files a ticket to the verification queue. Use this when Toolradar data contradicts what you observe on the vendor's own site.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesTool slug the issue is about (e.g. 'notion')
claimYesWhat is incorrect and what it should be, in one or two sentences
fieldNoWhat is wrong (default 'other')
evidence_urlNoA URL backing the claim (ideally the vendor's own page)
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden. It reveals the key side effect: 'Files a ticket to the verification queue,' clarifying that the tool does not directly edit data but queues it for review. This is meaningful context beyond the schema, though other potential behaviors (e.g., auth requirements, response format) are not addressed.

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 efficient: two sentences that front-load the purpose, provide concrete examples, and state the usage condition. There is no filler or redundant restating of schema fields.

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 relatively simple four-parameter tool with 100% schema coverage, the description covers purpose, usage condition, and the core behavioral outcome (verification queue ticket). It does not describe the response/return value, but the schema and the 'files a ticket' statement provide enough context for correct invocation. Slightly more detail about what happens after filing would make it completely self-contained.

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

Parameters4/5

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

Schema description coverage is 100%, so the baseline is 3. The description adds extra semantic value by mapping issue examples to the field enum ('wrong price' → pricing, 'dead/renamed tool' → status, 'missing or incorrect feature' → feature) and by referencing evidence from the vendor's own site, which aligns with the evidence_url parameter.

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 the tool's purpose: 'Report a data-quality issue' with concrete examples ('wrong price, dead/renamed tool, missing or incorrect feature'). It also identifies the resource (Toolradar data) and differentiates from sibling tools that search, compare, or list tools, none of which handle issue reporting.

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 an explicit when-to-use condition: 'Use this when Toolradar data contradicts what you observe on the vendor's own site.' It does not explicitly name alternatives or state when not to use the tool, but the condition is clear and the sibling tools are functionally distinct enough that an agent can route correctly.

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/Nadeus/toolradar-mcp'

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