Skip to main content
Glama
SmartBear

SmartBear MCP server

Official
by SmartBear

Contract Testing: Admin Add Role to User

contract-testing_admin_add_role_to_user

Assign a specified role to a user by providing user ID and role ID.

Instructions

Add a single role to a user (admin).

Toolset: Admin

Parameters:

  • userId (string) required: UUID of the user

  • roleId (string) required: UUID of the role

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roleIdYesUUID of the role
userIdYesUUID of the user
Install Server

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already establish the tool is not read-only, not idempotent, and not destructive. The description adds the admin context and single-role semantics, but it does not disclose what happens on duplicate assignment, whether the user or role must already exist, or any side effects beyond the role addition.

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

Conciseness3/5

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

The description is short and front-loaded with the core action. However, the 'Parameters' block duplicates the schema verbatim, and 'Toolset: Admin' repeats title information, so some lines do not add new value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple two-parameter mutation with annotations and full schema coverage, the description is nearly sufficient: an agent can determine the operation, required parameters, and admin context. The main gap is explicit routing guidance versus admin_set_user_roles, but that is more a selection concern than an invocation blocker.

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 both parameters, and the description restates the exact schema text for userId and roleId. It adds no new meaning beyond the parameter names, types, required flags, and UUID format already present in 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 states a specific verb ('Add'), resource ('a single role'), and target ('to a user'), plus the admin qualifier. The phrase 'single role' helps distinguish it from sibling admin_set_user_roles, which would set or replace multiple roles.

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?

There is no guidance on when to use this tool versus admin_set_user_roles or admin_remove_role_from_user. No preconditions, exclusions, or alternative-selection hints are given; only 'admin' is mentioned, which already appears in the title.

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