Skip to main content
Glama

get_network_summary

Read-only

Get the network summary

Current host verdict counts, open incidents and anomalies in the last 24h, plus how fresh the Peppol Directory export behind every other endpoint is.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

The description adds useful behavioral context beyond the readOnlyHint: it specifies the aggregation scope (last 24h), the types of data returned, and that the freshness measurement refers to the Peppol Directory export behind every other endpoint. However, it does not detail the output shape or any aggregation quirks, which could matter when an agent interprets the result.

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 concise, information-dense sentences. The main action is front-loaded, and every clause adds distinct information about the tool's output without redundancy.

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 parameterless, read-only summary tool, the description covers the essential output components and time window. It is slightly incomplete only in not clarifying how this relates to the generic get_summary sibling, but the content list makes the scope understandable.

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 takes zero parameters, so the schema already communicates everything needed. The description's mention of the time horizon and data categories adds mild context, but no parameter-specific semantics are required.

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 description identifies a specific resource ('network summary') and enumerates the exact contents: host verdict counts, open incidents, anomalies in the last 24h, plus freshness of the Peppol Directory export. This makes the tool's function clear, though it does not explicitly differentiate itself from the similarly named sibling get_summary.

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 a use case (top-level network overview) by listing aggregate counts and recent anomalies, but it provides no explicit when-to-use guidance or exclusions relative to other get_* tools. An agent must infer when this summary is appropriate rather than being told directly.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources