Skip to main content
Glama

European IP Data & Analytics — IPRATE

Find published IP representatives

find_ip_representatives
Read-onlyIdempotent

Find up to five firms or attorneys from the selected static release. Use this for a name, jurisdiction, right type, released leading Nice class, or released leading-client match. At least one filter is required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoRepresentative name fragment, matched against released profile identities.
tierNoOptional released national or European route.
limitNoMaximum results; hard maximum five.
windowNoOptional released long or recent analytical window.
right_typeNoIP right type.
client_nameNoNamed client to match against leading-client evidence already public on profiles.
jurisdictionNoISO 3166-1 alpha-2 jurisdiction code, or EU for the European route.
nice_classesNoOne to five Nice class numbers; trademark only.
representative_typeNoReturn firms, attorneys, or both.both

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint=false, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds useful context about the static-release scope and the five-result cap, but it does not explain how multiple filters combine or what 'selected static release' means in operational terms.

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?

Two tight sentences accomplish everything: the first states the verb, resource, and cap; the second lists supported filters and the mandatory-filter rule. There is no filler or redundancy.

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?

For a read-only search tool, the description covers the essential behavior: scope, result cap, listed filter dimensions, and the at-least-one-filter requirement. It does not describe return format or filter combination semantics, but no output schema exists and the parameters are fully documented in the schema.

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 baseline is 3. The description restates several filter categories but does not add semantic details beyond what the schema already provides, such as the 'trademark only' constraint on nice_classes or the hard maximum of five results.

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 ('Find') and resource ('firms or attorneys') and scopes it to the selected static release, which makes the core purpose clear. It even enumerates the supported match criteria. It does not explicitly differentiate from sibling get_ip_representative_profile, but 'find up to five' versus 'profile' makes the search intent reasonably distinct.

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 gives concrete use cases: name, jurisdiction, right type, released leading Nice class, or released leading-client match. It also states the non-obvious constraint that at least one filter is required. It does not name when not to use this tool or point to a sibling alternative, so it stops short of full routing guidance.

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.2/5.0
Disambiguation5/5

Each tool addresses a distinct query type: coverage discovery, representative search, single profile retrieval, and market snapshot. No two tools appear to overlap in purpose, and their required inputs make selection unambiguous.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern, using 'get_' for retrieval and 'find_' for search. The noun components clearly identify the target resource: ip_representatives, ip_market_snapshot, iprate_coverage, and ip_representative_profile.

Tool Count5/5

Four tools is a tight, well-scoped set for a read-only IP analytics server. Each tool earns its place and there are no redundant or filler tools.

Completeness5/5

For a static-release analytics server, the surface covers the full read-only workflow: determine coverage, search representatives, fetch a detailed profile, and obtain a market snapshot. Missing CRUD operations are not gaps because the server is explicitly bounded to published static cohorts.