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 | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| who_is_yongbo_yuA | Identity blurb and canonical public links for YongBo Yu (also Yong Yu). |
| list_projectsA | List projects from public resume.json with highlights; KiloDock links to its project page. |
| get_resume_summaryA | Condensed work experience, education, and skills from public resume.json. |
| search_evidenceA | Keyword search over cached resume.json and llms.txt; returns snippets with source URLs. |
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 4 tools
The tools are mostly distinct: one covers identity and links, one covers projects, one covers a career summary, and one is a search tool. The only slight overlap is between who_is_yongbo_yu and get_resume_summary since both describe the person, but their focus areas are clear enough to guide tool selection.
Three tools follow a clean verb_noun snake_case pattern: list_projects, get_resume_summary, and search_evidence. who_is_yongbo_yu is the exception because it uses a question-style name instead of a verb_noun form, but the overall naming style remains readable and predictable.
Four tools is well-scoped for a personal resume server. Each tool earns its place: identity, projects, resume summary, and evidence search cover the main consumption modes without redundancy or bloat.
The server covers the core needs of the resume domain: who the person is, what projects they have, a condensed career summary, and searchable evidence. Agents can answer typical questions about YongBo Yu without hitting obvious dead ends.