patent_search
ActiveTool of io.github.blackboxfoundry/livedatalink
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
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries