Skip to main content
Glama

Tokenbooks - crypto and fiat accounting and payments

List Portfolios

list_portfolios
Read-onlyIdempotent

List portfolios available in a workspace.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number, starting at 1
limitNoMaximum items to return, maximum 100. Preferred MCP pagination field.
pageSizeNoDeprecated alias for limit, maximum 100. Prefer limit for new MCP calls.
workspaceRefYesWorkspace exact name or slug

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds no additional behavioral context, such as pagination behavior, ordering, or what happens when no portfolios exist. With annotations present, the description could have added value by mentioning these, but it does not.

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 concise sentence with no wasted words. It delivers the core purpose immediately and is appropriately sized for a simple listing tool.

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

Completeness3/5

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

The tool is simple, with full schema coverage and safety annotations, so the description does not need to repeat those. However, it lacks any mention of return format or pagination nuance (though pagination is implied by the schema), and it does not clarify how this differs from find_portfolios. For a straightforward list tool, this is marginally adequate but not complete.

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 description coverage is 100%, so the baseline is 3. The description adds no extra meaning to parameters; it relies entirely on the schema's rich per-field descriptions. Since the schema fully documents page, limit, pageSize, and workspaceRef, this meets the baseline without exceeding it.

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 clear verb ('list') and resource ('portfolios') with an explicit scope ('in a workspace'). It is not a tautology and is understandable, but it does not differentiate from related tools such as find_portfolios or get_portfolio, which is a slight gap.

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 choose this tool over alternatives like find_portfolios (which likely supports filtering) or get_portfolio (for a single item). There is no mention of exclusions or preferred scenarios, leaving the agent to infer usage from the name alone.

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