Skip to main content
Glama

List project Agents

list_project_agents
Read-onlyIdempotent

List the built-in agents assigned to a project to reveal their status and summary without exposing full limits or run traces.

Instructions

List the authorizing account's built-in Agents assigned to one readable project. This reveals status and summary, not full Limits or run traces.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesReadable 2ools project ID.
Behavior4/5

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

Beyond the annotations (readOnly, idempotent, non-destructive), the description adds useful behavioral context: it returns status and summary but not full Limits or run traces. This helps set expectations about the output scope, going beyond what annotations alone convey.

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 only two sentences, front-loads the core purpose, and adds a clarifying scope/limitation line. Every word earns its place with no 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?

For a simple list tool with one parameter, annotations covering safety, and no output schema, the description is complete. It states what is returned (status and summary), what is not returned (limits, traces), and the project scoping, giving an agent enough to select and invoke correctly.

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 coverage is 100%, with the only parameter project_id having a clear description. The tool description does not add further parameter-level details, but none are needed given the schema already documents the parameter fully.

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 the authorizing account's built-in Agents for a single readable project, which is a specific verb+resource+scope. It distinguishes itself from sibling tools like get_project and list_projects by focusing on project-scoped agents, and from get_agent/run_project_agent by being a listing operation.

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 provides clear context: it lists agents assigned to one readable project and notes that it reveals status/summary rather than full Limits or run traces. This implies when to use it and what to expect, though it does not explicitly name alternative tools for those deeper needs.

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/2ools/mcp-server'

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