Skip to main content
Glama
growsurf

GrowSurf MCP Server

Official
by growsurf

growsurf_create_account

Destructive

Create a GrowSurf account and get an API key that activates after the owner verifies their email.

Instructions

Create a brand-new GrowSurf account and return an API key. This is the only tool that does not require GROWSURF_API_KEY. The endpoint returns the new key once in apiKey. The key is locked until the account owner's email address is verified. Until then, program and resource endpoints return a 403 with error code EMAIL_NOT_VERIFIED_ERROR. Create the account, tell the owner to click the link in the verification email, then retry until that error clears. Use growsurf_resend_team_owner_verification_email if the email was lost. The welcome email also contains a set-password link for dashboard access. Accounts whose email is never verified are deleted automatically after 7 days. The API key is rotated the first time the account owner signs in to the GrowSurf dashboard. Some actions, such as emailing participants, also require GrowSurf to verify the team. Personal and disposable email addresses are not accepted. By creating an account you agree, on behalf of the account holder, to GrowSurf's Terms of Service (https://growsurf.com/terms) and Privacy Policy (https://growsurf.com/privacy).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYes
companyNo
lastNameNo
firstNameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailNoEmail address for the new account.
apiKeyNoAn API key for the new account. Shown once, locked (`403` `EMAIL_NOT_VERIFIED_ERROR`) until the account's email is verified, and rotated when the owner first signs in to the dashboard.
verificationStatusNoTeam verification state for the new account.
Behavior5/5

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

Beyond the annotations (destructive, non-idempotent), the description explains key lock behavior, 403 errors with specific error code, 7-day auto-deletion, key rotation on sign-in, and email domain restrictions. These are behavioral traits not declared in annotations and are essential for the agent to manage expectations.

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 long but every sentence imparts a distinct behavioral detail, from verification to deletion policies. It front-loads the core purpose and then methodically lists constraints and next steps, so the length feels justified rather than padded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a multi-step account creation with verification, error handling, and alternative tools, the description covers the workflow, error codes, retry logic, and cleanup policy. It also notes the output returns `apiKey`, making it self-contained for an agent to execute correctly.

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

Parameters2/5

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

Schema coverage is 0%, so the description must compensate, but it only mentions that email must not be personal or disposable, adding one constraint. It provides no guidance on `company`, `lastName`, or `firstName`, leaving their semantics to the schema field names alone.

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?

States a specific verb and resource: 'Create a brand-new GrowSurf account and return an API key.' It distinguishes itself from siblings by noting it is the only tool that does not require `GROWSURF_API_KEY`, making its purpose unique and clear.

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

Usage Guidelines5/5

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

Provides a clear workflow: create the account, verify email, retry on error, and explicitly names the alternative `growsurf_resend_team_owner_verification_email` for lost emails. Also mentions prerequisites such as team verification for certain actions and the 7-day deletion timeline.

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/growsurf/growsurf-mcp'

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