You're viewing a demo portfolio

Join the waitlist
PRSM

hsh_broker_data_request

Active

Tool of HSH Data-on-Demand

declared in 1.0.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

HSH Data-on-Demand

https://github.com/hshintelligence/data-on-demand

2/7 registries
View full server →