Skip to main content
Glama

cipp_create_user

DestructiveIdempotent

Creates a new user account in a tenant, including credentials and profile details like name, job title, and department.

Instructions

⚠ HIGH-IMPACT. Creates a new user account in the tenant, which grants directory presence and may include initial credentials and license/role eligibility. Reversible by deleting or disabling the user. Confirm with the user before invoking.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countryNoTwo-letter ISO 3166-1 alpha-2 country code representing the user's location (e.g. 'US', 'GB').
surnameNoThe user's last name (surname).
jobTitleNoThe user's job title as it appears in the directory.
passwordYesInitial password for the account. Should meet the tenant password complexity policy.
givenNameNoThe user's first (given) name.
departmentNoThe department the user belongs to.
displayNameYesThe user's full display name as it will appear in the directory (e.g. 'Alice Smith').
tenantFilterYesTenant domain name or ID to scope the operation. Use 'allTenants' to target every managed tenant.
userPrincipalNameYesThe user's sign-in address / UPN (e.g. alice@contoso.com). Must be unique within the tenant.
Behavior4/5

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

Adds context beyond annotations: notes high-impact, directory presence, credentials, license/role eligibility, and reversibility. Annotations already indicate destructive and write, so description complements without contradiction.

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?

Two efficient sentences with critical warning symbol and impact label; no wasted words, front-loaded with key information.

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?

Adequately covers core functionality, impact, and reversibility for a creation tool, but lacks any mention of output or expected return, which is acceptable given no output schema.

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 coverage is 100%, so parameters are well-documented. Description adds no new parameter details beyond schema, meeting baseline for high coverage.

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?

Description clearly states 'Creates a new user account in the tenant' with specific verb and resource, and distinguishes from siblings like edit/disable by emphasizing high-impact and reversibility.

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

Usage Guidelines4/5

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

Explicitly advises to 'Confirm with the user before invoking' and notes reversibility, but does not directly compare to alternative tools for similar actions.

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/wyre-technology/cipp-mcp'

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