Catalunya 2022
Server Details
Cerca de text complet al pla Catalunya 2022 - RESET: 3 àmbits, 12 objectius, 91 accions. CA/EN/ES.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- Catalunya-2022/mcp
- GitHub Stars
- 0
- Server Listing
- Catalunya 2022 MCP Server
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.5/5 across 4 of 4 tools scored.
Each tool has a distinct purpose: metadata retrieval, section text retrieval, listing proposals, and searching. There is no overlap; get_document_metadata and get_section serve complementary roles, and list_proposals and search_document provide alternative discovery methods.
All tool names consistently use the verb_noun pattern (get_document_metadata, get_section, list_proposals, search_document). The pattern is uniform and predictable across all four tools.
With 4 tools, the set is concise yet complete for navigating a hierarchical policy document. Each tool earns its place by covering distinct operations (browse metadata, read sections, list proposals, search), avoiding bloat while providing essential functionality.
The tool set fully covers the needed operations for this single-document server: discover structure (get_document_metadata), read content (get_section), browse proposals (list_proposals), and search (search_document). No obvious gaps exist for the stated domain of accessing the Catalunya 2022 policy document.
Available Tools
4 toolsget_document_metadataDocument structure and citationARead-onlyIdempotentInspect
Get the complete structure of the policy document "Catalunya 2022 - RESET: Crida per reactivar el país": 3 spheres, 12 goals, 91 actions created by a 30-expert Catalonia Task Force. Returns the hierarchy with canonical slugs for navigation via get_section, plus the formal citation with DOI.
| Name | Required | Description | Default |
|---|---|---|---|
| locale | No | Content language. Defaults to 'ca' (Catalan), the original language of the document. (ca=Catalan, en=English, es=Spanish) | ca |
Output Schema
| Name | Required | Description |
|---|---|---|
| date | Yes | |
| title | Yes | |
| citation | Yes | |
| hierarchy | Yes | |
| languages | Yes | |
| structure | Yes | |
| staticPages | Yes | |
| contributors | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds useful behavioral detail: the return includes hierarchy with slugs and a formal citation with DOI. No side effects are mentioned, consistent 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, each earning its place: first defines the action and scope, second details the outputs and connection to get_section. No wasted words or information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the output schema exists, the description need not detail return fields. The description provides enough high-level context (hierarchy, slugs, DOI) and references sibling tools for navigation. An agent can fully understand the tool's role.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%; the locale parameter is fully documented in the schema. The description adds no additional parameter guidance, so baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns the complete structure of a specific policy document, including counts (3 spheres, 12 goals, 91 actions). It distinguishes itself from sibling 'get_section' by mentioning that canonical slugs are provided for navigation via that tool.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use this tool (to get full document hierarchy) versus alternatives like get_section (for navigation via slugs). It does not explicitly state exclusions, but the context is clear enough for an agent.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_sectionRead a sectionARead-onlyIdempotentInspect
Retrieve the full text of any section of the Catalunya 2022 document by its canonical slug. Slugs follow the pattern: 'sphere-1', 'sphere-1/goal-2', 'sphere-1/goal-2/action-2-1'. Static pages: 'introduction', 'executive-summary', 'train-of-prosperity'. Use get_document_metadata to discover all available slugs.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Canonical section slug | |
| locale | No | Content language. Defaults to 'ca' (Catalan), the original language of the document. (ca=Catalan, en=English, es=Spanish) | ca |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and idempotentHint=true, so the agent knows it is a safe read. The description adds valuable context by explaining the slug pattern and static pages, which helps the agent understand the tool's input constraints. It does not describe error handling, but the annotation coverage lowers the burden, and the description contributes meaningful beyond-annotation information.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is four sentences, each earning its place: purpose, slug pattern, static pages, and a pointer to metadata. It is front-loaded with the primary action and contains no filler or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With two parameters, no output schema, and a simple read operation, the description covers the essential aspects: what it retrieves, how to format the slug, and where to get valid slugs. It could optionally mention the return format (e.g., plain text vs. markdown), but given the tool's simplicity and annotation coverage, it is sufficiently complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
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. Both parameters (slug and locale) are fully described in the schema, including pattern, enum, and default. The description provides concrete slug examples, but these are illustrative rather than adding new semantic meaning not already in the schema. Therefore, it meets the baseline but does not exceed it.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description starts with a specific verb and resource: 'Retrieve the full text of any section of the Catalunya 2022 document by its canonical slug.' It clearly differentiates from siblings by focusing on full-text retrieval by slug, and it mentions the sibling get_document_metadata for discovering slugs, setting it apart.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It explicitly directs users to 'Use get_document_metadata to discover all available slugs,' which serves as a when-to-use pointer for a sibling tool. While it does not directly compare with search_document or list_proposals, the tool's narrow purpose makes usage clear. There is no misleading guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_proposalsList action proposalsARead-onlyIdempotentInspect
List all 91 action proposals from the Catalunya 2022 document, optionally filtered by sphere (1-3) or goal (1-12). Returns actionId, goalId, sphereId, title, slug, and url. Use get_section with the returned slug to read full action content.
| Name | Required | Description | Default |
|---|---|---|---|
| goalId | No | Filter by goal (1-12) | |
| locale | No | Content language. Defaults to 'ca' (Catalan), the original language of the document. (ca=Catalan, en=English, es=Spanish) | ca |
| sphereId | No | Filter by sphere (1-3) |
Output Schema
| Name | Required | Description |
|---|---|---|
| count | Yes | |
| proposals | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so no contradiction. The description adds value by stating it returns a fixed set (all 91 proposals) and lists returned fields, which is consistent with annotations. It doesn't mention pagination or rate limits, but given the limited scope and annotations, the description is sufficiently transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences: the first states what the tool does with scope and optional filters, the second explains outputs and next steps. Every sentence is earned and front-loaded with key information. No redundancy or fluff.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the output schema exists to document return values, the description covers the essential: scope, filters, returned fields, and usage pattern with sibling tool. The low parameter count (3), no required parameters, and rich annotations make this complete for an agent to select and invoke correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so baseline is 3. The description adds value by linking the parameters to the specific document context ('Catalunya 2022 document') and explaining the purpose of the returned slug for use with get_section. The locale parameter is well-described in the schema with clear enum values, so the description's additional context on the default is helpful but not essential.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool lists all 91 action proposals from a specific document (Catalunya 2022), with optional filtering by sphere or goal. The verb 'list' and resource 'action proposals' are specific, and the description distinguishes it from siblings like get_section (for reading full content) and search_document (for searching).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly guides when to use this tool (to list proposals) and what to do next ('Use get_section with the returned slug to read full action content'), effectively differentiating from the sibling get_section tool. It also specifies the optional filters sphereId and goalId, providing clear context for usage.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_documentSearch the documentARead-onlyIdempotentInspect
Search the Catalunya 2022 - RESET policy document by keyword. Returns up to 10 results with canonical slugs (for follow-up with get_section) and text snippets; "total" carries the full match count. Terms are matched independently with coverage-based ranking; quoted phrases ("energia sostenible") must match exactly. Handles Catalan/Spanish diacritics automatically (e.g., 'educacio' matches 'educació').
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query (e.g., 'housing', 'educacio', 'digital transformation'). Use terms in the target locale for best results. | |
| scope | No | Filter by section type: 'action' (91 proposals), 'goal' (12 overviews), 'sphere' (3 overviews), or 'static' (introduction, executive summary, train of prosperity) | |
| locale | No | Content language. Defaults to 'ca' (Catalan), the original language of the document. (ca=Catalan, en=English, es=Spanish) | ca |
Output Schema
| Name | Required | Description |
|---|---|---|
| total | Yes | Total matches before the 10-result cap |
| message | No | Guidance when no results were found |
| results | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint and destructiveHint as false, so the description correctly aligns with a safe, read-only search. Beyond annotations, the description adds valuable behavioral details: returns up to 10 results, independent term matching with coverage-based ranking, exact phrase matching for quotes, and automatic diacritic handling. This adds significant depth beyond annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two well-structured sentences, front-loads the core purpose, and each sentence adds critical information without redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has an output schema (not shown to us but present) and detailed annotations, the description covers all needed aspects: search behavior, limits, follow-up integration, language nuances, and scope definitions. No gaps are apparent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. The description adds meaning beyond schema: it clarifies the scope values (e.g., '90 proposals' for 'action') and provides usage tips for locale (original language is Catalan). The description also explains the query behavior (independent term matching, phrase quotes) which is not in the schema. This adds enough value to bring the score to 4.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('search'), resource ('Catalunya 2022 - RESET policy document'), and method ('by keyword'). It distinguishes this tool from siblings by mentioning follow-up with 'get_section' and return of 'canonical slugs', which is unique among the listed siblings.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states when to use this tool (to search the document by keyword) and what to use for follow-up ('get_section' is named). It also provides guidance on how to use it effectively, including tips about quoted phrases for exact matches and diacritic handling. It does not mention alternatives like 'list_proposals' but clearly positions this for searching rather than listing all content.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables discovering, describing, and querying public datasets from Catalunya, including Socrata, IDESCAT, and Open Data BCN portals.22MIT
- AlicenseAqualityBmaintenanceConnects LLMs to over 2,850 datasets from 13 Catalan and Spanish open data portals, enabling natural language search and real-time queries of public data.824121MIT
- FlicenseAqualityDmaintenanceProvides access to Catalonia's statistical data via the IDESCAT Tables API v2. It enables users to navigate catalogs, inspect metadata, and query data with territorial filters and resolved labels.51
- AlicenseAqualityCmaintenanceEnables querying and analyzing over 90,000 public datasets from the Spanish Government Open Data Portal (datos.gob.es) using natural language, with tools for search, filtering, metadata access, and SPARQL queries.105MIT
Your Connectors
Sign in to create a connector for this server.