Skip to main content
Glama

AfterLaunch: the agentic growth marketing engine

set_scan_config

Set how AI visibility scans run: engines, questions per scan, cadence. Scope 'config', Founder tier. Free to set; returns the credits a scan draws ABOVE the included 15 questions on the leading AI search engines, which is the only part billed. Narrowing costs nothing and refunds nothing. Omit the body to read the config and quote ladder, changing nothing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cadenceNoHow often. Slower or paused only, never faster than weekly.
enginesNoEngines to ask. Fewer is cheaper, never a refund.
prompt_countNoQuestions per scan. Above 15 draws credits; 50 is the ceiling.

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the annotations (readOnlyHint=false, destructiveHint=false), the description reveals important behavioral traits: setting is free, only credits above the included 15 are billed, narrowing engines is cost-free but non-refundable, and omitting the body triggers a pure read. These details materially change how an agent should invoke the tool and what it should expect afterward.

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 compact: three sentences, with the primary purpose front-loaded and cost/read-mode behavior following logically. Every sentence contributes unique information, and there is no redundant restatement of the tool name or the schema.

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 tool with no output schema, the description still explains what a set call returns (the credits drawn above the 15-question threshold) and what the read mode returns (config and quote ladder). It also covers cost behavior, refund policy, and the optionality of all parameters via 'Omit the body'. This is complete enough for an agent to select and invoke the tool correctly.

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

Parameters4/5

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

The schema already covers all parameters with descriptions and 100% coverage, so the baseline is 3. The description adds meaningful semantic value by mapping 'engines, questions per scan, cadence' directly to the parameters and by explaining the billing threshold and the non-refundable nature of narrowing. This enriches parameter understanding beyond the raw schema.

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 uses a specific verb-resource pairing: 'Set how AI visibility scans run' and enumerates the three mutable dimensions: engines, questions per scan, cadence. It also distinguishes a read mode via 'Omit the body to read the config and quote ladder, changing nothing', making the tool's dual purpose unambiguous. This clearly separates it from sibling loop-configuration tools.

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 context for when to use the tool: configure visibility scan settings, or read the current config and quote ladder by omitting the body. It also communicates cost-relevant guidance: 'Free to set', 'Narrowing costs nothing and refunds nothing'. It does not explicitly name a specific sibling alternative, but the 'Scope config, Founder tier' phrase mitigates that gap.

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.

TDQS

A3.9/5.0
Disambiguation4/5

Most tools follow a clear action+resource pattern (get_, list_, set_, ship_, etc.) with distinct purposes. A few boundaries could cause confusion, such as get_move vs get_output (both return drafts) and ship_move vs set_output_status (both mark things shipped), though descriptions mitigate this sufficiently.

Naming Consistency4/5

The overwhelming majority use consistent snake_case verb_noun naming (list_feed, ship_move, get_visibility). The only outlier is 'whoami', a common convention but not verb_noun; otherwise the pattern is highly predictable.

Tool Count2/5

At 41 tools, the surface is well over the 25-tool threshold for 'too many'. While the domain is broad, this volume places significant cognitive load on agents and suggests some consolidation or modularization could help.

Completeness3/5

Core workflows for moves and outputs are covered (create/list/get/update/ship/skip/undo). However, the tool descriptions reference 'approve_output' as the publishing action, yet that tool is absent from the list, leaving a dead end for channel distribution. There are also no tools for editing competitors or managing Memory pages beyond recording insights.