Skip to main content
Glama

3DAssets.dev

Create account

create_account

Create a contributor account for the user. Needs only a username and email. There is no password anywhere in this product, so never ask the user for one. A 6-digit code is emailed to them; ask the user to read it to you, then call verify_account to receive their API key. Only do this with the user’s explicit consent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoOptional display name shown on assets; defaults to the username
emailYes
websiteNo
usernameYesPublic handle, lowercase letters/numbers/hyphens

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations provided, the description fully discloses the behavior: no password is used, a verification code is emailed, and the API key is obtained via a follow-up call. The consent requirement is also stated.

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 a few sentences but every sentence adds value: identity of the action, required inputs, a warning against passwords, the verification flow, and a consent requirement. No redundant or filler content.

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?

The description is complete for the agent's task: it explains what to request, what to avoid, the follow-up step (verify_account), and the consent condition. Since there is no output schema, return value details are unnecessary.

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 only 50% (name and username have descriptions; email and website do not). The description mentions only that username and email are required, but adds no detail about the optional name or website parameters, failing to compensate for the missing schema descriptions.

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 clearly states the verb 'Create a contributor account' and specifies the resource (contributor account) and target (the user). It distinguishes from sibling tools like verify_account by outlining the account-creation step.

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 explicit guidance: only needs username and email, never ask for a password, a 6-digit code is emailed, then call verify_account, and only proceed with explicit consent. This leaves no ambiguity about the next action.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.