Skip to main content
Glama

US Brand Signal Batch Splitter

us-brand-signal-batch-splitter
Read-only

Split a bounded batch of normalized US brand signal rows by brand, event type, severity, or analysis status. Receive stable groups, exact IDs, counts, and SHA-256 digests without browsing, enrichment, inference, or child calls. — $0.05/call, x402 (USDC on base).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rowsYesOne to 100 rows. Rows are submitted facts; this Actor does not verify, enrich, or infer them.
groupingModeYesChoose the submitted row field used as the group key.brand
schemaVersionYesRequired closed V1 contract.1.0

TDQS

A3.6/5.0
Behavior1/5

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

Annotations declare openWorldHint=true, but the description says 'without browsing, enrichment, inference, or child calls' and promises 'stable groups', implying a closed, deterministic operation. This directly contradicts the openWorldHint annotation and creates significant uncertainty about the tool's actual behavior. ReadOnlyHint and destructiveHint are consistent, but the openWorldHint mismatch is a serious inconsistency.

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 two sentences plus pricing, with the action and grouping keys front-loaded in the first sentence. The second sentence lists output guarantees and exclusions concisely. There is no filler; every clause adds informative value.

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

Completeness4/5

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

Given a small 3-param schema with no output schema, the description covers input scope, output characteristics (stable groups, exact IDs, counts, SHA-256), and boundary conditions (no browsing, enrichment, inference, or child calls). It could mention error behavior or exact output format, but it is largely complete for a pure grouping tool. The openWorldHint contradiction slightly undermines overall completeness.

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 schema already documents all three parameters and their enums. The description adds a high-level enumeration of grouping modes and output digest details, but it does not provide field-level semantics beyond what the schema already explains, so the baseline score of 3 is appropriate.

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?

Description opens with the specific verb 'Split', identifies the resource ('bounded batch of normalized US brand signal rows'), and enumerates the grouping dimensions (brand, event type, severity, analysis status). The phrase 'without browsing, enrichment, inference, or child calls' helps distinguish it from sibling analysis tools, making its role unambiguous.

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 implies when to use the tool: when the agent needs deterministic grouping of already-normalized rows and explicitly wants to avoid enrichment, inference, browsing, or child calls. It does not name sibling alternatives explicitly, but the exclusion list provides clear when-not guidance, making usage context sufficiently clear.

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.8/5.0
Disambiguation2/5

Many tools have overlapping purposes, e.g., us-brand-signal-metrics-aggregator, us-brand-signal-cross-tabulator, and us-brand-signal-brand-summary all produce counts or summaries of the same type of data. The descriptions are detailed, but the boundaries between analyzers, summarizers, and aggregators are unclear enough that an agent may struggle to pick the right one.

Naming Consistency4/5

Most tools follow a consistent 'us-brand-' prefix with descriptive nouns separated by hyphens (e.g., us-brand-signal-batch-splitter, us-brand-evidence-chronology-builder). The exception is 'pricing_info', which uses an underscore and lacks the prefix, creating a minor inconsistency.

Tool Count3/5

At 21 tools, the set is on the heavier side but still manageable for a complex domain like brand intelligence. Many tools are variations on deterministic signal processing, which could be streamlined, but the count itself is not extreme.

Completeness3/5

The tool set covers a broad pipeline for processing buyer-supplied signals and evidence, including splitting, summarizing, routing, and building payloads. However, it lacks any tools for ingesting or fetching data from external sources (except one federal award snapshot), and there is no end-to-end controller that orchestrates the workflow. This leaves notable gaps for a complete 'brand intelligence' lifecycle.

Resources