@pmxt/mcp 2.35.16 → 2.35.18
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 -7
- package/package.json +1 -1
package/dist/generated/tools.js
CHANGED
|
@@ -790,14 +790,14 @@ export const TOOLS = [
|
|
|
790
790
|
},
|
|
791
791
|
"category": {
|
|
792
792
|
"type": "string",
|
|
793
|
-
"description": "
|
|
793
|
+
"description": "Filter by category. Each event belongs to a venue-assigned category such as \"Sports\", \"Politics\", \"Crypto\", \"Bitcoin\", \"Soccer\", \"Economic Policy\" (Polymarket) or \"Sports\", \"Mentions\" (Kalshi)."
|
|
794
794
|
},
|
|
795
795
|
"tags": {
|
|
796
796
|
"type": "array",
|
|
797
797
|
"items": {
|
|
798
798
|
"type": "string"
|
|
799
799
|
},
|
|
800
|
-
"description": "
|
|
800
|
+
"description": "Filter by tags. Returns events matching ANY of the provided tags. Tags are more specific than categories -- for example a \"Politics\" event might carry tags [\"Politics\", \"Geopolitics\", \"Middle East\", \"Iran\"]. Common tags include \"Crypto\", \"Elections\", \"Fed Rates\", \"FIFA World Cup\", \"Trump\"."
|
|
801
801
|
},
|
|
802
802
|
"verbose": {
|
|
803
803
|
"type": "boolean",
|
|
@@ -991,14 +991,14 @@ export const TOOLS = [
|
|
|
991
991
|
},
|
|
992
992
|
"category": {
|
|
993
993
|
"type": "string",
|
|
994
|
-
"description": "
|
|
994
|
+
"description": "Filter by category. Each event belongs to a venue-assigned category such as \"Sports\", \"Politics\", \"Crypto\", \"Bitcoin\", \"Soccer\", \"Economic Policy\" (Polymarket) or \"Sports\", \"Mentions\" (Kalshi)."
|
|
995
995
|
},
|
|
996
996
|
"tags": {
|
|
997
997
|
"type": "array",
|
|
998
998
|
"items": {
|
|
999
999
|
"type": "string"
|
|
1000
1000
|
},
|
|
1001
|
-
"description": "
|
|
1001
|
+
"description": "Filter by tags. Returns events matching ANY of the provided tags. Tags are more specific than categories -- for example a \"Politics\" event might carry tags [\"Politics\", \"Geopolitics\", \"Middle East\", \"Iran\"]. Common tags include \"Crypto\", \"Elections\", \"Fed Rates\", \"FIFA World Cup\", \"Trump\"."
|
|
1002
1002
|
},
|
|
1003
1003
|
"verbose": {
|
|
1004
1004
|
"type": "boolean",
|
|
@@ -1826,9 +1826,7 @@ export const TOOLS = [
|
|
|
1826
1826
|
},
|
|
1827
1827
|
"resolution": {
|
|
1828
1828
|
"type": "string",
|
|
1829
|
-
"
|
|
1830
|
-
"example": "1h",
|
|
1831
|
-
"description": "Candle interval. Common values: 1m, 5m, 15m, 1h, 6h, 1d. Arbitrary intervals (e.g. 30s, 120s, 3h) accepted by venues that support them."
|
|
1829
|
+
"description": "Required for candle aggregation"
|
|
1832
1830
|
},
|
|
1833
1831
|
"start": {
|
|
1834
1832
|
"type": "string",
|