You're viewing a demo portfolio

Join the waitlist
PRSM

patent_inventor_search

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Find inventors by last name (and optional first name). Returns inventor id, name, location, and total patent count. Use the inventor name in patent_search to find their patents.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "last_name"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Maximum rows to return (default 25, max 100)."
    },
    "last_name": {
      "type": "string",
      "description": "Inventor last name (required)."
    },
    "first_name": {
      "type": "string",
      "description": "Optional inventor first name."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →