Skip to main content
Glama

Viral Manager

create_crew_member

Create a crew member (editor, clipper or poster) working through a private link, like a creator: no account, no email. Returns the private portal link to send them, shown ONLY here — keep it in your answer to the user. Takes one seat of the plan.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesMember name, shown in Production and on their portal
roleYeseditor (monteur), clipper or poster
access_codeNoOptional access code (PIN) asked when opening the private link

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.5/5.0
Behavior5/5

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

The description goes well beyond the sparse annotations by disclosing that the returned portal link is shown only once and must be kept in the answer, and that creating the member consumes one plan seat. It also explains the no-account/no-email behavior, which is material to how the agent should present the result.

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?

Three tightly packed sentences deliver the action, the unique workflow, the one-time link warning, and the plan-seat side effect. Every clause earns its place, and the most important operational warning ('shown ONLY here') is emphasized without clutter.

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?

With no output schema, the description fully covers the critical return value: the private portal link and the instruction to preserve it in the response. It also covers the seat consumption side effect and the no-account creation mode, making it complete for an agent to call and handle the result correctly.

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%, so the parameter definitions already document name, role, and access_code. The tool description does not add significant parameter-level detail, though it does clarify the private-link context and the fact that a portal link is returned rather than account credentials.

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 identifies the action ('Create a crew member'), the resource, the allowed roles ('editor, clipper or poster'), and the distinctive delivery mechanism ('private link'). It also distinguishes itself from sibling tools like list_crew and assign_crew by emphasizing the no-account, no-email creator-style workflow.

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

Usage Guidelines4/5

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

The description gives clear situational context: use this when you need a collaborator who works through a private link without an account or email. It does not explicitly name alternatives or exclusion conditions, but the private-link/no-account framing is enough to guide selection among the listed siblings.

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.

Resources