Skip to main content
Glama
WYRE-AI

avanan-legacy-mcp

by WYRE-AI

avanan_create_msp_user

Create a new MSP user in Avanan by defining role, login permissions, alert delivery, and private data access.

Instructions

Create a new MSP user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roleYesUser role.
emailYesUser email address.
lastNameYesUser last name.
firstNameYesUser first name.
samlLoginYesAllow SAML login to the MSP portal.
sendAlertsYesSend customer tenant alerts to this user.
directLoginYesAllow password login to the MSP portal.
viewPrivateDataYesAllow the user to view private data on customer portals.
receiveWeeklyReportsYesSend weekly reports from customer tenants to this user.
Behavior2/5

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

No annotations are present, so the description carries the full behavioral disclosure burden. It only states that a new MSP user is created, which implies mutation, but says nothing about required permissions, side effects, idempotency, or response behavior.

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

Conciseness4/5

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

The description is one short, front-loaded sentence with no filler. It is appropriately concise, though slightly oversimplified given the nine-parameter input schema.

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?

For a simple create action, the description plus a fully described input schema provides a workable basis for invocation. However, with no annotations and no output schema, it omits behavioral context such as permission requirements or return value, leaving some ambiguity.

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%, with every parameter described, including a role enum. The description adds no parameter meaning beyond the schema, so the baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific action and resource: 'Create a new MSP user.' This clearly identifies what the tool does. It does not explicitly differentiate from sibling tools like avanan_update_msp_user, but the create/update distinction is obvious.

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?

The description provides no guidance on when to use this tool versus alternatives such as avanan_update_msp_user or avanan_create_msp_partner. There are no prerequisites, exclusions, or contextual conditions. Usage is only implied by the verb 'create'.

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-AI/avanan-legacy-mcp'

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