Skip to main content
Glama
tekniadev

DataPrem MCP Server

by tekniadev

dataprem_tenders_search

Search Spanish public tenders and contracts by keyword, location, and status. Retrieve open, closed, or awarded tenders from the Public Sector Contracting Platform.

Instructions

Busca licitaciones y contratos públicos en España.

Consulta la Plataforma de Contratación del Sector Público para encontrar licitaciones abiertas, adjudicadas o cerradas.

Args: query: Términos de búsqueda sobre el objeto del contrato. location: Comunidad autónoma o provincia (opcional). status: Estado de la licitación: "open" (abierta), "closed" (cerrada) o "all" (todas). Por defecto "all".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
statusNo
locationNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description must fully disclose behavior. It does not mention return format, pagination, limitations, or any side effects. It only describes the action and parameters, leaving the agent to infer expectations.

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 short, front-loaded with the main verb, and clearly separated into purpose and parameter sections. Every sentence adds value without 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?

For a simple 3-parameter search tool with an output schema, the description covers purpose, source, and parameter semantics adequately. It lacks explicit behavioral constraints, but the output schema reduces the need for return value details.

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 has no parameter descriptions, but the description compensates by explaining each parameter: query, location, and status with its valid values and default. This provides meaningful guidance beyond the raw 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 states a specific action ('Busca licitaciones y contratos públicos') and a clear resource ('Plataforma de Contratación del Sector Público'), making its purpose unmistakable. It is clearly distinct from sibling tools covering cadastre, business registry, and judicial documents.

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

Usage Guidelines3/5

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

The description implies usage through its domain focus (tender search), but does not explicitly state when to use it over alternatives or when not to use it. There is no mention of alternative tools or exclusion cases.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tekniadev/dataprem-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server