resume-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| query_resume_historyA | Search Matt's work history, role bullet points, and experience highlights for an exact keyword or phrase. Fast, deterministic substring matching. Use semantic_search_history instead for conceptual or paraphrased queries. |
| get_company_deep_diveA | Fetches deeper details on specific companies Matt has worked at (e.g. Nomad Go scaling details, TUNE Payout Structures). |
| send_scheduling_emailA | Opens the default mail client pre-populated with a scheduling request to contact Matt. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Mostly distinct: query_resume_history is keyword search, get_company_deep_dive provides company-specific details, and send_scheduling_email handles outreach. However, the reference to a non-existent semantic_search_history in the query tool description could mislead agents, and company deep dives may overlap with search terms.
All tool names follow a consistent verb_noun pattern with snake_case: query_resume_history, get_company_deep_dive, send_scheduling_email. This is clear and predictable.
Three tools is well-scoped for a resume-focused server, covering search, deep dive, and contact. Each tool earns its place with no redundancy.
The surface covers search, company details, and scheduling but lacks an obvious 'get full resume' or overview tool, and a semantic search tool is referenced but not provided. Core workflows exist but with notable gaps.