Skip to main content
Glama
miningyu

Scouter MCP Server

by miningyu

Get System Overview

get_system_overview
Read-onlyIdempotent

Retrieve a snapshot of current system status: agents, real-time counters (TPS, response time, heap, CPU), active service counts, and recent alerts. Use as starting point for investigations.

Instructions

Get a comprehensive snapshot of current system status: agents, real-time counters (TPS, response time, heap, CPU), active service counts, and recent alerts. Use this as the starting point for any investigation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
obj_typeNoObject type filter (e.g. 'tomcat'). Auto-discovers if omitted.
Behavior4/5

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

Annotations already disclose the tool is read-only, idempotent, and non-destructive. The description adds useful context about what the snapshot includes (real-time counters, agents, etc.), going beyond the structured annotations. It does not mention potential costs or rate limits, but for this tool the content disclosure is sufficient given 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences long, front-loaded with the core action and content, and ends with actionable guidance. Every sentence earns its place with no redundancy or wasted words.

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

Completeness5/5

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

For a tool with one optional parameter and no output schema, the description covers purpose, return content categories, and usage recommendation. The explicit list of what the snapshot includes compensates for the lack of an output schema, making the description functionally complete.

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 covers 100% of the parameter with a clear description of 'obj_type' (filter, auto-discovers if omitted). The tool description does not add any additional parameter semantics, so the baseline of 3 for high schema coverage applies.

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 provides a comprehensive snapshot of system status, listing specific content (agents, TPS/response time/heap/CPU counters, active service counts, recent alerts). The verb 'Get' and the resource are specific, and the starting-point positioning distinguishes it from the narrower sibling tools.

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 explicitly recommends using this tool as the starting point for any investigation, providing clear context for when to use it. However, it does not mention alternatives or when not to use it, so it stops short of a full 5.

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/miningyu/scouter-mcp-server'

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