Skip to main content
Glama

Read a SkeletIQ design

get_design
Read-onlyIdempotent

Read a SkeletIQ architecture to get a brief for AGENTS.md, build order, component specs, and open gaps, all tied to a specific version.

Instructions

Read a SkeletIQ architecture. Start with mode "brief" to orient — it returns a fenced block to write into AGENTS.md — then "build_order" for the sequence and "component" for each piece as you build it. Every answer states which version it came from and whether that version is a release.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYesoverview: the whole design. component: one component, its connections in both directions, and the decisions that mention it. brief: the fenced markdown block to write into AGENTS.md. readiness: what still has to be decided before this design is worth building. build_order: the order to build components in, and why. gaps: the open questions and unconfirmed assumptions in the design.
versionNoA specific version. Defaults to the latest released version, or the latest version if none is released.
project_idYesA SkeletIQ project id, or its exact name.
component_idNoRequired for mode "component". The component id, or its name.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
modeYes
versionYes
project_idYes
is_releasedYes
resolved_byYes
architecture_idYes
newer_release_existsYes

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.4/5.0
Behavior4/5

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

Beyond the annotations (readOnly, idempotent, openWorld), the description reveals useful behavior: 'brief' returns a fenced markdown block for AGENTS.md, and every answer states which version it came from and whether that version is a release. This adds meaningful runtime context without contradicting 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.

Conciseness5/5

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

Three sentences, all purposeful: the first states the tool's purpose, the second provides a practical usage sequence, and the third discloses a key output behavior. There is no fluff, and the most actionable guidance is front-loaded.

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?

Given the rich input schema, annotations, and output schema, the description is largely complete: it explains the primary mode flow and a notable version-related behavior. It does not need to enumerate every mode because the schema already does that in detail.

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 input schema already documents all parameters with 100% coverage, so the baseline is 3. The description adds extra meaning by explaining how to sequence modes and clarifying that the version/release context appears in every answer, which goes slightly beyond what the schema states.

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 opens with a specific verb and resource: 'Read a SkeletIQ architecture.' It clearly distinguishes this tool from siblings like generate_architecture or critique_architecture by framing it as a read operation, and it adds the key concept of versioned design output.

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 explicit in-tool workflow guidance: start with mode 'brief' to orient, then use 'build_order' and 'component' as you build. It does not explicitly contrast this tool with sibling alternatives, but the reading workflow is clear enough to guide invocation.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Sabhahith-Works/skeletiq-mcp'

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