Skip to main content
Glama

crowdspace

Market overview

get_market_overview
Read-onlyIdempotent

Aggregate figures for a slice of the crowdfunding market: how many platforms operate there, how many are regulated and by whom, the minimum / maximum / average advertised return and minimum investment, the spread of funding volumes and founding years, and the distribution across investment types and industries. Slice it by country, industry, region or any other catalogue filter — omit them all for the whole market. Use it for "how big / how regulated / what is typical" questions. Do NOT use it to name platforms — it returns no platform names; search_platforms does that. Figures reflect the live catalogue at the time of the call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoLanguage of the returned titles and profile URLs.
typeNoInvestment type. Most common: equity (287), p2p-lending (272), debt (249), tokenized (35), mini-bonds (16).
regionNoRegion. Most common: europe (461), north-america (87), mena (63), southeast-asia (53), latin-america (31).
countryNoCountry of operation. ISO 3166-1 alpha-2 codes, lowercase — de for Germany, gb for the United Kingdom, es for Spain. Most common: fr (117), de (98), es (90), nl (88), it (84).
listingNoinvestment (default) — platforms you invest through; fundraising — donation and reward platforms. The two have different filters.investment
industryNoIndustry. Most common: sme (323), real-estate (295), startups (150), green-energy (80), personal-loans (65).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
metaYesPaging and the tier that answered.
overviewYes

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, destructiveHint, and openWorldHint, covering the safety profile. The description adds meaningful behavioral context beyond those: figures reflect the live catalogue at the time of the call, and the result set contains no platform names. This is useful but not exhaustive; however, with strong annotations and an output schema, the additional disclosure is adequate.

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 compact and front-loaded: the first sentence states the aggregate purpose and metrics, the second explains filtering, the third gives usage and exclusion guidance, and the final sentence notes data freshness. Every sentence earns its place and there is no filler.

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?

For a tool with six optional parameters, a full output schema, complete parameter documentation, and safety annotations, the description leaves no critical gap. It covers what the tool aggregates, how to filter, when to use it, when not to use it, the alternative tool, and data freshness.

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?

Schema description coverage is 100%, and each parameter already has a rich description with enums and common-value counts. The description adds a useful high-level instruction to omit filters for the whole market, but it does not need to repeat parameter details. This is the baseline 3 for a fully self-documenting 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 names a specific verb and resource: it aggregates figures for a slice of the crowdfunding market and enumerates exactly what metrics are returned (platform counts, regulation, returns, investment minimums, funding volumes, etc.). It also explicitly distinguishes itself from search_platforms by stating that it returns no platform names, so an agent can tell them apart immediately.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It gives explicit when-to-use guidance: 'how big / how regulated / what is typical' questions. It also gives an explicit when-not-to-use and names the alternative: 'Do NOT use it to name platforms — search_platforms does that.' It further instructs that all filters can be omitted for the whole market.

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