check_home_blood_pressure
判讀居家血壓(依台灣 2022 高血壓指引 130/80),回傳平均、分級、是否達危急值與 722 量測方法。readings 例:128/82,134/86(最多 6 筆)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| readings | Yes |
判讀居家血壓(依台灣 2022 高血壓指引 130/80),回傳平均、分級、是否達危急值與 722 量測方法。readings 例:128/82,134/86(最多 6 筆)。
| Name | Required | Description | Default |
|---|---|---|---|
| readings | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full disclosure burden, and it does list the computed outputs (average, grading, critical-value determination, 722 method), which is meaningful behavioral context for a statistical/logic tool. It stops short of noting edge cases such as malformed input or how critical values are thresholded.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single densely packed sentence front-loads the action and guideline, then appends the output list and input example. No filler; every clause carries operational information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a one-parameter computation with no output schema or annotations, the description covers purpose, standard, output contents, input format, and input limit. It is nearly sufficient, missing only edge-case/error behavior that an agent might need.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0% and there is no description on the single 'readings' property, so the description must compensate. It supplies the exact input syntax (128/82,134/86) and the cardinality limit (up to 6 entries), which is precisely the information the empty schema omits.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific verb and resource (interpret home blood pressure) plus the governing standard (Taiwan 2022 guideline 130/80), and enumerates what it produces: average, classification, critical-value flag, and 722 measurement method. This clearly distinguishes it from siblings like check_blood_glucose, which operate on a different metric.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies its context (interpreting at-home readings against a specific guideline) but never states when to choose this tool over an alternative or what preconditions apply. No exclusions or sibling routing are given, so usage is only inferable from the name and content.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.