Skip to main content
Glama
ExQA
by ExQA

throttling

Control network conditions by switching among speed presets (3G, 4G, 5G, fibre, dial-up) to test app behavior under varying bandwidths.

Instructions

Set a network throttling preset in Charles.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
presetYesNetwork throttling preset name. Allowed values: 3G/4G/5G/fibre/100mbps/56k/256k/deactivate/off/on/start.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.3/5.0
Behavior2/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It only states the action 'Set a network throttling preset' without explaining whether the change applies immediately, affects ongoing captures, is reversible, or what side effects 'on'/'start' versus 'off'/'deactivate' have.

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 a single, front-loaded sentence with no filler. Every word contributes to identifying the action and resource, making it appropriately sized for a one-parameter tool.

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

Completeness3/5

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

The tool is simple and the schema fully documents the only parameter, so the description is minimally sufficient. However, it omits behavioral context such as whether the preset applies globally, how it interacts with active captures, or what 'on' versus 'start' means, leaving some ambiguity for an agent invoking it.

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 the single parameter is fully documented with an enum and a descriptive title. The description adds no parameter semantics beyond the schema, so the baseline of 3 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 uses a specific verb and resource: 'Set a network throttling preset in Charles.' It clearly identifies the tool's unique function among siblings, none of which relate to throttling, so an agent can distinguish it without opening the schema.

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

Usage Guidelines2/5

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

There is no explicit guidance on when to use this tool versus alternatives, no prerequisites, and no mention of conditions like 'use only when Charles is running' or 'use deactivate to reset.' The purpose implies usage, but the description does not provide additional routing or exclusion guidance.

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