Skip to main content
Glama

network_delay

Inject network delay between services to simulate latency and test resilience. Specify target selector and namespace for precise fault injection.

Instructions

对服务与服务之间的网络连接注入延迟(支持 to);不按 HTTP path 匹配。若需按 path 精准注入,请使用 httpchaos_delay。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
selector_valueYes
target_selector_valueYes
selector_namespaceYes
target_namespaceYes
directionNoto
delayNo300ms
durationNo30s
jitterNo100ms
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It mentions the tool injects delay and does not match by path, but does not describe effects on connections, whether it is destructive, or the implications of parameters like delay, jitter, and duration.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

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

The description is very short and front-loads the main action, but its brevity comes at the cost of missing critical details, making it under-specified for practical use.

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

Completeness1/5

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

Given the tool has 8 parameters, 4 required, no output schema, and no annotations, the description is severely incomplete. It fails to explain parameter roles, defaults, return values, or usage examples.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description should compensate by explaining parameters. It only indirectly hints at the 'direction' parameter ('supports to') and provides no information about selector_value, target_selector_value, namespaces, delay format, jitter, or duration.

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's purpose: injecting delay into network connections between services, with explicit mention that it supports the 'to' direction. It also distinguishes itself from a sibling by noting it does not match by HTTP path.

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 provides an explicit alternative (httpchaos_delay) for when path-based injection is needed, but does not discuss when to use this tool versus other siblings like network_loss or network_external_delay.

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/Ausium/chaosmesh-mcp'

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