Skip to main content
Glama

projects

Manage project registry: list projects with completeness status, get a project by name, or generate a validation report checking required fields, local folders, and URL shapes.

Instructions

Consome o registro de projetos (PROJETOS.md na raiz, gerido pelo comando /base) em runtime. action=list retorna projeto principal + projetos conectados com status de completude por projeto; get busca um projeto pelo nome (pasta local, repositório, documentação local); doctor gera relatório de validação — campos obrigatórios, existência das pastas locais no disco e shape https?:// das URLs. Triggers: "registro de projetos", "projetos conectados", "PROJETOS.md", "/base", "projeto principal", "onde fica o projeto X".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoFor action=get — nome do projeto como registrado no PROJETOS.md (case-insensitive).
actionYes
projectRootNoRaiz onde está o PROJETOS.md. Default: cwd.
Behavior4/5

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

With no annotations, the description carries full burden. It reveals the tool is read-only ('consome'), describes validation outputs, and lists triggers. It lacks explicit statements about side effects, but the detail on actions compensates.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is in a single paragraph but remains concise, covering purpose, actions, and triggers in about 150 words. It could benefit from bullet points or clearer separation, but it's not excessive.

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?

Given no output schema and no annotations, the description provides solid context: what each action returns and validation details. It lacks return format or error handling, but for a simple registry tool, this is sufficient.

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 coverage is 67%, and the description adds meaning by explaining action-specific behaviors and the role of the name parameter in get. projectRoot is adequately described in both schema and description. The actions' implications go beyond enum values.

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 consumes the project registry (PROJETOS.md) and details three specific actions (list, get, doctor) with precise outcomes. It differentiates from siblings by focusing on project registry management, a niche not covered by other tools.

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 explicit trigger phrases and action-specific behaviors, guiding when to use the tool. However, it does not specify when not to use it or contrast with sibling tools like sync, leaving some ambiguity.

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/luanpdd/kit-mcp'

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