create_trial_account

Create a free AdButler trial account. Use this when the user does NOT have an AdButler account yet. Collects their info and creates the account. After calling this, the user must check their email for a verification code, then call verify_trial_email to complete setup.

Server AdButler adbutler/mcp-server
Category Write
Risk class Medium
Parameters 53 required

What create_trial_account does on AdButler

AI agents use create_trial_account to create or update resources in AdButler — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your AdButler environment.

ParameterTypeRequiredDescription
name string Yes Full name
email string Yes User email address
phone string Phone number (optional)
company string Yes Company or organization name
website string Website URL (optional)

Parameters from the server's own tool schema.

Why create_trial_account needs a policy

This tool creates a new user account, which is a reversible write operation. The severity is medium because creating trial accounts has modest blast radius (can be deleted or disabled), though it does consume resources and may require administrative cleanup.

From the tool's definition 'Create a free AdButler trial account' and 'creates the account' indicate data creation. The tool collects user information and establishes a new account record in AdButler's system.

Questions about create_trial_account

What does the create_trial_account tool do? +

Create a free AdButler trial account. Use this when the user does NOT have an AdButler account yet. Collects their info and creates the account. After calling this, the user must check their email for a verification code, then call verify_trial_email to complete setup. It is categorised as a Write tool in the AdButler MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does create_trial_account accept? +

create_trial_account accepts 5 parameters: name, email, phone, company, website. Required: name, email, company. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on create_trial_account? +

Register the AdButler MCP server in PolicyLayer and add a rule for create_trial_account: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches AdButler. Nothing to install.

What risk level is create_trial_account? +

create_trial_account is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit create_trial_account? +

Yes. Add a rate_limit block to the create_trial_account rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block create_trial_account completely? +

Set action: deny in the PolicyLayer policy for create_trial_account. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides create_trial_account? +

create_trial_account is provided by the AdButler MCP server (adbutler/mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// LOOK UP ANOTHER SERVER

Every MCP server has a record like this.

Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.