Skip to main content
Glama

List Logisim-evolution projects

logisim_list_projects
Read-onlyIdempotent

List Logisim .circ project files in a workspace directory, providing stable raw-byte digests without launching the application. Enables recursive discovery with configurable limits.

Instructions

Discovers workspace .circ projects with stable raw-byte digests. This is static file discovery and does not launch Logisim.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dirNoWorkspace-relative directory ref to list.
limitNo
recursiveNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
dataNo
errorNo
contextYes
summaryYes
diagnosticsYes
nextActionsYes
contractVersionYes
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, so the safety profile is covered. The description adds meaningful behavioral context by clarifying that no Logisim launch occurs and that digests are raw-byte based, which helps set expectations. No contradiction with 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?

Two succinct sentences front-load the main purpose and end with a clarifying note. Every word earns its place, with no fluff.

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 tool is simple (list projects) and the presence of an output schema covers return value details. The description covers key behavioral aspects (static, no launch, digest computation) that are not in annotations. Minor gap: 'stable raw-byte digests' is not expanded, but that is acceptable given the output schema.

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

Parameters2/5

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

Schema coverage is only 33% (only 'dir' has a description); 'limit' and 'recursive' are left to the schema's type/defaults. The description does not explain any parameter semantics, such as how 'dir' is resolved or how 'recursive' affects discovery. Since the description fails to compensate for the low schema coverage, this dimension is weak.

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 uses the specific verb 'Discovers' with a clear resource: 'workspace .circ projects'. It adds a distinctive detail ('stable raw-byte digests') and explicitly contrasts with launching Logisim, separating it from sibling tools like logisim_analyze_design.

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 provides clear context: it's static file discovery and does not launch Logisim, implying use when you need to list projects without executing the application. However, it does not explicitly name alternative tools or state when not to use it, so it stops short of full usage guidance.

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/Craftiee/circuitarium-mcp'

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