Skip to main content
Glama

tenki_list_dangling_snapshots

Read-onlyIdempotent

Identify orphaned snapshots with missing source sessions to clean up unused storage in your workspace.

Instructions

List dangling snapshots — those whose source session no longer exists — for the workspace, useful for cleanup.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_sizeNo
page_tokenNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.0

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds the behavioral trait that it filters snapshots by the non-existence of the source session, which is not captured by annotations. It also states the workspace scope. This is useful extra context beyond the structured hints.

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 front-loads the verb and resource, defines 'dangling' inline, scopes to the workspace, and adds a purpose. There is no wasted wording or repetition of schema or annotation data.

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

Completeness4/5

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

For a simple list tool with two optional params and no output schema, the description captures the core behavior and purpose. Missing details include pagination behavior and explicit alternative routing, but given the safety annotations and simple schema, the description is largely sufficient. A short note on page_token/page_size and a pointer to other snapshot list tools would make it fully complete.

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

Parameters2/5

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

Schema description coverage is 0%: neither page_size nor page_token has any schema documentation. The description does not compensate by explaining these parameters or their purpose. While the names are self-explanatory for pagination, there is no detail on defaults, limits, or formatting. In a low-coverage case, the description should provide at least a mention, which it fails to do.

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 verb 'List', the resource 'dangling snapshots', and provides an inline definition ('those whose source session no longer exists'). It also scopes to the workspace and mentions the cleanup use case, which distinguishes it from other snapshot listing tools like tenki_list_snapshots or tenki_list_session_snapshots.

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 gives a usage hint ('useful for cleanup') but does not explicitly compare with sibling snapshot-list tools or state when NOT to use this tool. An agent may still infer it from the name, but explicit guidance about alternatives like tenki_list_snapshots would improve selection.

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