Skip to main content
Glama

list

View all resources of a given type in a workspace to see what exists before acting. Choose from workspaces, libraries, agents, skills, files, workflows, tags, or members.

Instructions

List all resources of a given type in a workspace — the fast way to see what already exists before you act. Returns lightweight summaries (IDs, names, key fields), not full content: use get for one resource's full detail, or search to find resources by text or tag. Set type to choose what to list — workspaces, libraries (context libraries), agents, skills, files (pass libraryId), workflows, tags, file_tags (pass fileId), workspace_status, or members (with roles + activity). Uses your active workspace when workspaceId is omitted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYesResource type to list. members: list all workspace members with their roles and activity status.
fileIdNoFile ID to list tags for (type=file_tags)
statusNoFilter by status (type=files)
folderIdNoFilter by folder (type=files)
libraryIdNoRequired when type=files
workspaceIdNoWorkspace ID (uses default if omitted)
Behavior4/5

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

No annotations provided, so description carries full burden. It states it returns lightweight summaries (IDs, names, key fields) and uses active workspace by default. Could mention pagination or rate limits, but sufficiently transparent for a read operation.

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?

Three sentences, no fluff, front-loaded with purpose. Every sentence provides useful information without redundancy.

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?

No output schema, but description explains return format (summaries). Covers all parameter contexts and common use cases. Complete for a list tool.

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?

Schema has 100% description coverage, baseline 3. Description adds value by explaining what each type returns (e.g., members with roles and activity) and specifying conditions (libraryId required for files).

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 the tool lists all resources of a given type, using the verb 'list' and specifying the resource scope. It distinguishes from sibling tools 'get' (single resource detail) and 'search' (text/tag search).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly says 'the fast way to see what already exists before you act' and provides when-not-to-use by referencing alternatives 'get' and 'search'. Also gives specific usage advice for each resource type.

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/contextium-io/contextium-mcp-server'

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