Skip to main content
Glama

get_project

Retrieve project information by ID, name, or workspace path, even with partial details. Uses priority ID > path > name to resolve the matching project.

Instructions

Get project information by ID, name, or workspace path.

ESSENTIAL FOR: Flexible project lookup when you have partial information

This tool provides flexible project lookup. You can specify any combination of identifiers, and it will resolve to the matching project.

Priority: project_id > workspace_path > project_name

WHEN TO USE:

  • You know the project_id and want full details

  • You only know the project name

  • You have the workspace path and want to find the project

  • Validating that multiple identifiers point to the same project

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idNoProject ID (e.g., "proj-abc-123")
project_nameNoProject name (e.g., "My App")
workspace_pathNoWorkspace directory path (e.g., "/home/user/projects/myapp")
Behavior3/5

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

With no annotations, the description carries the burden of disclosure. It adds useful behavioral context about resolution priority and the ability to combine identifiers, but does not mention whether the operation is read-only, what happens if no match is found, or any authorization requirements. This is a moderate gap.

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 well-structured with clear sections (ESSENTIAL FOR, WHEN TO USE) and the priority line is front-loaded. Every sentence contributes either to understanding the purpose or usage, with no waste. It remains concise despite covering multiple scenarios.

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?

For a simple lookup tool with 3 optional parameters and no output schema, the description provides sufficient context on usage and resolution behavior. It lacks details about return format and error handling, but these are less critical given the tool's simplicity and the presence of sibling tools that may handle related concerns.

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 100%, so the baseline is 3. The description adds value beyond the schema by explaining the precedence (project_id > workspace_path > project_name) and the flexibility to combine any identifiers, which are not evident from the parameter descriptions alone.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific action ('Get project information') and the resource ('project') with multiple identifier options. It distinguishes itself from siblings by emphasizing 'flexible project lookup' with partial information, but it does not explicitly name or contrast with the sibling get_project_info, so it falls short of full sibling differentiation.

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 'WHEN TO USE' section provides concrete scenarios (knowing ID, name, or workspace path, and validating identifiers), and the priority order gives clear guidance on how identifiers are resolved. It does not explicitly state when not to use the tool or name alternatives, so it lacks full exclusionary guidance.

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/siddiquesahabaj/CoordMCP'

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