Skip to main content
Glama

Catalunya 2022

Ownership verified

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.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsA

Average 4.5/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness5/5

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 tools
get_document_metadataDocument structure and citationA
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
localeNoContent language. Defaults to 'ca' (Catalan), the original language of the document. (ca=Catalan, en=English, es=Spanish)ca

Output Schema

ParametersJSON Schema
NameRequiredDescription
dateYes
titleYes
citationYes
hierarchyYes
languagesYes
structureYes
staticPagesYes
contributorsYes
Behavior4/5

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.

Conciseness5/5

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.

Completeness5/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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 sectionA
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesCanonical section slug
localeNoContent language. Defaults to 'ca' (Catalan), the original language of the document. (ca=Catalan, en=English, es=Spanish)ca
Behavior4/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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 proposalsA
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
goalIdNoFilter by goal (1-12)
localeNoContent language. Defaults to 'ca' (Catalan), the original language of the document. (ca=Catalan, en=English, es=Spanish)ca
sphereIdNoFilter by sphere (1-3)

Output Schema

ParametersJSON Schema
NameRequiredDescription
countYes
proposalsYes
Behavior4/5

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.

Conciseness5/5

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.

Completeness5/5

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.

Parameters4/5

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.

Purpose5/5

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.

Usage Guidelines5/5

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 documentA
Read-onlyIdempotent
Inspect

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ó').

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query (e.g., 'housing', 'educacio', 'digital transformation'). Use terms in the target locale for best results.
scopeNoFilter by section type: 'action' (91 proposals), 'goal' (12 overviews), 'sphere' (3 overviews), or 'static' (introduction, executive summary, train of prosperity)
localeNoContent language. Defaults to 'ca' (Catalan), the original language of the document. (ca=Catalan, en=English, es=Spanish)ca

Output Schema

ParametersJSON Schema
NameRequiredDescription
totalYesTotal matches before the 10-result cap
messageNoGuidance when no results were found
resultsYes
Behavior4/5

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.

Conciseness5/5

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.

Completeness5/5

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.

Parameters4/5

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.

Purpose5/5

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.

Usage Guidelines5/5

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.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Connects 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.
    8
    241
    21
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    Provides 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.
    5
    1
  • A
    license
    A
    quality
    C
    maintenance
    Enables 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.
    10
    5
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.