Skip to main content
Glama

gauge_evaluate

Evaluate trace session data against specified success criteria to return pass/fail results and detailed analysis for MCP server performance tuning.

Instructions

トレースセッションの結果を成功条件に基づいて評価する。gauge_disconnectで終了したセッションのトレースデータと成功条件を照合し、合否判定と詳細評価を返す。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYes評価対象のセッションID
task_successNoタスクが成功したかの判断。呼び出し元エージェントが判断して設定する
success_criteriaYes成功条件(max_steps, required_tools, forbidden_tools, must_succeed を含む)
Behavior3/5

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

With no annotations provided, the description is the sole source of behavioral info. It states it returns pass/fail and detailed evaluation, and implies a read-only analysis, but does not explicitly confirm whether it has side effects or requires specific permissions. This is adequate but not comprehensive.

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 a single, focused sentence that front-loads the primary action and includes the key prerequisite (gauge_disconnect). It is concise with no unnecessary 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?

The description covers the tool's main purpose, the prerequisite, and the return type (pass/fail and detailed evaluation). Since there is no output schema, this return info is valuable. It does not go into edge cases or detailed output structure, but it is sufficient for common usage.

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 schema has full coverage of parameters with descriptions, so the baseline is 3. The description adds no additional parameter semantics beyond mentioning success criteria and trace data, which is already in the 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?

The description clearly states the tool evaluates trace session results based on success criteria, using the verb '評価する' and specifying the resource (trace data from sessions ended with gauge_disconnect). It distinguishes from siblings by referencing gauge_disconnect and focusing on post-session evaluation.

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

Usage Guidelines4/5

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

The description indicates this tool is intended for evaluating sessions that have been ended via gauge_disconnect, providing a clear context. It does not explicitly mention alternative tools or exclusion cases, so it lacks full when-to-use contrast.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sogawa-yk/mcp-gauge'

If you have feedback or need assistance with the MCP directory API, please join our Discord server