get_market_detail
ActiveTool of SimpleFunctions
declared in 1.0.0
Get full detail for a single market: price, volume, indicators, regime label, history pointer, cross-venue counterpart. Lower-level than inspect_ticker — raw JSON only.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"ticker"
],
"properties": {
"depth": {
"type": "number",
"description": "Orderbook depth levels to include (0 = none)"
},
"ticker": {
"type": "string",
"description": "Market ticker"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SimpleFunctions
https://github.com/spfunctions/simplefunctions-cli
2/7 registries