Skip to main content
Glama
abhi-ramtel

mcp-overleaf-server

by abhi-ramtel

Render & compile a one-page cover letter

render_cover_letter

Compiles a one-page cover letter matched to your résumé, generating a PDF with content drawn truthfully from your CV to highlight relevant experience for a specific company and position.

Instructions

Compile a one-page cover letter styled to match the résumé, saved as __CoverLetter.pdf. Write 3-4 tight paragraphs drawn only from the master CV: why this company/role, the most relevant proof from your experience, and a close. Never invent employers, projects, or figures — quantitative claims not found in cv.md are flagged.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
compileNoSet false to write .tex only
contentYesThe cover letter content
outputNameNoOverride the output filename base
templateFileNoOverride the letter template
Behavior3/5

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

No annotations are provided, so the description bears full responsibility. It discloses output file naming and a validation/flagging behavior for unsupported quantitative claims. However, it omits other behavioral traits such as side effects (file creation), error conditions, or resource requirements beyond the master CV.

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 concise at two sentences, leading with the primary purpose and output naming. The second sentence packs content rules and constraints efficiently. However, this density slightly reduces readability; separating rules into a list could improve clarity without adding length.

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 the tool's complexity (4 parameters, nested object) and lack of output schema, the description covers file naming, content guardrails, and conversion control. It lacks expected output format or return value details, but the primary purpose is clear and sufficient for an AI agent to use correctly.

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%, so the baseline is 3. The description adds minimal extra meaning beyond the schema: it explains the default output name pattern and rephrases the 'compile' parameter's effect. It does not elaborate on the structure or constraints of nested parameters like 'content.paragraphs' beyond what the schema already provides.

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 uses specific verbs ('compile', 'write', 'save') and a clear resource ('one-page cover letter styled to match the résumé'). It specifies the exact output filename pattern (<Company>_<Position>_CoverLetter.pdf) and scope (one page, drawn from master CV). This clearly distinguishes it from sibling tools like 'render_and_compile' by emphasizing content sourcing rules.

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 provides explicit content guidelines (3-4 paragraphs, no invented data) but does not explain when to prefer this tool over siblings like 'render_and_compile' or 'batch_render'. It lacks when-to-use, when-not-to-use, or alternative tool guidance.

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/abhi-ramtel/mcp-overleaf-server'

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