Skip to main content
Glama

get_project

Retrieve a compact project summary using the project's numeric ID or unique identifier. This provides essential project details without loading full data.

Instructions

Get a compact project summary by id or identifier.

project: numeric id (e.g., 7) or identifier (e.g., "opm-openproject-ce-mcp"), not display name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
urlYes
nameYes
activeYes
publicNo
statusNo
parent_idNo
can_deleteNo
can_updateNo
created_atNo
identifierYes
updated_atNo
descriptionYes
parent_nameNo
status_explanationNo
Behavior2/5

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

No annotations provided, so the description carries the burden. It only mentions input format and that it returns a compact summary, but does not disclose error behavior, permissions required, or whether it is read-only. For a read operation, minimal behavioral info is disclosed.

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?

Two sentences, front-loaded with purpose, parameter explanation in second. No redundant information. Highly efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple retrieval tool with one parameter and an output schema, the description is adequate but could be more complete by clarifying what 'compact project summary' includes or how it differs from other project getters like get_project_configuration.

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 schema has one string parameter 'project' with no description coverage. The description adds significant value by explaining acceptable formats (numeric id or identifier) and explicitly excluding display names, which is not evident from the schema.

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 the tool retrieves a compact project summary by id or identifier. It distinguishes from list_projects (which lists multiple projects) but does not explicitly contrast with other project-related get tools like get_project_configuration.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives such as list_projects or other get_ project tools. The description only states the tool's function without usage context.

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/jtauschl/openproject-ce-mcp'

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