New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

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.

SERVERAdButler SOURCEadbutler/mcp-server
Medium RISK CLASS
Category Write
Parameters 53 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/adbutler/create-trial-account.md

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 is rated Medium

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.

More on AdButler, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of AdButler's. Pull the full record:

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.