spending_recipient_summary
ActiveTool of io.github.blackboxfoundry/livedatalink
Summarize a company's federal awards: total dollars and top awards for a recipient name in a category (contracts by default). Useful for due diligence and to see who the government pays.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"recipient"
],
"properties": {
"limit": {
"type": "number",
"description": "Top awards to list (default 5, max 25)."
},
"category": {
"type": "string",
"description": "Award category: 'contracts' (default), 'grants', 'loans', or 'other'."
},
"recipient": {
"type": "string",
"description": "Recipient company/org name."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries