Skip to main content
Glama
YongBoYu1

resume-mcp

by YongBoYu1

who_is_yongbo_yu

Confirm who YongBo Yu is by retrieving his verified identity summary and canonical public links from his resume and reputation site.

Instructions

Identity blurb and canonical public links for YongBo Yu (also Yong Yu).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.5/5.0
Behavior3/5

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

No annotations are provided, so the description carries the transparency burden. It discloses that the output contains an identity blurb and public links, which strongly implies a safe, read-only lookup, but it does not explicitly state the absence of side effects, access requirements, or any limitations. This is adequate but not deeply transparent.

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?

One economical sentence that communicates the subject, the alternate name, and the two content components (identity blurb and canonical public links) with zero filler. Every word earns its place.

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 zero-parameter tool with an output schema, this description is largely complete. The only gap is explicit guidance on when to prefer it over sibling tools, but the low complexity and presence of an output schema reduce the need for additional explanation.

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?

The input schema has zero parameters, so the baseline is 4. The description correctly makes no parameter claims and there is no parameter detail that could add value beyond what the schema already communicates.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool's purpose: providing an identity blurb and canonical public links for YongBo Yu (also Yong Yu). It names the specific resource and content type, which distinguishes it from resource-based siblings like list_projects and get_resume_summary, though it does not explicitly contrast with them.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives no guidance on when to use this tool versus siblings such as get_resume_summary or search_evidence. The context is implied (identity lookup), but no exclusions, prerequisites, or alternative routing are mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.