| name | dude-specifications |
| description | Document specifications using the dude MCP server. List, create, update specifications. Record requirements, architecture decisions, API contracts, design patterns. Search for specs. Use when documenting requirements, recording architecture decisions, writing API specs, capturing design patterns, or managing technical documentation. |
Dude Specifications - Technical Documentation
Document requirements and architecture via the dude: MCP tools.
Quick Start
dude:list_specifications { "projectUuid": "..." } - List specs
dude:create_specification { "project_uuid": "...", "text": "..." }
dude:search { "entityTypes": ["specification"] } - Find specs
Specification Operations
Listing Specifications
| Tool | Description |
|---|
dude:list_specifications | List specs for a project |
Parameters:
projectUuid (required): Project UUID
parentUuid (optional): Filter to children of parent spec
Getting Specification Details
| Tool | Description |
|---|
dude:get_specification | Get single spec details |
Parameters:
uuid (required): Specification UUID
Creating Specifications
| Tool | Description |
|---|
dude:create_specification | Create new specification |