Skip to main content
Glama

tenki_list_volumes

Read-onlyIdempotent

List persistent volumes in a Tenki workspace with pagination. Specify workspace_id to target a specific workspace, or default to the key's first workspace.

Instructions

List persistent volumes in a workspace (defaults to the key's first workspace). Supports pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_sizeNoMax volumes to return per page.
page_tokenNoPage token from a previous response's nextPageToken.
workspace_idNoWorkspace to list volumes from (defaults to the key's first workspace).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.0

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already establish read-only, idempotent, non-destructive behavior, so the bar for extra disclosure is lower. The description adds useful behavioral context beyond annotations by noting the default workspace behavior and pagination support.

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, front-loaded sentence with no filler. It communicates the core action, the scope, a default behavior, and pagination in minimal 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?

For a simple read-only listing tool with fully documented parameters and supporting annotations, the description is complete enough for an agent to call it correctly. No output schema is present, but the return type is strongly implied by 'list volumes.'

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?

All three parameters are described in the schema (100% coverage), so the description does not need to compensate. The description's mention of the default first workspace and pagination adds no meaning beyond the schema descriptions already present.

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 starts with a specific verb ('List') and identifies the resource ('persistent volumes in a workspace'), which clearly distinguishes it from sibling tools like tenki_list_sandboxes or tenki_get_volume. The parenthetical about the default workspace adds further precision.

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 makes clear it is for listing volumes in a workspace and mentions the default workspace and pagination, giving an agent enough context to select it over volume mutation tools. It does not explicitly mention when not to use it or name alternatives, but the resource scoping is strong.

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