Skip to main content
Glama

AI 代理人任務中樞

health__check_blood_glucose

[台灣健康資訊]判讀單次血糖值(mg/dL),when 為 fasting(飯前)或 after_meal(飯後),回傳是否在一般控制目標內與低血糖處理。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
whenNo
valueYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/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 burden. It usefully discloses the return content (whether the value is in general control range plus hypoglycemia handling) for a read-only interpretation, but says nothing about permissions, limits, or how the 'general target' is derived.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single dense sentence, front-loaded with the tool's purpose and qualified by the parameter modes and output content; nothing is wasted, though it crams several clauses together.

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?

With no output schema and 0% schema coverage, the description does the necessary work by naming the input unit, the enum meanings, and the return content. Adequate for a simple two-parameter lookup, though it could state validity assumptions for the value range.

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?

Schema description coverage is 0%, so the schema does not explain either parameter. The description compensates by glossing the enum values (fasting=飯前, after_meal=飯後) and stating the unit for value (mg/dL), adding real meaning beyond the raw schema.

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?

States a specific verb (判讀/interpret) plus resource (單次血糖值, single blood glucose reading) with units (mg/dL), and names the qualifying input mode. This cleanly separates it from sibling health tools like check_home_blood_pressure and check_cancer_screening_eligibility.

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 explains the fasting/after_meal distinction, which implies how the tool is used, but gives no explicit when/when-not or pointer to any alternative for related health questions. Usage is implied rather than stated.

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.

Resources