Skip to main content
Glama

show_allmodels

Retrieve all models across workspaces, filterable by state (e.g., PRODUCTION, UNLOCKED), with options to include detailed info like memory usage and search by name or ID.

Instructions

List all models across all workspaces. Filter by state param (PRODUCTION, UNLOCKED, etc). Use modelDetails=true for memory/dates. Returns IDs needed by ID-only tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateNoFilter by model state
modelDetailsNoInclude memory usage, creation date, and last modified
limitNoMax items to return (default 50, max 1000)
searchNoFilter by name or ID (case-insensitive substring match)
Behavior3/5

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

No annotations are provided, so the description must cover behavioral traits. It implies a read operation but does not explicitly state it as read-only, mention permissions, or side effects. The limit parameter hints at pagination but not detailed.

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?

Two sentences that are direct and informative with zero wasted words. The information is front-loaded and efficient.

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 listing tool with good schema coverage, the description is nearly complete. It mentions return value usage. Missing minor details like default limit, but overall adequate.

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 has 100% description coverage, so the description adds only minimal extra context (e.g., 'memory/dates' for modelDetails, enum examples for state). This is sufficient but not significantly beyond the schema.

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 'List all models across all workspaces' with specific verbs and resource. It mentions filtering by state and modelDetails, and distinguishes from sibling show_models by specifying 'across all workspaces'.

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 mentions filtering by state and modelDetails, and explains the return value helps other tools. However, it does not explicitly state when to use this versus alternatives like show_models or when not to use it.

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/larasrinath/anaplan-mcp'

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