Skip to main content
Glama
ds-ac-poc

DVMCP — Damn Vulnerable MCP

by ds-ac-poc

it.manage_users

Manage user accounts in the NovaTech identity system: list, create, update, or disable users with roles and permissions.

Instructions

Create, update, or disable user accounts in the NovaTech identity system. Supports creating new accounts with specified roles and permissions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roleNoAccount role
actionYesAction to perform
usernameNoUsername for the account
permissionsNoJSON permissions blob
Behavior2/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. While it states the tool performs mutations, it fails to mention side effects, permissions required, reversibility of actions, or return values. For a user management tool, important behaviors like account deactivation implications or idempotency are not addressed, leaving significant gaps.

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 two sentences, front-loaded with the primary action, and contains no filler. Every word contributes to understanding the tool's scope. It is appropriately concise and well-structured.

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?

The tool supports four distinct actions (list, create, update, disable), but the description only covers create/update/disable explicitly and ignores the 'list' action entirely. With no output schema, the agent is left without clarity on expected results for any action. The description is too brief for a multi-action management tool, failing to explain behavior per action or response structure.

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?

The input schema has 100% description coverage for all parameters, so the baseline is 3. The description's mention of 'roles and permissions' only reiterates the role and permissions properties without adding new meaning, syntax, or relationships. It adds no value beyond the schema.

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 tool's function with specific verbs ('Create, update, or disable') and a distinct resource ('user accounts in the NovaTech identity system'). It distinguishes itself from sibling tools like it.manage_api_tokens by focusing on user accounts rather than tokens, making the purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool vs alternatives. The description does not mention any exclusions, prerequisites, or alternative tools for similar tasks. It simply lists capabilities without contextualizing when each action (create, update, disable, list) should be chosen, leaving the agent without decision-making support.

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/ds-ac-poc/pt-clm__damn-vulnerable-MCP-Server'

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