Skip to main content
Glama
dok4everak47

Laravel MCP Server

by dok4everak47

createFeature

Generates a complete Laravel feature including migration, model, controller, requests, routes, Blade views, and tests, so you can scaffold CRUD functionality without manual setup.

Instructions

Generate complete Laravel feature: migration, model, controller, requests, routes, blade views, tests

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
apiNoGenerate an API controller instead of web controller (default: false)
viewsNoWhether to generate Blade views (default: true)
entityYesEntity name in singular (e.g. 'Post', 'Category')
fieldsNoComma-separated field definitions (e.g. 'title:string,content:text')
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It lists what files will be generated, which is useful, but it omits critical details such as whether existing files are overwritten, whether database migrations are run, what permissions are required, or what the output/return value looks like. This leaves significant behavioral ambiguity.

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, front-loaded sentence that clearly conveys the tool's purpose. It is concise, has no filler, and every word contributes to the meaning, making it easy for an agent to parse quickly.

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?

This is a complex tool that generates multiple artifacts, yet the description only lists those artifacts without explaining prerequisites, side effects, or execution behavior. There is no output schema, so the description should provide more context to fully prepare the agent for invocation. The minimal description leaves significant gaps for such a multi-step generator.

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?

The input schema has 100% coverage with descriptions for all four parameters, so the schema already explains each parameter's meaning. The description does not add any extra parameter semantics beyond what the schema provides, so a baseline score of 3 is appropriate.

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 the tool's action ('Generate') and the resource ('complete Laravel feature') with an enumerated list of components (migration, model, controller, requests, routes, blade views, tests). This specific scope differentiates it from sibling tools like makeModel or makeController, which focus on single components.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies this is for generating a full feature rather than a single component, but it does not explicitly state when to use this over alternatives or provide exclusions. No sibling tool names or 'when-not' guidance is given, so the usage context is only implicit.

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/dok4everak47/laravel-ai-agent'

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