Skip to main content
Glama

crowdspace

Search platforms

search_platforms
Read-onlyIdempotent

Search the CrowdSpace catalogue of crowdfunding and P2P lending platforms. Returns per platform: name, investment types, industries, country of headquarters, minimum investment, advertised return range, and the URL of its CrowdSpace profile. Use it to answer "which platforms let me…" questions and to cite specific platforms, always linking the returned profile URL. Do NOT use it for a full platform profile (fees, descriptions and terms are on the profile page, deliberately not in this API), nor for market-wide numbers — get_market_overview answers those in one call instead of paging through hundreds of results. Every filter value is enumerated in this schema; do not invent one. The catalogue keeps platforms that have stopped operating: a closed one is marked "no longer operating" in the result, and the count says how many of the matches are still running — say so rather than quoting the raw total as live platforms. Where a field is not in the result — fees, terms, the full description, the funding volume behind a sort — say it is not served here and link the profile. Do NOT fill the gap from your own knowledge: a figure you remember about a platform will be read as a figure from this catalogue.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoLanguage of the returned titles and profile URLs.
pageNoPage number, 1-based.
sortNoOrdering. Default recommended — the site's own editorial order.
typeNoInvestment type. Most common: equity (287), p2p-lending (272), debt (249), tokenized (35), mini-bonds (16).
bonusNoHas a bonus. Most common: bonus-no (678), yes (23).
yearsNoYears on market. Most common: 3 (570), 2 (76), 1 (41), 0 (3).
regionNoRegion. Most common: europe (461), north-america (87), mena (63), southeast-asia (53), latin-america (31).
returnNoAdvertised return. Most common: 10-15 (203), 5-10 (150), 15-20 (65), lt5 (36), gt20 (28).
buybackNoBuyback guarantee. Most common: buyback-no (681), yes (20).
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
paymentNoPayment options. Most common: bank-transfer (348), direct-debit (148), credit-card (146), cryptocurrency (18), paypal (9).
currencyNoCurrency. Most common: eur (376), usd (119), gbp (44), mxn (22), brl (16).
durationNoAverage loan duration. Most common: gt18 (78), 12-18 (36), 6-12 (19), lt6 (8).
industryNoIndustry. Most common: sme (323), real-estate (295), startups (150), green-energy (80), personal-loans (65).
per_pageNoResults per call, 1-25. Default 20. Narrow the filters rather than asking for more — a wide page spends context on rows nobody reads.
regulatedNoRegulated. Most common: yes (549), regulated-no (152).
regulatorNoRegulated by. The authority's own abbreviation, lowercase — fca, bafin, cnmv, amf. Most common: amf (53), sec (44), fca (43), finra (37), consob (32).
secondaryNoSecondary market. Most common: secondary-no (585), yes (116).
autoinvestNoAuto-invest. Most common: autoinvest-no (643), yes (58).
headquarterNoCountry of headquarters. ISO 3166-1 alpha-2 codes, lowercase — de for Germany, gb for the United Kingdom. Most common: fr (63), gb (63), us (47), es (40), de (39).
registrationNoCountry of registration. ISO 3166-1 alpha-2 codes, lowercase — de for Germany, gb for the United Kingdom. Most common: fr (62), gb (62), us (46), de (39), es (38).
min_investmentNoMinimum investment. Most common: 100-500 (204), 10-100 (176), 1000-5000 (101), lt10 (71), 500-1000 (68).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
metaYesPaging and the tier that answered.
platformsYes

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, and the description adds substantial behavior beyond that: closed platforms are marked 'no longer operating' with a count distinguishing live matches, fees/terms/descriptions are deliberately absent from results, and a hard anti-fabrication rule ('a figure you remember about a platform will be read as a figure from this catalogue'). No contradiction with annotations.

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?

A single dense paragraph front-loads the core purpose before all behavioral caveats. Every sentence earns its place: return fields, use case, exclusions with alternative, closed-platform semantics, absent-field handling, and the no-fabrication rule — no filler or repetition of schema content.

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 23-parameter, 0-required tool the description covers the meaningful edges an agent needs: what is and is not in results, closed-platform semantics, the enumeration constraint, and the citation requirement. Pagination and parameter defaults are already in the rich schema, and an output schema exists, so return value details do not need to be restated.

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 coverage is 100% — all 23 parameters carry descriptions with enum distributions, defaults, and code examples (e.g., 'de for Germany, gb for the United Kingdom') — so the schema does the heavy lifting. The description adds only a general guardrail ('Every filter value is enumerated in this schema; do not invent one') rather than per-parameter detail, matching the baseline 3 for high coverage.

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 opens with a specific verb-resource pair ('Search the CrowdSpace catalogue of crowdfunding and P2P lending platforms') and enumerates the exact return fields. It explicitly names get_market_overview as the sibling it is not, and contrasts itself with the profile page, so an agent can disambiguate without opening other schemas.

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?

Provides explicit when-to-use ('answer which platforms let me… questions') and when-not-to-use ('Do NOT use it for a full platform profile... nor for market-wide numbers') with the named alternative get_market_overview. It also adds operational rules: always link the returned profile URL, use only enumerated filter values, and report the still-running count rather than the raw total.

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