Skip to main content
Glama

Get global monitoring defaults

termix_metrics_get_global_monitoring_defaults
Read-onlyIdempotent

Retrieve global monitoring defaults for a Termix instance to establish baseline metric settings and configuration.

Instructions

Get global monitoring defaults

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.8/5.0
Behavior3/5

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

The annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds nothing beyond the verb 'Get'—no note about returned data shape, global scope, or relationship to update operations—but it also does not contradict the annotations.

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 five-word sentence with zero filler, which earns it brevity. However, it is just the title recycled, so it lacks the extra structuring (e.g., scoping caveats or sibling pointers) that would justify a top 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?

For a no-parameter read-only getter, the strong annotations carry most of the burden, making the short description usable. Still, with no output schema and no explanation of what 'global monitoring defaults' means or when the returned values change, an agent gets no help anticipating the result or choosing between this and the update counterpart.

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?

The input schema has zero properties, so schema description coverage is trivially 100% and there are no parameters requiring elaboration. The description's silence is harmless, warranting the 0-parameter baseline.

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

Purpose2/5

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

Tautological: description restates name/title.

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?

No guidance is offered on when to call this tool instead of termix_metrics_update_global_monitoring_defaults or sibling getters like termix_metrics_get_metrics_history_retention_setting. The agent must infer selection purely from naming conventions.

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