Skip to main content
Glama

superset_user_create

Create a new Apache Superset user by providing name, login, email, and password. Assign roles optionally to control access to dashboards and datasets.

Instructions

Create a new Superset user.

Args: first_name: User's first name. last_name: User's last name. username: Login name (must be unique). email: Email address (must be unique). password: Password. roles: List of role IDs to assign (from superset_role_list). If not specified, the default role (Public) will be assigned. active: Whether the account is active (defaults to True).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYes
rolesNo
activeNo
passwordYes
usernameYes
last_nameYes
first_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the behavioral transparency burden. It discloses important behaviors such as username/email uniqueness, the default role (Public) when roles are omitted, and active defaulting to True. However, it does not mention permissions required, failure modes, or other side effects of creation.

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 concise and well-structured: a single purpose sentence followed by a clear Args list. Each line adds meaningful information, and there is no redundancy or filler.

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 7 parameters and no annotations, the description covers all inputs, defaults, and key constraints, and the output schema likely covers return values. It lacks explicit permission or error-handling context, but it is still largely complete for a create operation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has no parameter descriptions, but the Args section fully compensates by explaining every parameter: first_name, last_name, username, email, password, roles, and active. It adds details beyond the schema, such as uniqueness constraints, role source, and default values.

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 opens with a specific verb and resource: 'Create a new Superset user.' This clearly states the tool's action and object, and distinguishes it from sibling tools like superset_user_update, superset_user_get, and superset_user_delete.

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

Usage Guidelines3/5

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

The description implies usage through the 'Create' verb and provides useful context like role IDs coming from superset_role_list, but it never explicitly states when to use this tool vs. alternatives or when not to use it. There is no direct comparison with other user-related tools.

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/bintocher/mcp-superset'

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