Marks for a Correspondent
get_correspondent_marksGet all trademarks handled by a specific attorney/correspondent, with prosecution event counts and office action flags. Returns marks sorted by prosecution history length. Use this for attorney-specific mark queries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum marks to return. | |
| search_term | No | Attorney name to search for (e.g., "Todd Schneider"). Will find the best match. | |
| status_filter | No | Filter marks by status. | all |
| correspondent_id | No | Alias for canonical_correspondent_id. | |
| correspondent_name | No | Alias for search_term. Preferred when the caller already knows this is a correspondent name. | |
| recent_window_days | No | How many days back to count recent office actions. Use 90 for "last 3 months". | |
| canonical_correspondent_id | No | UUID of the correspondent (from search_attorneys result). Use this if you already have the ID. |