Skip to main content
Glama

init_probe_target

Refresh hardware and runtime snapshot for a target to update its current state.

Instructions

Refreshes hardware and runtime snapshot for the specified target.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetNodefault

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description must bear the full burden. It states the tool refreshes a snapshot, which is likely a read operation, but does not explicitly disclose whether it modifies state or what side effects occur. The term 'refreshes' could imply data collection, but transparency is low.

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 concise sentence with no wasted words. It front-loads the verb and resource, making it efficient for an agent to parse. Every word serves a purpose.

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

Completeness2/5

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

Despite an output schema existing, the description lacks context on what the snapshot contains, how the target is used, and the overall purpose. For a tool with one parameter, the description is too minimal to fully guide an agent.

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?

The input schema has one parameter (target) with 0% schema description coverage, and the description provides no information about this parameter. It does not explain what values target can take or its meaning, leaving the agent without guidance.

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 clearly states the action ('Refreshes') and the resource ('hardware and runtime snapshot' for a specified target). It distinguishes from sibling tools like init_discover or init_verify_and_probe by focusing on snapshot refresh. However, 'snapshot' could be more defined.

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 use when an up-to-date snapshot is needed, but it does not specify when not to use it or suggest alternatives. Siblings like init_verify_and_probe might be alternatives, but no explicit guidance is given.

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/Ad3n1ne/Nomad-mcp'

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