Skip to main content
Glama

Get Tailscale status and IPs

termix_metrics_get_tailscale_status_ips
Read-onlyIdempotent

Retrieve Tailscale connection status and IP addresses for a specified device ID to verify network availability and assigned IPs.

Instructions

Get Tailscale status and IPs

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

D1.9/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. However, the description adds no behavioral context beyond the name: it does not explain what 'status' includes, whether it returns IPv4/IPv6/IPv4 addresses, or whether the host must be reachable. It contributes no transparency beyond structured annotations.

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

Conciseness2/5

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

The description is a single short sentence, which is structurally simple, but this brevity is under-specification, not effective conciseness. It adds no information beyond the tool name and fails to use its words to clarify the ambiguous 'id' parameter or the tool's role among siblings.

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?

For a tool with one undocumented parameter, no output schema, and multiple related siblings, this description is incomplete. An agent cannot know which id to supply, what the response shape will be, or how this tool relates to termix_tailscale_list_tailscale_devices. The annotations cover safety but not functional context.

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?

Schema description coverage is 0% for the required 'id' parameter. The description does not explain what 'id' represents (e.g., host ID, Tailscale device ID, or something else) or its domain. With no schema doc and no description compensation, an agent cannot reliably determine what value to pass.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

Tautological: description restates name/title.

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?

The description provides no guidance on when to use this tool versus alternatives such as termix_tailscale_list_tailscale_devices or termix_metrics_connect_disconnect_tailscale. There is no mention of preconditions, context, or exclusions. The agent is left to infer usage purely from the tool name.

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

Deploy Server

Other Tools