Skip to main content
Glama
shamimlaravel

laravel13-livewire4.2.1-mcp

fix_bugs

Automatically analyze and fix bugs in Livewire/Laravel code by providing code, file type, and optional bug description.

Instructions

Analyze and fix bugs in Livewire/Laravel code automatically.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYes
fileTypeYes
bugDescriptionNo
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, but it only says 'fix bugs automatically', which implies code modification without explaining whether changes are destructive, whether they require user review, or what the output will be. The absence of any safety or scope details is a significant gap for a potentially mutating operation.

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 immediately communicates the tool's core function. It contains no redundant words or filler, making it maximally concise for its content.

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

Completeness1/5

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

For a tool that performs automatic code modification with multiple input parameters and no output schema, this description is severely underspecified. It lacks details on input semantics, expected behavior, error cases, or what the agent should do with the result. The complexity of the operation demands far more context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description does not mention any of the three parameters: code, fileType, or bugDescription. It fails to explain the meaning of fileType's enum values (php, blade, component, model) or that bugDescription is optional. The description provides no value beyond what is trivially inferable from the schema names.

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 uses specific verbs 'Analyze and fix' with a clear resource ('bugs in Livewire/Laravel code'), distinguishing it from sibling tools like scan_project_bugs or get_open_bugs, which only detect or report bugs. The purpose is unmistakable.

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 use when bugs need fixing, and the existence of scan_project_bugs suggests a complementary tool, but there is no explicit when-to-use or when-not-to-use guidance. It does not name alternatives or state that this tool modifies code, so the agent must infer usage context.

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/shamimlaravel/laravel13-livewire4.2.1-mcp'

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