Skip to main content
Glama

inspect_project_creation_world_ready

Read-onlyIdempotent

Check project creation blockers without invoking preflight endpoints. Review the World Ready manifest to see win condition, agent loadout, first mission, and learning campaign.

Instructions

Inspect blockers without invoking project or preflight endpoints.

Returns the compact World Ready manifest shared with the human campaign view, including its non-authoritative win condition, planned Project Agent loadout, read-only first mission, and planned learning campaign. ready=true means only that read-only review may begin; it never grants project creation, worker dispatch, downstream action, policy-learning, or model-promotion authority. Normal MCP authentication and account-context bootstrap may occur before this local evaluation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
play_styleNoguided_human_in_the_loop
instructionsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv0.1.1

TDQS

A3.8/5.0
Behavior5/5

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

The description emphasizes that the tool never grants creation, dispatch, downstream, policy, or promotion authority, aligning with the readOnlyHint, openWorldHint, idempotentHint, and destructiveHint annotations. It also clarifies the limited meaning of ready=true, adding transparency beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a bit longer than strictly necessary, but the additional sentences clarify the read-only semantics and the meaning of ready=true, which are important for safe use. The main purpose is front-loaded in the first sentence.

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?

The description gives a good overview of what the tool returns and its safety boundaries, and an output schema exists to fill in return details. It is not fully complete because parameter semantics are absent and the concept of 'blockers' is not elaborated, but the overall context is sufficient for basic use.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not explain name, play_style, or instructions. Since the parameters are entirely undocumented in both the schema and the description, the description provides no parameter-level meaning.

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 inspects blockers and returns a World Ready manifest, and it explicitly distinguishes itself from project/preflight endpoints by framing this as a read-only review. However, it does not directly name sibling alternatives such as preflight_project_creation, so some ambiguity remains about when to pick this over those 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 useful context: it is for read-only review, does not invoke project/preflight endpoints, and ready=true only authorizes read-only review. It does not explicitly enumerate alternative tools or say 'use this instead of X', but the when-not-to-use guidance is clear.

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/RPasquale/lightbulb-mcp'

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