Skip to main content
Glama
Stellify-Software-Ltd

Stellify MCP Server

Official

create_resources

Scaffold Model, Controller, Service, and Migration files for a resource. API routes are not auto-wired; create them with the create_route tool.

Instructions

Scaffold Model, Controller, Service, and Migration. Routes are NOT auto-wired - use create_route after.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesResource name in PascalCase (e.g., "User", "BlogPost", "OrderItem")
fieldsNoArray of field definitions for the model and migration
relationshipsNoArray of relationship definitions
controllerNoCreate controller with CRUD actions (default: true)
serviceNoCreate service class for business logic (default: false)
migrationNoCreate database migration (default: true)
routesNoCreate API routes (default: true)
soft_deletesNoAdd soft delete support to model and migration (default: false)
apiNoGenerate API-style responses (default: true). Set to FALSE for SSR/Blade pages (controllers return views). Set to TRUE for API endpoints (controllers return JSON).
Behavior3/5

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

No annotations exist, so the description carries full burden. It discloses that multiple files are created and that routes require an extra step, but lacks details on potential side effects (e.g., overwriting existing files), prerequisites, or error handling.

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?

The description is a single, well-structured sentence that front-loads the main action and immediately clarifies a critical limitation. No extraneous words.

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?

For a tool with 9 parameters and no output schema, the description is minimal. It does not explain what the agent should expect after execution (e.g., success message, file paths) or highlight default behaviors (e.g., soft_deletes default false). The schema descriptions fill some gaps, but overall completeness is moderate.

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 detailed parameter descriptions, so baseline is 3. The description does not add additional meaning to any parameter; it only summarizes the tool's action. This is adequate given the schema richness.

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 explicitly states 'Scaffold Model, Controller, Service, and Migration', clearly specifying what the tool does. It distinguishes from siblings like 'create_route' by noting that routes are not auto-wired, making the purpose unambiguous.

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 clear guidance: 'Routes are NOT auto-wired - use create_route after.' This tells the agent when not to rely solely on this tool and directs to an alternative. However, it does not elaborate on other scenarios where this tool should or should not be used.

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/Stellify-Software-Ltd/stellify-mcp'

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