Skip to main content
Glama

Lovie Company Formation

Set Owner

trademark_set_owner
Idempotent

SetOwner records the owner of record for the application.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ownerNameNoHuman-readable name (1-255 Unicode chars).
ownerStateNo
ownerCountryNo
applicationIdYesUUID value wrapper.
ownerEntityTypeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

C2.4/5.0
Behavior2/5

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

Annotations already indicate idempotent and non-destructive behavior, but the description adds no behavioral context beyond them. It doesn't mention whether existing owner data is overwritten, what validations apply, or what happens if the application is not in an editable state. No contradiction exists.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single compact sentence with no wasted words, but it largely restates the tool name ('SetOwner records...'). It is concise in length yet low in information density.

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?

For a five-parameter mutation tool with nested objects and several undocumented fields, this description is far too thin. The schema and annotations carry most of the burden, but the description doesn't tie together the parameters, required applicationId, or invocation context.

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

Parameters1/5

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

Schema description coverage is only 40%, and the description compensates for none of the gap. ownerState, ownerCountry, and ownerEntityType remain unexplained, and the description doesn't clarify how they relate to ownerName or applicationId.

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 concrete verb ('records') and a distinct resource ('owner of record for the application'), which helps distinguish it from sibling tools like trademark_set_mark, trademark_set_classes, and trademark_set_use_dates. However, it doesn't clarify what 'owner of record' includes or whether this creates or updates the owner, so it's not fully specific.

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?

The description gives no guidance on when to use this tool versus any alternative. There are no prerequisites, exclusions, or conditions such as 'use when the application is in X status' or 'use this instead of trademark_set_goods_services.'

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.