Skip to main content
Glama

crowdspace

Report an inaccuracy

report_inaccuracy

Report that something in the CrowdSpace catalogue is wrong or out of date — a minimum investment that no longer matches the platform, a regulator that changed, a dead website. Use it when a reader points out an error, or when you can see the catalogue disagrees with a source you have. It does NOT change the site: the report goes to a queue a person reviews, and the tool result says so — do not tell the user the data has been corrected. Say what is wrong in a sentence, and include the URL you saw it on when you have one; a report nobody can check is one nobody can act on.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldYesWhich field is wrong. Use `other` only when none of the rest fits.
problemYesWhat is wrong with it, in a sentence.
platformYesThe platform's slug — the last segment of the profile URL that search_platforms returns, e.g. `mintos`.
evidence_urlNoWhere you saw the correct value — the platform's own page, a regulator register.
suggested_valueNoWhat it should say, if you know.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
reportYes

TDQS

A4.7/5.0
Behavior5/5

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

The description adds important behavior beyond the annotations: the report goes to a human-reviewed queue and does not change the live site. It also tells the agent not to tell the user the data has been corrected, and notes the tool result itself says so. This gives the agent the necessary side-effect context.

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 well structured, front-loaded with the tool's purpose, and each sentence earns its place: examples of inaccuracies, when to use it, what it does not do, and how to write the report. It is dense but not bloated.

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?

With a full input schema, an output schema, and meaningful annotations, the description completes the picture by explaining the non-mutating report flow, the human-review queue, required problem phrasing, and evidence URL. The agent can use this tool correctly without guessing.

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 coverage is 100%, so the parameters are already well documented. The description adds guidance on how to fill in fields, especially the need to say what is wrong in a sentence and to include the URL as evidence. It reinforces why evidence_url matters, going slightly 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 states precisely what the tool does: report an inaccuracy in the catalogue. It names the resource (CrowdSpace catalogue) and adds clear examples, and explicitly distinguishes itself from a mutation tool by saying it does NOT change the site. This makes it easy to select over siblings.

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 explicit use scenarios: when a reader points out an error or when the agent sees a catalogue/source disagreement. It also gives a warning about what not to claim after using it. It does not explicitly name alternatives, but the sibling tools are different enough that this is still a clear, useful guideline.

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.

TDQS

A4.6/5.0
Disambiguation4/5

Most tools target clearly distinct query types—news, market aggregates, regulatory map, catalogue search, and error reporting—and the descriptions cross-reference each other well. There is slight overlap between get_market_overview and get_regulatory_map around regulated-platform counts and authorities, which could make an agent hesitate on some regulatory questions.

Naming Consistency5/5

All tool names are lowercase snake_case with a leading verb: get_* for read-only data retrievals, search_platforms for catalogue lookup, and report_inaccuracy for feedback. The pattern is consistent and predictable.

Tool Count5/5

Five tools is well within the ideal range for a purpose-built reference server. Each tool covers a distinct user need—news, market statistics, regulation, platform search, and correction reporting—with no redundant additions.

Completeness4/5

The core query surface is covered: search, market-level aggregation, regulatory lookup, news, and a correction-reporting fallback. The main gap is the deliberate absence of full platform profiles (fees, terms, descriptions) in the API, which is documented and mitigated by returning profile links.

Resources