Skip to main content

Simulation run on this device. Scenario values are not sent anywhere — the engine is fully local.

agents studio · pro

MCP Inspector Lite

Walk a mock server's capabilities, schemas, and permission surface.

Which tools does this MCP server really expose?

Engine 1.0.0 · studio
Tools
5
Broad scope
3
Ambiguous
1
MCP audit
ToolDescriptionVerdict
read_fileRead any file on the hostbroad scope
write_dbInsert, update, or delete any rowbroad scope
xDoes stuffambiguous description
admin_execRun shell commands as rootbroad scope
searchSearch the knowledge baseok
  • high
    Broad scope: read_file

    Write/delete/admin access should be split into narrow, auditable tools with explicit inputs.

  • high
    Broad scope: write_db

    Write/delete/admin access should be split into narrow, auditable tools with explicit inputs.

  • medium
    Ambiguous tool: x

    Tool-choice models confuse this with neighbours — write a one-line contract that names inputs and effect.

  • high
    Broad scope: admin_exec

    Write/delete/admin access should be split into narrow, auditable tools with explicit inputs.

Split broad tools, rename vague ones — tool-choice accuracy is mostly description quality.

Method

  • Audits each tool's name and description for broad scope (write/delete/admin/exec), ambiguous descriptions, and sensitive surfaces.
  • Tool-choice accuracy is mostly description quality, so ambiguous tools are flagged even when their scope is narrow.