Skip to main content
Glama

Get 2ools project

get_project
Read-onlyIdempotent

Retrieve a 2ools project's brief, selected pages, active version, and compact version history. Use it to review project status without generated source code.

Instructions

Get a 2ools project's brief, selected pages, active version, and compact version history. Does not return generated source code.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYes2ools project ID.
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds meaningful behavioral context by enumerating the exact components returned and explicitly stating that generated source code is not returned, which goes beyond the structured annotation data.

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 the core action and expected payload, followed by a clarifying limitation. There is no redundancy or unnecessary detail.

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 read-only tool with a single parameter and no output schema, the description sufficiently explains the response contents and key limitations. It gives an agent enough information to decide whether to invoke this tool and what to expect.

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?

The input schema fully documents the single parameter with a UUID format, pattern, and description. Schema description coverage is 100%, so the description doesn't need to add parameter-level details; the baseline score of 3 applies.

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 identifies the tool as a read operation for a specific project resource, enumerating the exact returned data (brief, selected pages, active version, compact version history) and explicitly excludes generated source code. This differentiates it from sibling tools like build_from_conversation or get_project_context.

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 a clear context for when to use the tool by listing exactly what is returned and noting that generated source code is not included. However, it does not explicitly name alternative tools or provide when-not-to-use guidance, so it stops short of the highest bar.

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