Skip to main content
Glama

get_monitoring_status

Check system health by retrieving crawl status, GLM queue depth, database counts, and recent errors to identify issues quickly.

Instructions

Get crawl, GLM queue, database counts and recent errors.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior3/5

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

There are no annotations, so the description carries the full burden. The word 'Get' implies a read-only operation with no side effects, and the description lists the categories of data returned. However, it does not disclose potential performance costs (e.g., heavy database count queries), authentication requirements, or whether this operation is safe to call repeatedly.

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?

A single sentence with no filler. The key data categories are listed compactly, and the description is immediately scannable and understandable.

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 zero-parameter tool with no output schema, the description covers the main return areas (crawl, GLM queue, database counts, recent errors). It falls slightly short of full completeness by not specifying time windows for 'recent errors' or the structure of the returned counts, but it is sufficient for an agent to select and invoke the tool correctly.

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 tool has zero parameters, so there is nothing for the description to clarify beyond what the empty schema already shows. The description usefully indicates what the returned status contains, which is the relevant semantic content for this no-argument tool.

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 uses a specific verb ('Get') followed by a clear enumeration of resources: crawl status, GLM queue, database counts, and recent errors. This distinguishes it from all sibling tools, which focus on teachers, reviews, and departments rather than system monitoring.

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 clearly implies this tool is for monitoring operational health, and none of the sibling tools overlap with that purpose. It doesn't explicitly state 'use this when checking system status' or exclude alternatives, but the context and naming make the intended use obvious.

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