Skip to main content
Glama

beyourspace data APIs

Convierte requisitos de ofertas en JSON para entrevistas

convierte-requisitos
Read-onlyIdempotent

Normaliza requisitos extraídos de ofertas laborales y devuélvelos como JSON listo para ATS, agentes y flujos de preparación de entrevistas. Precio: 0.02 USD por llamada con x402 (USDC en Base).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
csvYesCSV con cabecera (máx. 1 MB)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already convey readOnlyHint, idempotentHint, and non-destructive behavior. The description adds useful context beyond those annotations: the result is normalized JSON for ATS/agent/interview workflows and the call has a specific price. It does not contradict the 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 short sentences with the core transformation and output shape front-loaded. The price line is the only secondary detail but is decision-relevant for a paid tool. There is no filler or redundant restatement.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple and the annotations plus schema cover safety and input limits, but there is no output schema and the description only vaguely promises 'JSON listo para ATS...' without specifying the normalized structure. It also leaves the boundary with normalizar-requisitos-csv unresolved, so an agent selecting among siblings is left guessing.

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% for the single csv parameter, including the required header and the 1 MB limit, so the schema already carries the parameter burden. The description only adds the general semantic that the CSV contains extracted job-offer requirements; this is marginal but not misleading.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description has a specific verb ('Normaliza') and resource ('requisitos extraídos de ofertas laborales') and states the output format ('JSON listo para ATS, agentes y flujos de preparación de entrevistas'). However, it overlaps heavily with the sibling normalizar-requisitos-csv and does not explain how this tool differs from that one, so it is clear but not differentiating.

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 usage context is implied: the tool should be used on requirements already extracted from job offers, not for the extraction itself. However, there is no explicit guidance about when to choose this over normalizar-requisitos-csv or extraer-requisitos-oferta, and no exclusions or alternative routing are provided.

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.

Resources