Skip to main content
Glama
rsp2k
by rsp2k

inference_monitor_inference_performance

Monitor inference subscription performance with real-time usage stats, trends, alerts, and a health score to identify issues and forecast usage patterns.

Instructions

Monitor performance metrics and usage trends for an inference subscription.

Args: subscription_id: The inference subscription ID or label

Returns: Performance monitoring data including: - current_usage: Real-time usage statistics - trends: Usage patterns and projections - alerts: Any usage or performance warnings - health_score: Overall subscription health (0-100)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
subscription_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.0.1

TDQS

A3.6/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 behavioral burden. It explicitly calls the operation monitoring and shows a real-time usage/health read, which conveys a read-only nature, but it does not disclose any caveats such as data freshness, permission requirements, or what happens for unknown subscription IDs.

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 compact and front-loaded: one purpose sentence, then Args and a compact Returns list. There is no filler, and the health_score range is useful without bloating the text.

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?

For a simple one-parameter monitoring tool with an output schema already present, the description covers purpose, parameter, and the high-level return semantics. It is slightly thin on when to use it versus nearby inference tools, but that is largely a usage-guidance concern.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema only provides the parameter name and type, so the description's 'The inference subscription ID or label' adds meaning, including that labels are accepted. This fully compensates for the 0% schema coverage on the sole parameter.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The opening sentence uses a specific verb ('Monitor') with a resource ('performance metrics and usage trends' for 'an inference subscription'), so an agent can tell what it does. It does not explicitly contrast with sibling inference_* tools such as inference_get_inference_usage, so it misses the top-level distinction.

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

Usage Guidelines2/5

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

There is no guidance on when to choose this over inference_get_inference_usage or inference_analyze_inference_usage, nor any listed alternatives or exclusions. The description only states the action and does not define a use context or prerequisites, leaving selection to inference.

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

Deploy Server

Other Tools