hsh_broker_data_request
ActiveTool of HSH Data-on-Demand
Route a data need through HSH (the data-fulfillment layer for agents). HSH checks its warm inventory first — if a matching product is pre-positioned, you get an immediate-fulfillment quote; otherwise a fresh-fulfillment quote. Use this when you need data mid-task and want HSH to fulfill it.
Parameters schema
{
"type": "object",
"required": [
"need"
],
"properties": {
"need": {
"type": "string",
"description": "Plain-language description of the data you need"
},
"agent_id": {
"type": "string",
"description": "Optional calling-agent identifier"
},
"keywords": {
"type": "array",
"items": {
"type": "string"
},
"description": "Optional match keywords (e.g. tickers, topics)"
},
"max_price_usd": {
"type": "number",
"description": "Optional budget ceiling in USD"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
HSH Data-on-Demand
https://github.com/hshintelligence/data-on-demand
2/7 registries