Skip to main content
Glama
ldco

Puppet Master MCP Server

by ldco

pm_db_reset

Delete the SQLite database, re-run migrations, and seed with initial data to reset the database to a clean state.

Instructions

Reset the database: delete the SQLite file, re-run migrations, and seed with initial data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations provided, so description carries full burden. It clearly discloses destructive behavior (delete SQLite file) and outlines the reset steps, providing sufficient transparency for an agent to understand its side effects.

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 extremely concise: one sentence that efficiently conveys the tool's purpose and internal steps. No wasted words.

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

Completeness5/5

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

Given the tool has no parameters and no output schema, the description is complete. It specifies all actions taken during the reset (delete, migrate, seed), which is sufficient for agent decision-making.

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

Parameters5/5

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

There are zero parameters, and schema coverage is 100%. The description implicitly confirms the tool requires no input, which is fully adequate.

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 verb 'Reset' and resource 'database', detailing three specific actions: delete SQLite file, re-run migrations, seed with initial data. This distinguishes it from siblings like pm_db_migrate or pm_db_seed.

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 a full reset but does not explicitly state when to use this tool versus alternatives like pm_db_migrate or pm_db_seed. No guidance on prerequisites or consequences.

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/ldco/pm-mcp-server'

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