Skip to main content
Glama

Get 2ools project operating context

get_project_context
Read-onlyIdempotent

Read one source-free operating packet: active version metadata, the latest explicitly selected observed project input, review attention, artifact index, work queue, and current activity cursor. Imported input is immutable evidence, not an AI proposal or live filesystem sync; private 2ools skills, prompts, routing, governance text, and generated version source are not returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYes2ools project ID.
include_governance_textNoDeprecated compatibility flag. It is accepted but ignored; private operating text is never returned.
include_project_input_filesNoInclude sanitized observed file contents from the latest explicit project input. Default false keeps the operating packet compact; manifest facts and provenance are always returned.

TDQS

A5/5.0
Behavior5/5

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

The description goes beyond the annotations (which correctly indicate readOnly, idempotent, and not destructive) by detailing exactly what data is included and, crucially, what is excluded. It warns that imported input is immutable evidence and not an AI proposal or live filesystem sync, which are important behavioral traits. The description is fully consistent with the annotations, no contradiction.

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 two sentences: the first explains what the tool does and lists the output components; the second clarifies key exclusions and data characteristics. Every sentence is purposeful and adds essential context without redundancy. It is front-loaded with the core action and resource, making it easy for an AI agent to quickly grasp the tool's role.

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?

Given the tool's moderate complexity (3 parameters, no output schema, no nested objects), the description is complete. It fully documents what the tool returns, what it does not return, and the semantics of the optional parameters. The annotations provide additional behavioral safety cues. There are no obvious gaps in the information needed for correct invocation and understanding.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 100% schema description coverage, the baseline is 3. The description adds significant value by explaining that include_governance_text is deprecated and will always be ignored, and by clarifying that include_project_input_files will include 'sanitized observed file contents' while manifest facts and provenance are always returned. This clarifies the behavioral impact of each parameter beyond the schema's basic type and description.

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 starts with a clear verb ('Read') and specifies the resource ('source-free operating packet'). It then enumerates the components returned (e.g., version metadata, project input, review attention, artifact index), making the purpose concrete. Among many sibling tools like get_project, get_project_activity, and get_project_mission, this description effectively distinguishes this tool as the one for reading a comprehensive operational snapshot.

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 states what is not returned ('private 2ools skills, prompts, routing, governance text, and generated version source are not returned'), which preempts misuse. It clarifies that imported input is immutable evidence, not an AI proposal or live filesystem sync, guiding the agent on the tool's limitations and appropriate use cases. This provides clear context for when to use this tool versus alternatives that might supply additional or different data.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.2/5.0
Disambiguation3/5

With 74 tools, many serve similar project/version/agent workflows (e.g., get_project vs get_project_context vs get_project_activity). Detailed descriptions help but the sheer volume creates selection risk for agents, especially between approve_version/approve_artifact_version and reject counterparts.

Naming Consistency4/5

Names predominantly follow a verb_object pattern (list_projects, create_public_preview, update_project_mission). Exceptions like 'act_on_project_os_task' and 'build_from_conversation' are minor, but the strong convention overall makes it predictable.

Tool Count1/5

74 tools is extreme—more than double the typical upper bound and far beyond what an agent can feasibly consider per task. The domain is broad, but the count borders on overwhelming and suggests lack of consolidation.

Completeness3/5

The surface covers project lifecycle, versioning, builds, agents, artifacts, feedback, and work assignments comprehensively. Yet there is no explicit create/delete project tool (only via build_from_conversation or start_project_on_engine), and no direct update to project metadata beyond mission/plan, leaving minor gaps.