Skip to main content
Glama

research.generate_specs

Generate Atomic Design specs for design systems from validated research data. Writes multiple spec objects after approval.

Instructions

Write research-backed Atomic Design specs generated from ResearchStore V2.

Prerequisites: Call research.design_package first to preview. This tool requires approved=true to make the write explicit. Writes DesignSpec, IASpec, PageSpec, ComponentSpec, and DataVizSpec objects through the Memoire registry.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
intentNo
hypothesisNo
runIdNo
researchNoOptional ResearchStore JSON string. Omit to load workspace research.
approvedNoMust be true to write generated specs.
Behavior3/5

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

With no annotations, the description carries full burden. It discloses the write action and the guard condition (approved=true), but omits details on failure modes, idempotency, side effects, or auth requirements. Adequate but not comprehensive.

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 sentences with front-loaded main action, prerequisites, and details. No filler, every sentence adds value.

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?

Good overview of purpose and prerequisites, but lacks parameter explanations and return details. Given 5 parameters and no output schema, more context would be needed for complete understanding.

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 description coverage is 40%, and the description adds minimal parameter context. It implies the approved parameter's role but does not explain intent, hypothesis, runId, or research parameters. The description fails to compensate for low schema 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 it writes research-backed Atomic Design specs from ResearchStore V2, differentiating it from sibling tools like get_spec or create_spec. It explicitly mentions prerequisites and lists the spec types written.

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 explicit prerequisites: call research.design_package first and set approved=true. It does not list when not to use or alternatives, but the context suggests this is for batch generation from research.

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/sarveshsea/memi'

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