Owner Landscape for a Mark
get_mark_owner_landscapeShow which owners hold marks matching a shared trademark term and summarize what else those owners have in their broader portfolios. Use this for crowded owner-landscape questions like "Which companies own a trademark for COMET?" or "Who owns trademarks for GLEAN?" Returns the matching owners ranked by footprint, with each owner's wider portfolio context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of owners to return. | |
| mark_text | Yes | Trademark term to analyze across owners, such as COMET or GLOW. | |
| match_mode | No | How to match the mark text: contains, exact, or starts_with. | contains |
| nice_classes | No | Optional Nice classes to narrow the landscape. | |
| status_filter | No | Optional status filter. Default is live. | live |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| owners | No | ||
| summary | Yes | ||
| headline | Yes | ||
| returned | Yes | ||
| mark_text | Yes | ||
| match_mode | Yes | ||
| leader_name | No | ||
| nice_classes | Yes | ||
| status_filter | Yes | ||
| leader_detail_url | No | ||
| total_matching_marks | Yes | ||
| total_matching_owners | Yes | ||
| total_matching_live_marks | Yes | ||
| leader_matching_mark_count | Yes | ||
| leader_total_portfolio_mark_count | Yes |