Skip to main content
Glama
SmartBear

SmartBear MCP server

Official
by SmartBear

Contract Testing: Admin Delete User

contract-testing_admin_delete_user
DestructiveIdempotent

Delete a user account from SmartBear contract testing with admin privileges. Provide the user's UUID to remove the account and revoke access.

Instructions

Delete a user account (admin).

Toolset: Admin

Parameters:

  • userId (string) required: UUID of the user

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userIdYesUUID of the user
Install Server

TDQS

B3.2/5.0
Behavior2/5

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

Annotations already declare destructiveHint=true, readOnlyHint=false, and idempotentHint=true, so the description adds little beyond what is already structured. It does not disclose irreversibility, cascading effects on related data, or any security/permission requirements beyond the already present '(admin)' label.

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

Conciseness4/5

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

The description is short and front-loaded with the core action, followed by a minimal parameter list. It contains no filler, though the parameter list duplicates the schema; still, it remains appropriately sized for a simple one-parameter tool.

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 single-parameter admin delete with no output schema, the description covers the essential action and parameter. However, it omits any mention of error cases, what happens to the deleted user's data, or how this interacts with team memberships and roles, leaving some ambiguity in a destructive Admin operation.

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% with a single parameter userId, and the schema itself provides the description 'UUID of the user'. The description only repeats this information without adding meaning such as format, examples, or how to obtain the UUID.

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 states a specific verb and resource: 'Delete a user account (admin).' This clearly distinguishes it from sibling tools like admin_update_user, admin_create_user, and admin_invite_users, so an agent can identify the correct operation without opening the schema.

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?

The description provides no explicit guidance about when to use this tool versus alternatives, nor does it mention prerequisites or conditions. The 'admin' qualifier hints at scope but does not say, for example, when deletion is preferred over updating or deactivating a user.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/SmartBear/smartbear-mcp'

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