Skip to main content
Glama

crowdspace

Regulatory map

get_regulatory_map
Read-onlyIdempotent

The regulatory picture per country: the regime in force (ECSPR across the EU, national regimes elsewhere), the authorities that supervise platforms there, the main licence type, and how many platforms are REGISTERED in that country and how many of them are regulated. Use it for "is crowdfunding regulated in X / who regulates it / how many platforms are licensed there" questions. The counts are by country of REGISTRATION — the platforms an authority there supervises — not by the countries a platform serves. For "how many platforms operate in X", use search_platforms with the country filter instead; that number is larger. Omit the country to get the whole map — a long answer, so name a country when you have one. It reports what the catalogue records about supervision; it is not legal advice and does not cover tax or investor-eligibility rules.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoLanguage of the names returned.
countryNoCountry, matched on country of registration. ISO 3166-1 alpha-2 codes, lowercase — de for Germany, gb for the United Kingdom, es for Spain. Omit for every country at once.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
metaYesPaging and the tier that answered.
countriesYes

TDQS

A4.9/5.0
Behavior5/5

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

Annotations already mark this as read-only and idempotent, and the description adds meaningful behavioral context: counts are by country of registration, the output can be long if country is omitted, it reflects catalogue records rather than legal advice, and it excludes tax/investor-eligibility rules. No contradictions.

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 dense but every sentence earns its place: scope, returned data, use cases, the key registration-vs-operation distinction, sibling routing, output-length warning, and limitations. It is front-loaded with the most important information and does not repeat schema details unnecessarily.

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?

The description covers what the tool returns, how to scope it, how to choose between this and search_platforms, and what it does not cover. With an output schema present and complete parameter schema coverage, nothing important is missing for correct selection and invocation.

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?

The schema fully documents both parameters with descriptions and enums, so the baseline is 3. The description adds valuable meaning beyond the schema by clarifying that country is matched on country of registration and that omitting it returns the full map. 'lang' is adequately handled by 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 names the resource ('regulatory picture per country') and the specific data points it returns: regime, supervisory authorities, main licence type, and registered/regulated platform counts. It clearly distinguishes itself from search_platforms and the sibling tools by stating these are country-of-registration counts, not operational-activity counts.

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?

The description gives explicit example use cases ('is crowdfunding regulated in X / who regulates it / how many platforms are licensed there'), states when to omit the country parameter, and directly tells the agent to use search_platforms instead for a different question. This is strong routing guidance.

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