Skip to main content
Glama

Guardar analisis de oferta

save_offer
Idempotent

Save a job offer with its analysis. If the offer already exists, only the analysis is updated while interview notes and status are preserved.

Instructions

Crea o actualiza el archivo de una oferta con su analisis. Si la oferta ya existia se sustituye SOLO el analisis: el estado y las notas de entrevista se conservan.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesIdentificador y nombre de archivo, formato AAAA-MM-empresa. Ej: '2026-07-google'.
urlNoEnlace a la oferta original.
tagsNoEtiquetas cortas. Ej: ['backend','bigtech'].
scoreNoPuntuacion 0-12 sumando los seis ejes de criterios.md.
titleYesPuesto tal y como lo titula la oferta.
companyYesEmpresa.
salarioNoRango o cifra tal y como la publica la oferta.
markdownYesEl analisis completo en Markdown, con los seis puntos de la plantilla.
Behavior4/5

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

Annotations already mark the tool as idempotent and non-destructive. The description adds useful context by specifying that only the analysis is replaced while status and notes are preserved. This goes beyond annotations and helps the agent understand what mutations occur.

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 with no wasted words. The main action is front-loaded, and the second sentence clarifies behavior. Perfectly concise.

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?

Given 8 parameters and no output schema, the description covers the core behavior, idempotency, and preservation semantics. It lacks mention of return values or error cases, but for a save/update tool it is fairly 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 schema documents all parameters. The description adds some context for the 'markdown' parameter (expects six-point template), but does not add value for other parameters. 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 creates or updates an offer file with its analysis, and explicitly distinguishes from siblings by stating that status and interview notes are preserved. The verb 'crea o actualiza' and resource 'archivo de una oferta con su analisis' are specific.

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 the tool (to save/update analysis) and when not to (for status/notes updates, use sibling tools). However, it does not explicitly name alternative tools like 'set_offer_status' or 'add_offer_note', so the guidance is clear but not fully explicit.

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/JonniThorpe/MCP-JobQualifications'

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