Skip to main content
Glama
18boys

matchcv-mcp

by 18boys

Extract plain text from a local resume file

extract_resume_text

Extract plain text from local PDF, DOC, DOCX, or TXT resumes, and optionally parse structured data like name, experience, education, and skills.

Instructions

Read a local PDF/DOC/DOCX/TXT resume and return its plain text, optionally also parsing it into structured JSON (name, experience, education, skills). Text extraction is unlimited; set structured=true only when the structured form is needed, since that path uses a daily AI credit. Scanned/image-only PDFs will fail — ask the user to paste the text instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filePathYesPath to the resume file on this machine (absolute, or relative to the CWD).
structuredNoAlso return AI-parsed structured resume JSON. Costs one daily AI credit. Defaults to false.
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It reveals that text extraction is unlimited, that structured parsing consumes a daily AI credit, and that scanned PDFs will fail. This is useful and non-obvious behavioral context beyond what the schema offers. It could go further by mentioning file-not-found or permission errors, but the key failure mode is surfaced.

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?

Three sentences, each earning its place: the first states the core functionality, the second explains the cost trade-off of the optional parameter, the third warns about the key failure case. It is front-loaded and free of filler.

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?

For a tool with no output schema and no annotations, the description covers the essential call contract: input formats, parameter behavior, cost implications, and a known failure mode. It doesn't specify the exact plain-text return shape, but that is inherently obvious, and the structured JSON fields are listed. Minor gaps like missing-file errors are acceptable.

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 100%, so the schema already documents both parameters. The description adds meaningful extra semantics by explaining the cost/credit implication of structured=true and reinforcing that it is optional and defaults to false. This goes beyond the schema's basic description.

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 ('Read a local PDF/DOC/DOCX/TXT resume'), the resource (local resume file), and the return value (plain text, optionally structured JSON). This distinguishes it clearly from sibling tools like ats_check or optimize_resume, which operate on extracted text rather than producing it.

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 gives clear guidance on when to set structured=true (only when the structured form is needed, since it costs a daily AI credit) and warns that scanned/image-only PDFs will fail, instructing the agent to ask the user to paste text instead. It does not explicitly name alternatives, but the use cases are clear enough for an agent to route correctly.

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/18boys/matchcv-mcp'

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