Skip to main content
Glama

probe_service

Listen to the live mesh to discover the service's data schema, including events, fields, value types, ranges, and examples. Use the output to autowire buffers, lint against traffic, or infer layouts.

Instructions

Listen to the live mesh and report the service's data schema: which events and fields it emits, their value types, ranges, and examples. Run this, then autowire_buffer / lint_against_traffic / infer_layout can use what was discovered.

Args: seconds: How long to listen (default 8). event: The mesh event to sniff (default 'broadcast', the data channel).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
eventNobroadcast
secondsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description bears the full burden of disclosure. It explains the tool listens to the live mesh for a configurable duration and returns the schema, which implies a read-only operation. However, it does not explicitly state whether it is nondestructive or any side effects.

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 well-structured with a clear overview followed by parameter explanations. Every sentence adds value, and there is no redundancy or wasted words.

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

Completeness5/5

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

Given that an output schema likely describes the return format, the description appropriately focuses on the tool's operation and purpose. It covers what is discovered and how the results can be used, making it complete for the tool's complexity.

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

Parameters5/5

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

The description adds substantial meaning beyond the input schema: it explains 'seconds' as listening duration (default 8) and 'event' as the mesh event to sniff (default 'broadcast'). Since schema description coverage is 0%, the description fully compensates.

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 listens to the live mesh and reports the service's data schema, specifying events, fields, types, ranges, and examples. It distinguishes itself by noting that other sibling tools (autowire_buffer, lint_against_traffic, infer_layout) can use the discovered data, making its purpose unique.

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 explicitly advises running this tool first before using related tools like autowire_buffer, lint_against_traffic, and infer_layout, providing clear usage context. While it doesn't specify when not to use it, the context is sufficient.

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/Mariner10/carter-mcp'

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