Skip to main content
Glama

Tokenbooks - crypto and fiat accounting and payments

List Workspaces

list_workspaces
Read-onlyIdempotent

List workspaces available to the authenticated Tokenbooks user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoOptional workspace name or slug search query

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, covering the safety profile. The description adds the authentication scoping detail but does not disclose return shape, pagination, or ordering. This is adequate given the annotations, but adds only minimal behavioral context.

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?

A single efficient sentence that front-loads the action and resource with no filler. Every word earns its place.

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 one-optional-parameter listing tool with safety annotations, the description is sufficient for an agent to invoke it correctly. It could mention what the response contains since there is no output schema, but the tool's simplicity keeps this from being a material gap.

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?

The input schema already describes the single optional 'query' parameter at 100% coverage. The description adds no additional meaning about how the query filters or matches, so it stays at the baseline for schema-covered parameters.

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 states a specific verb ('List') and resource ('workspaces') and clarifies scope as those available to the authenticated Tokenbooks user. It is clear but does not differentiate from the sibling tool find_workspaces, so it stops short of a 5.

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 gives no indication of when to use this tool versus find_workspaces or other list_* siblings. The phrase 'available to the authenticated user' implies a general listing use case, but there are no explicit exclusions or alternative routing.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources