Skip to main content
Glama

List workspaces

workspace_list
Read-onlyIdempotent

List Lizard workspaces you belong to and get workspace IDs for scoping project lookups.

Instructions

Use this when the user wants to see which Lizard workspaces they belong to, or needs a workspace ID to scope a project lookup.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior. The description adds meaningful context by clarifying that the result is limited to workspaces the user belongs to, which helps set expectations about the returned data without relying on structured annotations.

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 sentence carries both the usage trigger and the scope of results with no filler. The information is front-loaded and every word earns its place.

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 parameterless, read-only listing tool, the description fully covers when to call it and what it returns conceptually. Annotations cover safety and idempotency, and no output schema is present to clarify further. Nothing material is missing.

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

Parameters4/5

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

The tool has zero parameters and the schema is empty, so there is no parameter complexity to document. The description therefore does not need to compensate for schema gaps; the baseline for a parameterless tool is appropriate here.

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 states a specific verb (list) and resource (Lizard workspaces), and further narrows the scope to workspaces the user belongs to. It also identifies a concrete downstream purpose (obtaining a workspace ID for project lookups), which distinguishes it from other list tools like project_list and service_list.

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 begins with 'Use this when' and gives two explicit triggers: viewing workspaces the user belongs to, or needing a workspace ID for a project lookup. It does not name alternatives or state when not to use it, but the triggers are clear enough to guide selection among sibling tools.

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/lizard-build/lizard-mcp'

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