Skip to main content
Glama
aidenappl
by aidenappl

lattice_sync_stack_compose

Reconcile a stack's container records with its compose YAML to identify and report changes in container status.

Instructions

Reconcile a stack's container records against its stored compose YAML, reporting which containers changed and why

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesStack ID
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. The term 'reconcile' is ambiguous—it may imply mutating container records to match the compose YAML or merely reporting differences. The description does not clarify if this tool performs writes or is read-only, nor does it mention side effects, authorization needs, or error conditions.

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 single sentence that efficiently conveys the tool's purpose. It is front-loaded and contains no unnecessary words. A slightly higher score would require even more compactness or additional structure, but it is already concise.

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

Completeness3/5

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

With no output schema, the description should provide hints about the return format. It mentions 'reporting which containers changed and why', which gives some expectation, but it is incomplete regarding whether the tool mutates state or is a dry-run. For a reconciliation tool, more detail on behavior is needed.

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 coverage is 100%, with the 'id' parameter described as 'Stack ID'. The tool description adds no additional meaning beyond the schema, meeting the baseline for high coverage.

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 action ('reconcile') and the resources ('stack's container records against its stored compose YAML'), and mentions the output ('reporting which containers changed and why'). This distinguishes it from sibling tools like lattice_update_stack_compose (which modifies compose) and lattice_get_stack_containers (which lists containers without reconciling).

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives (e.g., lattice_update_stack_compose, lattice_get_stack_containers). The description does not specify prerequisites or scenarios where reconciliation is appropriate.

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/aidenappl/lattice-mcp'

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