Skip to main content
Glama
mehrdad03

LocalDev MCP

by mehrdad03

Inspect Laravel database schema

inspect_database_schema
Read-only

View database table schemas, columns, and counts in Laravel projects without altering data.

Instructions

Runs Laravel's read-only db:show or db:table command. It does not run migrations or write data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cwdNoOptional project-relative working directory. When omitted, the tool auto-detects the relevant app root.
tableNo
viewsNo
countsNo
projectYesProject key from list_projects.
timeoutSecondsNo
Behavior5/5

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

Description aligns with annotations (readOnlyHint=true) by stating it is read-only and does not run migrations or write data. It adds behavioral context by naming the specific Laravel commands executed, which annotations do not capture. No contradictions.

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?

Two sentences, front-loaded with the core action. Every sentence adds value: first states what it runs, second clarifies read-only nature. No wasted words.

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?

No output schema exists, and the description does not describe return values or behavior for missing parameters. With 6 parameters and no output spec, the description is too minimal to fully inform an agent about invocation expectations.

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

Parameters2/5

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

Schema description coverage is low (33%, only cwd and project described). The tool description does not explain parameters like table, views, counts, or timeoutSeconds, leaving the agent without guidance beyond the schema. Description should compensate but does not.

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?

Description clearly states action ('Runs') and resource ('Laravel's read-only db:show or db:table command'), explicitly marking it as read-only and distinguishing it from write/migration operations. This specificity differentiates it from sibling tools like run_artisan or laravel_run_artisan.

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?

Implies use for inspecting database schema without writing data, but does not explicitly contrast with the sibling laravel_run_artisan, which could also run db:show/db:table. No when-not-to-use or alternative suggestions are provided, leaving the agent to infer optimal 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/mehrdad03/localdev-mcp'

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