Skip to main content
Glama

Get Metrics

get_metrics
Read-onlyIdempotent

Retrieve detailed aggregated metrics for the current session, including token savings, performance, and usage patterns. Optionally reset metrics or include breakdowns of servers, tools, and recent executions.

Instructions

Get detailed aggregated metrics for the current session including token savings, performance, and usage patterns.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
resetNoReset metrics after returning.
include_detailsNoInclude detailed breakdowns (servers, tools, recent executions).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
sessionYes
executionsYes
tokensYes
performanceYes
dataYes
mode_breakdownYes
current_modeYes
tokenSavingsYes
detailsNo
Behavior2/5

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

Annotations claim readOnlyHint and idempotentHint are true, suggesting no state modification. However, the parameter 'reset' explicitly resets metrics, which is a destructive action. The description does not disclose this behavior, creating a significant gap in transparency.

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?

The description is a single, front-loaded sentence that immediately conveys the tool's purpose. It is concise but omits important details about parameters and side effects, which prevents a perfect score.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

While output schema exists and parameters are simple, the tool has a side-effect via the 'reset' parameter that is not described. This omission reduces completeness, especially given the annotations conflict.

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?

Schema description coverage is 100% with clear parameter descriptions (reset, include_details). The description adds some context about metric categories but does not significantly augment the schema's meaning. Baseline of 3 is appropriate.

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 retrieves 'detailed aggregated metrics for the current session' and specifies the types of metrics included (token savings, performance, usage patterns). This distinguishes it from sibling tools like get_memory_stats or get_hot_paths, which focus on different scopes.

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 implicitly indicates usage for current session aggregated metrics. It does not explicitly mention when not to use it or suggest alternatives, but the context is clear enough for an agent to infer appropriate use cases.

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/darkiceinteractive/mcp-conductor'

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