Skip to main content
Glama

projectstate

Project status

project_status

Get the project's one-line status, open tasks and last change. Pass set_status to overwrite the status line (e.g. 'v0.3 shipped; next: migrate auth to OAuth'). Cheap; use it for handoff notes between sessions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectYes
set_statusNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

With no annotations the description must carry the full burden, and it does disclose meaningful traits: the operation is cheap, it is a read by default, and set_status explicitly overwrites (destroys) the existing status line, with an example of the format. It omits permissions/auth requirements and whether other project state is affected.

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?

Three short sentences, front-loaded with the read purpose, followed by the write mode and the usage rationale; the inline example earns its space by fixing the expected value format. No filler.

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?

An output schema exists, so return contents need not be explained (the description describes them anyway). The dual read/write nature, cost and intended use are covered; only the 'project' parameter's semantics and any permission/error behavior remain unaddressed.

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?

Schema description coverage is 0%, so the description must compensate. It explains set_status well, including a concrete example value, but says nothing about the required 'project' parameter beyond what its name implies, leaving half the parameters undocumented in both schema and prose.

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?

States a specific verb ('Get') and resource ('the project's one-line status, open tasks and last change'), and even enumerates the returned fields, plus the secondary write mode via set_status. It does not explicitly distinguish itself from siblings like project_open, recall, remember or update, which keeps it out of the top band.

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?

"Cheap; use it for handoff notes between sessions" gives clear usage context and the set_status example implies when to write versus read. There are no explicit when-not conditions and no named alternatives among the overlapping siblings (recall/remember), so it stops short of 5.

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.