Skip to main content
Glama

Lovie Company Formation

Set Mark

trademark_set_mark
Idempotent

SetMark records the mark itself and what the applicant sells.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
websiteNo
markTypeNo
wordmarkNoHuman-readable name (1-255 Unicode chars).
applicationIdYesUUID value wrapper.
designDescriptionNoFree-form description (max 5000 chars).
businessDescriptionNoFree-form description (max 5000 chars).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already establish idempotentHint=true and destructiveHint=false, covering the safety profile. The description adds that the tool records both the mark and the business description, which is useful context, but it does not disclose whether existing values are replaced or how partial updates behave. No contradiction with annotations was found.

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 a single sentence with no filler, and the core purpose is front-loaded. It communicates the essential action efficiently.

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

Completeness3/5

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

For a 6-parameter mutable tool, the one-sentence description is serviceable when paired with the schema and annotations, but it leaves implicit context such as prerequisites, when optional fields are appropriate, and how this step relates to other trademark_set_* calls. The output schema reduces the need to describe return values, but a brief usage note would improve 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 67%, and the schema already documents wordmark, applicationId, designDescription, and businessDescription with constraints, so the baseline is 3. The description adds a high-level mapping between fields and the mark/business concept, but it does not clarify markType or website semantics.

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 states a specific verb ('records') and resource ('the mark itself and what the applicant sells'), which maps to the schema's wordmark/designDescription and businessDescription fields. It is clear and not a tautology, but it does not explicitly differentiate itself from sibling trademark_set_* tools.

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

Usage Guidelines2/5

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

No guidance is given about when to use this tool versus trademark_set_classes, trademark_set_owner, trademark_set_use_dates, or trademark_set_goods_services. The sibling list contains many similar setter tools, but the description provides no selection criteria or exclusions.

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.