Public leaderboard

Public assessment

Prisma MCP Server (prisma mcp, Glama popular)

prisma-mcp · v7.9.1 · scanned

What changed in the harness

Selection accuracy 97→97, token cost down 4%, unconfirmed writes 0%→0%.

Category breakdown

Where the score comes from.

Earned points across the four signals Gradable measures. Safety and Legibility are scored out of 30; Economics and Discoverability are scored out of 20.

01Safety

0.0 / 30

0.0 out of 30
02Legibility

28.7 / 30

28.7 out of 30
03Economics

20.0 / 20

20.0 out of 20
04Discoverability

12.6 / 20

12.6 out of 20

Highest-impact fix

Estimated gain +30 points

Add explicit identity and permission preflight tools

Expose machine-readable principal/tenant confirmation and a non-mutating permission check so agents can verify both before destructive actions.

Description evidence

Defects and rewrites.

3 defects found across the exposed tool descriptions. Suggested rewrites make purpose, inputs, boundaries, and returns easier for an agent to understand.

Tool Defect types Suggested rewrite
migrate-status
params_unexplained
Runs the prisma migrate status command against the project at projectCWD. It compares the migration files in the project's ./prisma/migrations folder with the entries in the _prisma_migrations table and returns a status report showing the total number of migrations found, the last common migration between local history and the database, which migrations have not yet been applied, and which database migrations are missing locally. projectCWD must be the absolute path to the top-level directory of the project containing the Prisma schema and migrations.
migrate-dev
params_unexplained
Runs prisma migrate dev against the project at projectCWD to synchronize the development database and generated artifacts whenever the schema.prisma file is modified. It reruns the existing migration history in a shadow database to detect schema drift, applies pending migrations to the shadow database, generates a new migration from any changes made to the Prisma schema, applies all unapplied migrations to the development database while updating the _prisma_migrations table, and triggers generation of artifacts such as Prisma Client. The name parameter is descriptive text summarizing the change made to the Prisma schema, used to label the generated migration. projectCWD must be the absolute path to the top-level directory of the project containing the Prisma schema.
Prisma-Studio
params_unexplained
Opens Prisma Studio, a visual UI for browsing and editing the data in the database of the project at projectCWD. projectCWD must be the absolute path to the top-level directory of the user's project containing the Prisma schema.

Selection evidence

Confusable tool pairs.

0 pairs where similar names or overlapping descriptions may send an agent toward the wrong tool.

Tool A Tool B Confidence Why they collide
No confusable tool pairs were flagged in this assessment.

Compare the field

One score is useful.
The evidence makes it actionable.

Back to the leaderboard