Skip to main content
Glama
Groupthink-dev

tailscale-blade-mcp

ts_keys

Lists Tailscale auth keys with ID, description, reusable/ephemeral/preauth flags, tags, and expiry. Optionally filter by scope for infrastructure, personal, or home.

Instructions

List auth keys: ID, description, reusable/ephemeral/preauth flags, tags, expiry.

Optional scope arg filters keys by DD-278 scope-tag mapping. Output includes a Track 3 _meta envelope as a JSON tail line.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopeNoDD-278 scope filter: 'infrastructure' | 'personal' | 'home'. Filtered client-side after fetch — matches the key's capabilities.devices.create.tags against the scope tag set.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description notes that scope filtering is client-side after fetch and that output includes a Track 3 _meta envelope, providing useful behavioral details beyond a simple 'list' action. No annotations exist, so the description carries the full burden, and it does well.

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 two sentences, front-loaded with the main action and output fields, and contains no unnecessary 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 exists, the description appropriately summarizes the output fields and mentions the _meta envelope. It covers all essential aspects for a list tool.

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%, so the description adds minimal value for the 'scope' parameter beyond what the schema already states. The description includes the parameter but does not provide new semantics.

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 it lists auth keys with specific fields (ID, description, flags, tags, expiry), distinguishing it from related siblings like ts_create_key and ts_delete_key.

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 explains the optional scope parameter and its function, but lacks explicit guidance on when to use this tool versus alternatives like ts_acl or ts_devices. However, the purpose is clear enough for basic usage.

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/Groupthink-dev/tailscale-blade-mcp'

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