Skip to main content
Glama

cipp_create_user

DestructiveIdempotent

Creates a new user account in a Microsoft 365 tenant with initial password and optional license/role eligibility. Requires confirmation before execution.

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?

Annotations already indicate destructiveHint=true and idempotentHint=true. The description adds context about high-impact nature, directory presence, initial credentials, and reversibility. No contradiction with annotations. A higher score would require more detail on side effects or failure modes.

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 with a clear warning emoji and front-loaded impact statement. Every sentence adds value, no wasted words.

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?

Given 9 parameters, 4 required, and no output schema, the description adequately covers the high-level impact and reversibility. It could improve by explaining what happens on success or how to verify creation, but it is not critically incomplete.

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%, so the schema already documents all parameters. The description does not add any additional semantic meaning or usage tips for individual parameters beyond what the schema provides, meeting the baseline.

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 creates a new user account, explicitly mentions granting directory presence and potential credentials/license/role eligibility, and is distinct from sibling tools like cipp_disable_user or cipp_edit_user.

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?

The description includes a high-impact warning and instructs to confirm with the user before invoking. It notes reversibility via deletion or disabling, but does not explicitly state when to use this tool versus alternatives (e.g., cipp_edit_user).

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