Skip to main content
Glama

list_projects

Read-onlyIdempotent

Retrieve the list of projects accessible to your API key, returning each project's ID, name, and metadata. Use this to obtain project UUIDs required by other MCP tools.

Instructions

List the projects this key can reach. START HERE: almost every other tool needs a project UUID and this is where you get one. Admins see every project in the organisation, managers and users only the ones they are assigned to, so an empty list means no access rather than no projects. Ordered by the display order set in the UI first, then oldest created first, so do not read anything into the first entry beyond that. Returns each project with its id, name and metadata. Use get_project for one project in detail, including the status and priority vocabularies it actually uses, which you need before setting any status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.5.0

TDQS

A4.9/5.0
Behavior5/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, and the description adds meaningful behavioral context beyond those: role-based visibility, the meaning of an empty list, and the display-order-then-created order. It also states the return fields (id, name, metadata), which helps the agent know what to expect before calling.

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?

Every sentence carries intent: the START HERE hook, access scope, empty-list interpretation, ordering caveat, return fields, and pointer to get_project. It is dense but not wasteful, and the most actionable guidance is front-loaded.

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 listing tool, the description covers purpose, access behavior, ordering, return shape, and the correct next-step tool. There is no missing information that would prevent the agent from invoking it correctly or interpreting its results properly.

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 takes zero parameters, so there is no parameter ambiguity for the description to resolve. The description instead clarifies the output fields and access semantics, which is useful given that no granular schema or output schema exists.

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 action ('List'), the resource ('projects'), and scopes it to what the current key can reach. It clearly distinguishes itself from get_project, which provides detailed single-project information, and its START HERE framing establishes it as the entry point for obtaining project UUIDs.

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?

The description explicitly tells the agent to start here because almost every other tool needs a project UUID. It also gives concrete interpretation guidance: an empty list means no access rather than no projects, and the ordering should not be over-interpreted. It routes to get_project for detail and for the actual status/priority vocabularies before setting status.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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