Skip to main content
Glama

Project info

project_info

Summarizes the open Scratch project, listing targets, extensions, monitors, and metadata for quick overview.

Instructions

Summarize the open project: targets, extensions, monitors and meta.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. 'Summarize' implies a read-only operation with no side effects, but the description does not explicitly state that it is non-destructive, nor does it explain what exactly the summary contains (e.g., structure, format, or level of detail). It provides minimal behavioral context, which is adequate for a simple read tool but not complete.

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 a single sentence that front-loads the action ('Summarize the open project') and then lists the specific aspects covered. There is zero waste, and it is appropriately concise for the tool's simple purpose. Every word contributes to clarity.

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 simple informational tool with no parameters and no output schema, the description is fairly complete: it tells the agent what the tool does and what aspects it covers. However, it does not specify whether the summary is textual, structured, or how detailed it is. Given that an agent might need to know the return format to parse the result, this is a minor gap but not critical for a summarizer.

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

Parameters4/5

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

The tool has zero parameters, and the schema coverage is 100% (trivially, since there are no parameters to document). The description does not need to add parameter semantics, and the baseline for high schema coverage is 3; for zero parameters this is trivially satisfied. The description adds no parameter info but none is required, so a 4 is appropriate.

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 with a specific verb ('Summarize') and resource ('the open project'), and explicitly lists the aspects covered (targets, extensions, monitors, meta). This distinguishes it from sibling tools like list_sprites or get_target, which focus on individual components. The purpose is unambiguous and precise.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies that this tool is for obtaining an overview of the project, but it does not explicitly state when to use it versus the many sibling tools (e.g., list_sprites, get_target, get_target_json). It lacks guidance on when not to use it or mention of alternatives, leaving the agent to infer that it is for a high-level summary rather than detailed per-component access.

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/AstroBlocksMod/ScratchMCP'

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