Skip to main content
Glama

seed_reset_script

Generate database reset and re-seed scripts with environment safety checks. Specify ORM and allowed environments to produce safe, migration-aware scripts.

Instructions

Pro: Generate database reset and re-seed scripts with environment safety checks

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ormYesORM in use
api_keyNoAPI key for authentication
environmentsNoEnvironments where reset is allowed
include_migrationsNoWhether to re-run migrations before seeding
Behavior3/5

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

No annotations are provided, so the description carries full burden. It mentions 'environment safety checks' which hints at behavioral safeguards (e.g., blocking destructive resets in production), but doesn't disclose whether the tool mutates anything, requires an API key beyond the schema param, or what happens to existing data. The 'Pro:' prefix is odd and uninformative.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single front-loaded sentence with the core verb first, but the 'Pro:' prefix is cryptic and unnecessary for an AI agent. It earns its place only partially; the term 'environment safety checks' is vague and could be expanded or removed. It is not bloated, but has minor waste.

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 generation tool with an output schema absent and no annotations, the description should clarify output format (e.g., scripts written to files or returned), permission needs, and scope of safety checks. It covers the core action but leaves the agent to infer how artifacts are delivered and what 'safety checks' guard against, which matters for a destructive-reset tool.

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 description coverage is 100%, so the schema already documents all four parameters. The description adds no parameter-level meaning beyond the schema, but also doesn't need to. A 3 is baseline-correct when schema does the heavy lifting.

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 'Generate database reset and re-seed scripts with environment safety checks' states a clear verb (generate) and resource (database reset/re-seed scripts), distinguishing it from seed_generate_data and seed_from_schema. It could be more specific about what 'environment safety checks' entails, but it does name the core deliverable and a distinguishing safety aspect.

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 when to use this tool (when you need reset/re-seed scripts with safety checks) but doesn't explicitly contrast with sibling tools like seed_generate_data or seed_from_schema. No when-not-to-use guidance is provided, though the sibling context suggests alternative seed-generation tools exist.

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/barnburner121/claude-plugin-marketplace'

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