Skip to main content
Glama

Summarize network errors

summarize_td_errors
Read-only

Collect errors across a network, cluster them by message, type, or parent container, and return worst-offending nodes with a suggested investigation order for efficient triage.

Instructions

Read-only: collect errors across a network and cluster them by message, type, or parent container, with the worst-offending nodes and a suggested order to investigate. Returns {total, groups[], suggestions[]}. Use this for network-wide triage instead of reading every node's errors one by one; use get_td_node_errors when you just want the raw error list for one node or sub-tree.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoNetwork root to collect errors under./project1
group_byNoHow to cluster errors: by exact message, by error type, or by parent container (to find a common upstream cause).message

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesThe network root errors were collected under, echoing the request.
totalYesTotal number of errors found across the network (0 means clean).
groupsYesError clusters, largest first; fixing a big cluster's cause clears it at once.
group_byYesHow the errors were clustered, echoing the request.
suggestionsYesPlain-language next steps, e.g. the common cause and which nodes to check first.
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safe read nature is known. The description adds meaningful behavior: clustering by message/type/parent, returning a summary with groups and suggestions, and indicating a severity-based investigation order. This goes beyond the annotation coverage and clarifies the tool's output behavior.

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 compact and front-loaded: it states the core function, the return shape, and the usage distinction in three sentences. Every sentence adds value, and the formatting is easy to parse.

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?

The tool has an output schema that presumably documents {total, groups[], suggestions[]}, so the description need not elaborate on return fields. It includes usage guidance and alternatives, which suffices for network-wide triage. However, it does not mention potential performance implications or whether the traversal is recursive, which could matter for large networks. Still, the provided context is strong overall.

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?

Schema coverage is 100% and both parameters ('path' and 'group_by') have clear descriptions in the schema. The description references the grouping options by enumerating 'message, type, or parent container,' but this simply mirrors the schema's enum rather than adding new meaning. It does not provide extra parameter context such as path syntax or behavior with missing paths.

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 ('collect errors across a network and cluster them') and names the resource (network errors) with clear output features (worst-offending nodes, suggested investigation order). It also explicitly distinguishes itself from the sibling tool get_td_node_errors, making its purpose unambiguous.

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

Usage Guidelines5/5

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

The description provides explicit when-to-use guidance: 'Use this for network-wide triage' versus 'use get_td_node_errors when you just want the raw error list for one node or sub-tree.' This directly addresses alternatives and exclusions.

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/lucasmaher-hash/touch-designer-mcp'

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