You're viewing a demo portfolio

Join the waitlist
PRSM

patent_search

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Search granted US patents by keyword (matched against title and abstract), title, and/or grant date range. Provide at least one of query, title, start_date, end_date. Returns title, grant date, assignee, and inventors.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Maximum rows to return (default 25, max 100)."
    },
    "query": {
      "type": "string",
      "description": "Keyword(s) matched across patent title and abstract (e.g. 'lithium battery anode')."
    },
    "title": {
      "type": "string",
      "description": "Keyword(s) matched against the patent title only."
    },
    "end_date": {
      "type": "string",
      "description": "Grant-date upper bound (YYYY-MM-DD)."
    },
    "start_date": {
      "type": "string",
      "description": "Grant-date lower bound (YYYY-MM-DD)."
    }
  },
  "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 →
patent_search — io.github.blackboxfoundry/livedatalink — PRSM MCP