Skip to main content
Glama
xavimf87

mcp-govern

by xavimf87

detectar_fraccionament

Analyzes a company's minor contracts to detect suspicious patterns of contract splitting that avoid public bidding thresholds. Reviews contract counts, amounts, departments, and temporal clustering.

Instructions

Detecta possible fraccionament de contractes menors d'una empresa.

El fraccionament consisteix en dividir un contracte gran en diversos contractes menors per evitar la licitació pública (límit: 15.000€ serveis, 40.000€ obres).

Analitza: nombre de contractes menors, imports, departaments, i si hi ha patrons temporals sospitosos.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
empresaYesNom de l'empresa a analitzar
exerciciNoAny a analitzar (ex: '2024')

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It explains what the tool analyzes but does not explicitly state whether it is read-only, requires authentication, or has side effects. Given the detection nature, read-only is implied, but not confirmed. The description adds behavioral context about analysis content but omits operational details.

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 concise and well-structured. It starts with the core purpose in one sentence, then provides a brief definition of fragmentation, and lists the analysis dimensions. Every sentence adds value without redundancy. It is appropriately sized for the tool's complexity.

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?

The description is largely complete given the tool's complexity and the presence of an output schema. It explains the detection logic and what it analyzes. However, it lacks mention of how results are returned (e.g., boolean, list) or prerequisites (e.g., company existence). Still, it provides sufficient context for correct invocation.

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% (both parameters have descriptions in the input schema). The tool description does not add new meaning to the parameters beyond what the schema already provides. It explains the analysis context but not parameter-specific details, so it scores the baseline of 3.

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's purpose: detecting possible fragmentation of minor contracts for a company. It provides a detailed explanation of what fragmentation is (dividing a large contract to avoid public bidding) and lists the specific aspects analyzed (number of contracts, amounts, departments, temporal patterns). This makes the tool's function distinct from siblings like 'cercar_contractes_menors' or 'detectar_concentracio_contractes'.

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 for detecting contract fragmentation but does not explicitly state when to use this tool versus alternatives. It offers no guidance on prerequisites, when not to use it, or how it compares to related tools. The context is clear, but explicit exclusion or alternative guidance is missing.

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/xavimf87/mcp-govern'

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