Skip to main content
Glama
OBSTechnologies

Laravel Forge MCP Server (Extended)

reset_deployment_state

Reset a site's deployment state to resolve stuck deployments.

Instructions

Reset deployment state for a site (useful if stuck)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteIdYesThe ID of the site
serverIdYesThe ID of the server
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It labels the action as 'reset', which suggests a potentially destructive or state-changing operation, but it does not explain what exactly happens (e.g., whether it cancels ongoing deployments, triggers a new one, or side effects). This lack of detail is a significant gap for a tool that modifies state.

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 very concise, consisting of a single sentence that front-loads the core purpose. While it is efficient, it could include slightly more detail without becoming verbose. Overall, it is well-structured and avoids unnecessary 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?

Given the tool's simplicity (two parameters, no output schema), the description is somewhat complete but lacks behavioral context. The phrase 'useful if stuck' adds situational context, but the lack of details about what the reset entails and potential consequences makes it less complete for an agent.

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 for both parameters (siteId and serverId) with clear descriptions. The tool description does not add any additional meaning 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.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Reset' and the resource 'deployment state for a site', providing a specific action and resource. The phrase 'useful if stuck' adds context. However, it does not explicitly differentiate from sibling tools like deploy_site or get_deployments, but the name and description are sufficiently distinct.

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 usage when a deployment is stuck ('useful if stuck'), giving some context. However, it lacks explicit guidance on when not to use it or alternatives. There is no mention of prerequisites or conditions, leaving room for ambiguity.

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/OBSTechnologies/forge-mcp-server'

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