@pmxt/mcp 2.43.12 → 2.43.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/tools.js +5 -1
- package/package.json +1 -1
package/dist/generated/tools.js
CHANGED
|
@@ -2142,6 +2142,10 @@ export const TOOLS = [
|
|
|
2142
2142
|
],
|
|
2143
2143
|
"description": "Outcome side: 'yes' or 'no'. Required for exchanges like Limitless where the API returns a single orderbook per market."
|
|
2144
2144
|
},
|
|
2145
|
+
"outcome": {
|
|
2146
|
+
"type": "string",
|
|
2147
|
+
"description": "Outcome alias: 'yes' or 'no', or an outcome token ID. When set, the first argument is treated as a market ID and this value selects which outcome's order book to fetch. Accepts the literal strings 'yes'/'no' (resolved via a market lookup) or a raw outcome token ID."
|
|
2148
|
+
},
|
|
2145
2149
|
"since": {
|
|
2146
2150
|
"type": "number",
|
|
2147
2151
|
"description": "Unix timestamp (ms) — fetch a historical snapshot at or before this time, or the start of a range when combined with `until` (hosted API only)."
|
|
@@ -2464,7 +2468,7 @@ export const TOOLS = [
|
|
|
2464
2468
|
},
|
|
2465
2469
|
"limit": {
|
|
2466
2470
|
"type": "number",
|
|
2467
|
-
"description": "Maximum number of results to return"
|
|
2471
|
+
"description": "Maximum number of results to return (max {@link MAX_TRADES_LIMIT})"
|
|
2468
2472
|
},
|
|
2469
2473
|
"verbose": {
|
|
2470
2474
|
"type": "boolean",
|