Skip to main content
Glama
nima-karami

nima-career-mcp

by nima-karami

assemble_resume

Assemble a tailored resume draft by selecting approved roles, evidence, and skills for a given focus. Returns a structured or markdown draft with provenance and disclaimer.

Instructions

Assemble a tailored resume draft for a query (e.g. "backend-leaning").

SELECTS and ORDERS the most relevant approved roles, evidence, bullets, and skills for focus (or for the explicit role_ids/project_ids), and fills an approved summary template — it never authors new facts, employers, dates, or metrics.

Args: focus: free-text angle, e.g. "0-to-1 product" or "backend". role_ids / project_ids: pin specific items instead of ranking by focus. skill_categories: restrict the skills section. length: "full" or "onepage" (caps roles/bullets). format: "structured" (default) or "markdown" (also returns rendered markdown).

The returned draft includes a provenance list of corpus ids and a disclaimer. A consuming agent may rephrase for fit but MUST NOT add claims not present here.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
focusNo
role_idsNo
project_idsNo
skill_categoriesNo
lengthNofull
formatNostructured

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
focusYes
headerYes
summaryYes
rolesYes
projectsYes
skillsYes
provenanceYesCorpus ids (evidence/bullet/role) every line traces back to.
disclaimerYes
markdownNo
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses important behavioral traits: it never authors new facts, employers, dates, or metrics; it returns a draft with provenance and disclaimer; and it forbids adding claims. This provides strong transparency for a read-only composition tool.

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 concise: a clear purpose statement followed by a bulleted explanation of arguments. Every sentence adds value, there is no redundancy or fluff. The structure is front-loaded with the main action and constraints.

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

Completeness5/5

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

Given the complexity (6 parameters, no required, output schema provided), the description covers all needed aspects: purpose, parameter usage, behavioral constraints, and response contents (provenance, disclaimer). It also includes a rule for consuming agents. The output schema handles the return structure, so description completeness is high.

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

Parameters4/5

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

Schema description coverage is 0%, but the description's Args section explains each parameter's role: focus for free-text angle, role_ids/project_ids to pin items, skill_categories to restrict, length for 'full' or 'onepage', format for 'structured' or 'markdown'. This adds meaning beyond names and types, such as indicating focus vs ids are alternatives.

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 assembles a tailored resume draft from approved components, using specific verbs like 'assemble' and 'SELECTS and ORDERS'. It distinguishes from sibling tools (which are get/list tools for individual elements) by describing its compositional nature. It explicitly states it never authors new facts, adding specificity.

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 provides explicit guidance on when to use: for a query like 'backend-leaning', with alternatives like pinning specific items via role_ids/project_ids. It also explains how to restrict skills and choose length/format. However, it does not explicitly state when NOT to use, though the sibling tools imply that for individual components one should use other tools.

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/nima-karami/nima-career-mcp'

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