Skip to main content
Glama

How busy a class is

filing_landscape
Read-onlyIdempotent

Filing activity in a Nice class — volume by month and the busiest filers. Free.

Answers "how crowded is my space" and "who keeps filing near me". Pass a Nice
class (9, 42, 36…), optionally an office code ('EM', 'US', 'GB', 'CH'), and a
window in months.

EVERY COUNT IS OF OUR MIRROR, NOT OF THE OFFICE, and the two differ by a lot for
some offices right now. Each office carries its own `coverage`, and any office
whose mirror is behind is named in `do_not_quote`. Relay that: a low count from a
stale office means we have not ingested it, not that nobody filed — reporting it
as market activity would be confidently wrong in the direction that makes someone
relax.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
monthsNo
nice_classYes
jurisdictionNo

TDQS

A4.7/5.0
Behavior5/5

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

The description discloses critical behavioral traits beyond the annotations: counts are from a mirror not the office, coverage varies, and stale offices are flagged in 'do_not_quote'. It even warns against misinterpreting low counts. This adds significant context that annotations alone (readOnly, openWorld, idempotent) do not convey, and there is no contradiction.

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 well-structured: it starts with the core purpose, then usage, then a critical caveat. Every sentence contributes value, and the caveat is prominently flagged with uppercase and 'do_not_quote'. It is not overly long for the complexity of the tool, and the formatting aids readability.

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?

Given the tool is a read-only analytical tool with no output schema, the description covers the necessary context: what it returns, how to invoke it, and the important mirror/coverage caveat. It also instructs the agent on how to relay the information ('Relay that'), making it sufficient for the agent to use 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?

Schema description coverage is 0%, so the description must carry the parameter semantics. It explains that nice_class is a numeric class (with examples), jurisdiction is an office code ('EM', 'US', 'GB', 'CH'), and months is a window. This adds meaning beyond the bare schema. However, it does not mention the default values (months=12, jurisdiction=''), which would have made it more complete.

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 clearly states the tool's purpose: 'Filing activity in a Nice class — volume by month and the busiest filers.' This goes beyond a simple restatement by specifying the resource (Nice class), the output (volume by month, busiest filers), and the scope, distinguishing it from sibling tools like opposition_window.

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 provides concrete usage instructions: 'Pass a Nice class (9, 42, 36…), optionally an office code ('EM', 'US', 'GB', 'CH'), and a window in months.' It also states what questions the tool answers, giving clear context. It does not explicitly mention when not to use it or compare with alternatives, but the use cases are well-defined.

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

A4.3/5.0
Disambiguation5/5

Each tool targets a distinct trademark research question: market activity, entity analysis, opposition deadlines, mark screening, and class suggestion. No two tools overlap in purpose, making selection unambiguous.

Naming Consistency3/5

Tool names mix patterns: verb_noun (screen_mark, suggest_classes), noun_verb (holder_read), noun_noun (opposition_window), and gerund_noun (filing_landscape). While readable, the inconsistent structure makes the set feel less predictable.

Tool Count5/5

Five tools is well-scoped for a trademark research domain. Each tool covers a major workflow step without redundancy or bloat.

Completeness5/5

The set covers the core trademark research lifecycle: class suggestion, mark screening, opposition deadlines, holder analysis, and filing landscape. No obvious dead ends for the stated purpose.

Resources