Skip to main content
Glama

create_user

Add a new user with custom roles and permissions to control access to projects, invoices, and admin features.

Instructions

Create a new user with specified roles and permissions. Supports team member management and access control.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
first_nameYesFirst name (required)
last_nameYesLast name (required)
emailYesEmail address (required)
telephoneNoPhone number
timezoneNoUser timezone
has_access_to_all_future_projectsNoGrant access to all future projects
is_contractorNoMark as contractor
is_adminNoGrant admin privileges
is_project_managerNoGrant project manager role
can_see_ratesNoAllow viewing of billing rates
can_create_projectsNoAllow project creation
can_create_invoicesNoAllow invoice creation
is_activeNoUser active status
weekly_capacityNoWeekly capacity in seconds
default_hourly_rateNoDefault hourly rate
cost_rateNoCost rate for internal calculations
Behavior2/5

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

With no annotations provided, the description only states it creates a user but does not disclose behavioral traits such as whether it sends invitations, requires admin privileges, or what happens on duplicate email. Basic creation action is noted, but not enough for a full picture.

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 sentences, 18 words, with the primary action in the first sentence and supplementary context in the second. No wasted words, and the structure is front-loaded.

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?

Given the tool has 16 parameters and is a creation action, the description is too brief. It lacks information on return value, error handling, permissions required, or any side effects. The absence of output schema and annotations increases the need for completeness, which is not met.

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%, and the schema clearly defines each parameter. The description adds 'roles and permissions' context but does not enhance understanding beyond the schema. Baseline of 3 is appropriate.

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 the tool creates a new user with roles and permissions, differentiating it from sibling tools like create_client or create_project. The verb 'create' and resource 'user' are specific.

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 explicit guidance on when to use this tool versus updating an existing user with update_user, nor any prerequisites or exclusions. The description implies team management but lacks clear usage context.

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/ianaleck/harvest-mcp-server'

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