Skip to main content
Glama

project_read

Read-onlyIdempotent

List the authenticated user's projects (L2 intent layer), or fetch one by id. Each entry includes riskiest_assumption — the single highest-priority unverified assumption (or, if all are verified, the highest-criticality one).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoFetch a single project by UUID. Omit to list all.
statusNoFilter by status. Omit to list all statuses.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / $schema
      Added value: +"https://json-schema.org/draft/2020-12/schema"
  2. Added

TDQS

A4.2/5.0
Behavior4/5

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

The description adds meaningful context beyond the annotations: it notes the 'L2 intent layer' and explains the 'riskiest_assumption' field's semantics (highest-priority unverified assumption). This helps the agent understand what data to expect, complementing the readOnlyHint and idempotentHint annotations.

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, front-loaded with the primary purpose, and every part adds value. The clarification about 'riskiest_assumption' is useful without being verbose.

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 read-only list/fetch tool with no output schema, the description adequately explains what the tool does and what the response includes. It could mention pagination or ordering, but given the simplicity and the annotations, it's reasonably complete.

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 documentation covers both parameters (id and status) 100%, so the description doesn't need to add much. It does implicitly mention 'by id' but not the status filter; however, since the schema is complete, the baseline 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 states the tool's function: listing the authenticated user's projects or fetching one by ID. It specifies the resource (projects) and the operations (list/fetch), and the 'L2 intent layer' qualifier helps distinguish it from other project-related tools.

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 gives clear context for use: it targets the authenticated user's projects and supports either listing all or fetching by ID. It does not explicitly name alternatives or exclusions, but the read-only nature and resource focus make the intended usage apparent.

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.

Resources