Skip to main content
Glama

start_sulvo_revenue_onboarding

Create or resume a verified-account activation workspace after the public audit and signup steps.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
goalNoThe publisher's #1 goal: increase demand and CPMs, or recover ad-blocked impressions (Boost).
domainYes
retagTimingNoDemand goal only: retag now (requires passback/backup mapping) or after site approval (no passback).
outputFormatNomarkdown
idempotencyKeyNoOptional retry key. Reuse it when retrying the same mutation.
auditArtifactIdNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior2/5

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

No annotations provided, so description carries full burden. It says 'create or resume' but does not disclose side effects, idempotency (though idempotencyKey parameter hints), or what happens to existing workspaces. The description is too brief to inform safe invocation.

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?

Single sentence, no wasted words. Could be front-loaded better by leading with the main action, but it is appropriately short. Lacks structure like headings or bullet points.

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

Completeness2/5

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

Given 6 parameters, 3 enums, no output schema, and 38 sibling tools, the description is too sparse. It does not explain return values, error conditions, or how to integrate with the sibling workflow. The agent lacks guidance for correct invocation.

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 50% (3 of 6 parameters have descriptions). The description adds no additional parameter meaning; it does not mention any parameters. For the three undocumented parameters (domain, auditArtifactId, outputFormat), the description offers no help.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states the tool creates or resumes an activation workspace, with a specific precondition (after audit and signup). It distinguishes from siblings like start_sulvo_signup and submit_sulvo_activation_workspace by naming the exact stage. However, the term 'activation workspace' is slightly vague.

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

Usage Guidelines3/5

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

The description implies when to use ('after the public audit and signup steps'), but does not explicitly state when not to use it or point to alternative tools among the 38 siblings. No exclusions or context about prerequisites are given.

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