Skip to main content
Glama
Kav-png

quantjobs

by Kav-png

cv_draft_render

Render any agreed CV draft to PDF. Provide the draft ID to receive PDF and LaTeX file paths.

Instructions

Render the agreed CV draft to a PDF. Returns {tex_path, pdf_path}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
draft_idYes
open_pdfNo
Behavior3/5

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

With no annotations, the description must fully convey behavioral traits. It states the action and output, but does not disclose side effects (e.g., whether the draft is modified), authentication needs, or rate limits. It is transparent about the return paths, but misses other behavioral context.

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 a single sentence plus a return note with no extraneous words. It is front-loaded with the verb 'Render' and efficiently conveys the core functionality.

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?

For a simple 2-param tool with no output schema, the description covers the action, resource, and output format. However, it omits the meaning of open_pdf and does not mention prerequisites like draft existence or state, leaving minor gaps for an agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description should explain parameter meanings. It does not mention what draft_id refers to or the purpose of open_pdf. The description fails to compensate for the lack of schema descriptions, making it harder for an agent to use correctly.

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 action 'Render', the resource 'agreed CV draft', and the output format 'PDF', and even specifies the return structure. This distinguishes it well from sibling tools like cv_draft_get or cv_draft_create.

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 after a draft is agreed, but does not explicitly state when to use it vs. alternatives, nor does it mention prerequisites or exclusions. It lacks guidance like 'use only after finalizing the draft'.

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/Kav-png/quantjobs'

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