Skip to main content
Glama

Printable resume HTML

resume_to_html

Convert resume data into semantic HTML with an integrated print stylesheet, then open the file in a browser to print it as a PDF. Returns the output path for direct use.

Instructions

Call this tool to write the resume as semantic HTML with a print stylesheet. Returns the output path. Open the file in a browser and print it to PDF.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
variantNo
out_pathNoWhere to write the .html. Defaults to <data dir>/documents/<name>-resume.html, numbered -2, -3, ... if that exists.
max_pagesNoBullets are trimmed to fit this many pages against a measured word budget. Default 2.
overwriteNoReplace an existing file at out_path. Default false: the call fails and nothing is written.
target_roleNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.20.0

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description carries the burden and does add some transparency by stating it returns an output path and recommending the browser/PDF workflow. However, it does not disclose overwrite behavior or other side effects beyond writing; the overwrite semantics live only in the parameter schema, not in the tool description.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and front-loaded, with three sentences that convey purpose, return value, and next step. Minor filler like 'Call this tool' is present, but it is still appropriately concise.

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 5-parameter tool with no annotations and no output schema, the description covers the main workflow but leaves important aspects unaddressed: what variant and target_role control, and how overwrite behaves. The schema partially fills this, but the description alone is not fully complete.

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 only 60%, and variant and target_role have no descriptions in the schema. The tool description does not compensate for these gaps; it only indirectly refers to out_path via 'Returns the output path'. It adds no meaning for the undocumented parameters.

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 ('write the resume'), a specific resource ('the resume'), and the output form ('semantic HTML with a print stylesheet'). It clearly distinguishes this from sibling resume_to_markdown by calling out the HTML and print-stylesheet behavior.

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?

It gives clear usage context: use this when the goal is printable resume HTML, then open in browser and print to PDF. It does not explicitly name alternatives or exclude Markdown, so it misses the top score but is still clearly actionable.

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