Skip to main content
Glama
LogicStamp

logicstamp-mcp

Official
by LogicStamp

logicstamp_list_bundles

Lists all root bundles from the codebase context, returning component names, file paths, and token estimates to identify components for detailed contract inspection.

Instructions

⚠️ CRITICAL: Do NOT use sleep() delays before calling this tool. When watch mode is active, bundles are already fresh - call this tool directly without any waiting. Lists all ROOT bundles from context_main.json. Returns bundle catalog (component names, file paths, bundle paths, token estimates). IMPORTANT: LogicStamp organizes components into ROOT components (have their own bundles, listed here) and DEPENDENCIES (included in importing root's bundle.graph.nodes[], not listed here). If a component isn't in this list, it's a dependency - find which root imports it, then read that root's bundle to see the dependency contract in bundle.graph.nodes[]. Use bundle paths in read_bundle to get component contracts. Watch mode: Use projectPath directly (no snapshotId needed). Filter: folderPrefix="src/components" to filter by directory. Next: read_bundle(snapshotId|projectPath, bundlePath). The tool handles race conditions internally - no external sleep() delays needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
snapshotIdNoSnapshot ID from logicstamp_refresh_snapshot. Optional if watch mode is active - use projectPath instead for direct access.
projectPathNoAbsolute path to project root. Use this instead of snapshotId when watch mode is active for instant access to fresh context.
folderPrefixNoFilter bundles by folder path prefix (optional, e.g., "src/components" to see only that folder)
Behavior4/5

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

No annotations provided, so the description must disclose behavior. It explains that bundles are fresh in watch mode, that it lists only root bundles (not dependencies), and that it handles race conditions internally. Lacks an explicit statement that it is read-only, but the context is sufficient.

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 front-loaded with a critical warning and structured with bullet points. While somewhat verbose, every sentence adds essential information. Could be slightly trimmed but overall effective.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, the description explains what the tool returns (bundle catalog with fields). It also provides context about dependencies, next steps, and all three parameters, making it complete for the tool's complexity.

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?

Schema coverage is 100%, so baseline 3. The description adds value by explaining when to use each parameter (e.g., snapshotId vs projectPath based on watch mode) and provides an example for folderPrefix, going beyond the schema definitions.

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 it lists all ROOT bundles from context_main.json, returns a bundle catalog with specific fields, and distinguishes between root components and dependencies. It also explains what to do if a component is missing, making the purpose unmistakable.

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

Usage Guidelines5/5

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

Provides explicit critical guidance: not to use sleep() delays, when to use projectPath vs snapshotId, how to filter with folderPrefix, and what tool to call next (read_bundle). This differentiates it from siblings like logicstamp_read_bundle.

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/LogicStamp/logicstamp-mcp'

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