Skip to main content
Glama
aplaceforallmystuff

mcp-tailscale

tailscale_list_offline_devices

Identify offline or disconnected devices in your Tailscale network to monitor connectivity status and manage network health.

Instructions

List devices that are currently offline or disconnected.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It states what the tool does but doesn't describe how it behaves - no information about permissions needed, rate limits, pagination, return format, or what 'offline/disconnected' means operationally. For a tool with zero annotation coverage, this leaves significant behavioral gaps.

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, efficient sentence that states exactly what the tool does without any wasted words. It's appropriately sized for a simple listing tool and front-loads the core functionality immediately. Every word earns its place in this concise statement.

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?

Given the tool's simplicity (no parameters) but lack of annotations and no output schema, the description should do more to explain what 'offline/disconnected' means and what the return format looks like. The description is too minimal for a tool that presumably returns device data - it doesn't help the agent understand what information will be returned or how to interpret the results.

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

Parameters4/5

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

The tool has zero parameters with 100% schema description coverage, so the schema already fully documents the parameter situation. The description appropriately doesn't discuss parameters since none exist, which is correct. Baseline would be 4 for zero parameters, and the description doesn't contradict or add unnecessary parameter information.

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 ('List') and target resource ('devices that are currently offline or disconnected'), making the purpose immediately understandable. It doesn't explicitly distinguish from sibling tools like 'tailscale_list_devices' or 'tailscale_list_online_devices', but the offline/disconnected focus provides some implicit differentiation.

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 like 'tailscale_list_devices' or 'tailscale_list_online_devices'. It doesn't mention prerequisites, timing considerations, or any explicit when/when-not scenarios, leaving the agent to infer usage context from the tool name alone.

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/aplaceforallmystuff/mcp-tailscale'

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