Skip to main content
Glama
Forge-Space

@forgespace/ui-mcp

Official
by Forge-Space

generate_backend_module

Generate a backend module with routes, services, repository, types, and middleware using clean architecture patterns. Specify module name, CRUD operations, and target framework.

Instructions

Generate a complete backend feature module with routes, service layer, repository, types, and middleware following clean architecture patterns.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
module_nameYesName of the module (e.g., users, billing)
operationsYesCRUD operations: list, create, update, delete, get
frameworkNoTarget frameworknextjs
patternsNoArchitecture patterns: clean-architecture, repository, service-layer
middlewareNoMiddleware: auth, validation, rate-limiting, caching
Behavior2/5

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

With no annotations provided, the description must disclose behavioral traits. It mentions generating various components but does not address potential side effects such as file overwriting, required permissions, or whether it creates or updates resources. The description is too vague for a generation tool.

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 front-loads the core purpose. It is concise but could be slightly more streamlined. No wasted words, but it does not earn extra points for structure beyond being clear.

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

Completeness2/5

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

Given the tool's complexity (5 parameters, no output schema, no annotations), the description does not fully equip an agent. It lacks details on expected output, parameter interdependencies, and when to choose different framework or patterns. Incomplete for a generation tool.

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 description coverage is 100%, so baseline is 3. The description adds minimal value beyond the schema; it lists what is generated but does not elaborate on parameter choices or constraints. The schema already defines the parameters adequately.

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 generates a complete backend feature module with multiple specific components (routes, service layer, etc.) following clean architecture patterns. This distinguishes it from siblings like generate_api_route or generate_ui_component.

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?

The description does not provide any guidance on when to use this tool versus alternatives like scaffold_backend or generate_api_route. No explicit when-to-use or when-not-to-use information is given.

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/Forge-Space/ui-mcp'

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