Skip to main content
Glama

Sigao Li — personal MCP server

List experience

list_experience

Full CV: current role, professional experience, research, education, volunteering, awards, skills, certifications.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoLanguage of the returned content ('en' or 'zh').en

TDQS

A3.6/5.0
Behavior3/5

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

Without annotations, the description carries the burden. It implies a read-only operation but does not explicitly state side effects or security considerations. It does add context by enumerating the CV sections.

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 concise sentence that effectively communicates the tool's scope with no wasted words.

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 simple list operation, the description lists all content areas and is sufficient despite lacking an output schema or mention of siblings. It could be more explicit about return format, but overall it provides the essential context.

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

Parameters3/5

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

The single 'lang' parameter is fully described in the schema with an enum and description. The tool description adds no additional parameter semantics, so baseline 3 applies.

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 lists a full CV with specific sections, distinguishing it from sibling tools like get_case_study and get_profile which likely return narrower data.

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?

No guidance on when to use this tool versus siblings. The description only defines the output scope; no explicit alternatives or exclusions are mentioned.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation5/5

Each tool targets a distinct resource: case studies, profile, and CV. No overlap in purpose or functionality.

Naming Consistency5/5

All tools follow a verb_noun pattern (get_* and list_*), which is consistent and predictable.

Tool Count4/5

Three tools is slightly minimal but appropriate for a personal server covering profile, CV, and case studies.

Completeness4/5

Core personal information and case study retrieval are covered. The only minor gap is that case study listing relies on an invalid slug call rather than a dedicated list tool.