Skip to main content
Glama
miningyu

Scouter MCP Server

by miningyu

Get Service Summary

get_service_summary
Read-onlyIdempotent

Get aggregated service-level performance stats to identify frequently called, error-heavy, or resource-intensive services, including external API summaries for dependency analysis.

Instructions

Get aggregated service-level performance statistics. Shows which services are called most, have highest error rates, or consume most resources. Includes external API call summary for dependency analysis.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sort_byNoSort criteriacount
end_timeNoEnd time. Defaults to now.
obj_hashNoSpecific agent object hash. Overrides obj_type.
obj_typeNoObject type filter. Ignored if obj_hash is provided.
max_countNoMax items to return
start_timeNoStart time. Defaults to 1 hour ago.
include_api_callsNoInclude external API call summary
Behavior4/5

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

Annotations already declare read-only, idempotent, and non-destructive, lowering the bar. The description adds context by detailing the types of statistics included (most-called services, error rates, resource usage) and the external API call summary, going beyond annotation-only information.

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?

Two sentences, about 25 words, efficiently convey the tool's purpose and key included data with no redundancy. Information is front-loaded and every word earns its place.

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?

Given a rich schema and strong annotations, the description provides a high-level understanding of the returned data and core features. It does not describe output structure or time-range behavior, but the schema covers time defaults and max_count, so the description is adequately complete for a read-only summary tool.

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?

Schema descriptions cover 100% of parameters but are terse (e.g., 'Sort criteria' for sort_by). The description adds semantic meaning by explaining the metrics (count, error rate, elapsed) and the include_api_calls flag, which enhances understanding of parameter intent.

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?

Description clearly states it retrieves aggregated service-level performance statistics, lists the specific dimensions (call count, error rates, resource consumption), and mentions external API call summary. This differentiates it from error-specific or transaction-specific tools.

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

Usage Guidelines3/5

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

The description implies usage for service-level performance analysis, but it does not explicitly state when to use it over alternatives or provide exclusion criteria. While it conveys the purpose, it lacks clear guidance on tool selection among siblings.

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