Skip to main content
Glama

Lovie Company Formation

Set Competitors

trademark_set_competitors
Idempotent

SetCompetitors records the competitors the applicant named.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
competitorsNo
applicationIdYesUUID value wrapper.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3/5.0
Behavior2/5

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

Annotations already convey idempotency, non-destructiveness, and a closed world. The description adds no extra behavioral detail, such as whether it replaces the full competitor list, requires prior competitor study, or rejects invalid entries. It does not contradict the annotations, but it also does not enrich them.

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?

A single declarative sentence with no redundancy, filler, or repetition. The essential action is front-loaded and easy to scan.

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?

Despite being a simple tool with annotations and an output schema, the description leaves key call semantics ambiguous: whether competitors are replaced or merged, what format/values are expected, and how this step relates to trademark_study_competitors. An agent would need to infer too much to invoke it correctly.

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 description coverage is only 50%: applicationId has a minimal 'UUID value wrapper' description while competitors has none. The description mentions 'competitors' generically but fails to explain what the array should contain, the maxItems limit, or how applicationId ties in. It does not compensate for the schema gaps.

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?

The description uses a specific verb ('records') and resource ('competitors the applicant named'), making it clear this is a write operation for competitor data. It is distinguishable from sibling setters like trademark_set_classes or trademark_set_goods_services because it targets competitors specifically.

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 the tool is used to save competitor names the applicant provided, but it gives no explicit when-to-use guidance, prerequisites, or contrast with alternatives like trademark_study_competitors. Usage context is inferred rather than stated.

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.