Skip to main content
Glama

modify-project-exp

修改项目经历。按项目经历id更新项目经历字段。传入的更新字段不能为空。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes项目经历 ID,更新时必填
endNo项目结束时间,格式 YYYYMM
dutyNo项目职责
nameNo项目名称
descrNo项目描述
startNo项目开始时间,格式 YYYYMM
compNameNo公司名称
positionNo担任职务
achievementNo项目业绩

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description must carry the full burden. It discloses the update semantics and a key constraint ('传入的更新字段不能为空' - update fields cannot be empty), but does not mention permission requirements, error behavior, or whether unspecified fields are preserved. This is adequate but with notable gaps.

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?

The description is two short sentences that front-load the primary purpose and immediately follow with the update-by-id mechanism and constraint. There is no redundant information, making it optimally concise.

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?

Given the simple update operation, full parameter coverage in the schema, and absence of an output schema, the description suffices for an agent to understand the tool's core behavior. It could mention that existing fields not passed are preserved, but the '按...更新字段' phrasing implies partial update, so it is nearly complete.

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 covers all 9 parameters with descriptions (100% coverage), so the baseline is 3. The description adds value by clarifying that the update fields must not be empty, a constraint not evident from the schema. This extra semantic detail justifies a 4.

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 modifies project experience by ID and updates specific fields. The verb '修改' (modify) and resource '项目经历' (project experience) are explicit, distinguishing it from sibling tools like add-project-exp or modify-work-exp.

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

Usage Guidelines3/5

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

The description implies usage for updating existing project experience records, but it does not explicitly say when to use this instead of add-project-exp or other modify tools. No exclusions or alternative tool references are provided, making the guidance implied rather than explicit.

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.