@unclick/mcp-server 0.2.3 → 0.2.4
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/README.md +139 -153
- package/dist/airtable-tool.d.ts +2 -0
- package/dist/airtable-tool.d.ts.map +1 -0
- package/dist/airtable-tool.js +154 -0
- package/dist/airtable-tool.js.map +1 -0
- package/dist/anthropic-tool.d.ts +3 -0
- package/dist/anthropic-tool.d.ts.map +1 -0
- package/dist/anthropic-tool.js +123 -0
- package/dist/anthropic-tool.js.map +1 -0
- package/dist/asana-tool.d.ts +8 -0
- package/dist/asana-tool.d.ts.map +1 -0
- package/dist/asana-tool.js +218 -0
- package/dist/asana-tool.js.map +1 -0
- package/dist/calendly-tool.d.ts +6 -0
- package/dist/calendly-tool.d.ts.map +1 -0
- package/dist/calendly-tool.js +182 -0
- package/dist/calendly-tool.js.map +1 -0
- package/dist/clickup-tool.d.ts +2 -0
- package/dist/clickup-tool.d.ts.map +1 -0
- package/dist/clickup-tool.js +153 -0
- package/dist/clickup-tool.js.map +1 -0
- package/dist/connectors/figma.d.ts +3 -0
- package/dist/connectors/figma.d.ts.map +1 -0
- package/dist/connectors/figma.js +18 -0
- package/dist/connectors/figma.js.map +1 -0
- package/dist/connectors/index.d.ts +3 -1
- package/dist/connectors/index.d.ts.map +1 -1
- package/dist/connectors/index.js +5 -1
- package/dist/connectors/index.js.map +1 -1
- package/dist/connectors/line.d.ts +3 -0
- package/dist/connectors/line.d.ts.map +1 -0
- package/dist/connectors/line.js +18 -0
- package/dist/connectors/line.js.map +1 -0
- package/dist/ebay-tool.d.ts +5 -0
- package/dist/ebay-tool.d.ts.map +1 -0
- package/dist/ebay-tool.js +179 -0
- package/dist/ebay-tool.js.map +1 -0
- package/dist/elevenlabs-tool.d.ts +6 -0
- package/dist/elevenlabs-tool.d.ts.map +1 -0
- package/dist/elevenlabs-tool.js +166 -0
- package/dist/elevenlabs-tool.js.map +1 -0
- package/dist/etsy-tool.d.ts +6 -0
- package/dist/etsy-tool.d.ts.map +1 -0
- package/dist/etsy-tool.js +125 -0
- package/dist/etsy-tool.js.map +1 -0
- package/dist/exchangerate-tool.d.ts +5 -0
- package/dist/exchangerate-tool.d.ts.map +1 -0
- package/dist/exchangerate-tool.js +139 -0
- package/dist/exchangerate-tool.js.map +1 -0
- package/dist/figma-tool.d.ts +8 -0
- package/dist/figma-tool.d.ts.map +1 -0
- package/dist/figma-tool.js +231 -0
- package/dist/figma-tool.js.map +1 -0
- package/dist/gdelt-tool.d.ts +5 -0
- package/dist/gdelt-tool.d.ts.map +1 -0
- package/dist/gdelt-tool.js +177 -0
- package/dist/gdelt-tool.js.map +1 -0
- package/dist/github-tool.d.ts +2 -0
- package/dist/github-tool.d.ts.map +1 -0
- package/dist/github-tool.js +165 -0
- package/dist/github-tool.js.map +1 -0
- package/dist/gitlab-tool.d.ts +2 -0
- package/dist/gitlab-tool.d.ts.map +1 -0
- package/dist/gitlab-tool.js +127 -0
- package/dist/gitlab-tool.js.map +1 -0
- package/dist/igdb-tool.d.ts +6 -0
- package/dist/igdb-tool.d.ts.map +1 -0
- package/dist/igdb-tool.js +140 -0
- package/dist/igdb-tool.js.map +1 -0
- package/dist/line-tool.d.ts +7 -0
- package/dist/line-tool.d.ts.map +1 -0
- package/dist/line-tool.js +188 -0
- package/dist/line-tool.js.map +1 -0
- package/dist/linear-tool.d.ts +2 -0
- package/dist/linear-tool.d.ts.map +1 -0
- package/dist/linear-tool.js +186 -0
- package/dist/linear-tool.js.map +1 -0
- package/dist/monday-tool.d.ts +7 -0
- package/dist/monday-tool.d.ts.map +1 -0
- package/dist/monday-tool.js +206 -0
- package/dist/monday-tool.js.map +1 -0
- package/dist/openai-tool.d.ts +6 -0
- package/dist/openai-tool.d.ts.map +1 -0
- package/dist/openai-tool.js +227 -0
- package/dist/openai-tool.js.map +1 -0
- package/dist/paypal-tool.d.ts +3 -0
- package/dist/paypal-tool.d.ts.map +1 -0
- package/dist/paypal-tool.js +157 -0
- package/dist/paypal-tool.js.map +1 -0
- package/dist/pinterest-tool.d.ts +7 -0
- package/dist/pinterest-tool.d.ts.map +1 -0
- package/dist/pinterest-tool.js +219 -0
- package/dist/pinterest-tool.js.map +1 -0
- package/dist/plaid-tool.d.ts +6 -0
- package/dist/plaid-tool.d.ts.map +1 -0
- package/dist/plaid-tool.js +149 -0
- package/dist/plaid-tool.js.map +1 -0
- package/dist/postman-tool.d.ts +2 -0
- package/dist/postman-tool.d.ts.map +1 -0
- package/dist/postman-tool.js +92 -0
- package/dist/postman-tool.js.map +1 -0
- package/dist/pushover-tool.d.ts +6 -0
- package/dist/pushover-tool.d.ts.map +1 -0
- package/dist/pushover-tool.js +146 -0
- package/dist/pushover-tool.js.map +1 -0
- package/dist/quickbooks-tool.d.ts +5 -0
- package/dist/quickbooks-tool.d.ts.map +1 -0
- package/dist/quickbooks-tool.js +160 -0
- package/dist/quickbooks-tool.js.map +1 -0
- package/dist/replicate-tool.d.ts +7 -0
- package/dist/replicate-tool.d.ts.map +1 -0
- package/dist/replicate-tool.js +172 -0
- package/dist/replicate-tool.js.map +1 -0
- package/dist/sentry-tool.d.ts +2 -0
- package/dist/sentry-tool.d.ts.map +1 -0
- package/dist/sentry-tool.js +123 -0
- package/dist/sentry-tool.js.map +1 -0
- package/dist/speedrun-tool.d.ts +6 -0
- package/dist/speedrun-tool.d.ts.map +1 -0
- package/dist/speedrun-tool.js +192 -0
- package/dist/speedrun-tool.js.map +1 -0
- package/dist/spotify-tool.d.ts +8 -0
- package/dist/spotify-tool.d.ts.map +1 -0
- package/dist/spotify-tool.js +274 -0
- package/dist/spotify-tool.js.map +1 -0
- package/dist/square-tool.d.ts +5 -0
- package/dist/square-tool.d.ts.map +1 -0
- package/dist/square-tool.js +133 -0
- package/dist/square-tool.js.map +1 -0
- package/dist/stability-tool.d.ts +5 -0
- package/dist/stability-tool.d.ts.map +1 -0
- package/dist/stability-tool.js +190 -0
- package/dist/stability-tool.js.map +1 -0
- package/dist/steam-tool.d.ts +6 -0
- package/dist/steam-tool.d.ts.map +1 -0
- package/dist/steam-tool.js +222 -0
- package/dist/steam-tool.js.map +1 -0
- package/dist/stripe-tool.d.ts +7 -0
- package/dist/stripe-tool.d.ts.map +1 -0
- package/dist/stripe-tool.js +181 -0
- package/dist/stripe-tool.js.map +1 -0
- package/dist/tiktok-tool.d.ts +4 -0
- package/dist/tiktok-tool.d.ts.map +1 -0
- package/dist/tiktok-tool.js +129 -0
- package/dist/tiktok-tool.js.map +1 -0
- package/dist/toilets-tool.js +2 -2
- package/dist/tool-wiring.d.ts +4066 -18
- package/dist/tool-wiring.d.ts.map +1 -1
- package/dist/tool-wiring.js +2601 -18
- package/dist/tool-wiring.js.map +1 -1
- package/dist/trello-tool.d.ts +2 -0
- package/dist/trello-tool.d.ts.map +1 -0
- package/dist/trello-tool.js +166 -0
- package/dist/trello-tool.js.map +1 -0
- package/dist/twilio-tool.d.ts +8 -0
- package/dist/twilio-tool.d.ts.map +1 -0
- package/dist/twilio-tool.js +243 -0
- package/dist/twilio-tool.js.map +1 -0
- package/dist/whatsapp-tool.d.ts +6 -0
- package/dist/whatsapp-tool.d.ts.map +1 -0
- package/dist/whatsapp-tool.js +200 -0
- package/dist/whatsapp-tool.js.map +1 -0
- package/dist/woocommerce-tool.d.ts +4 -0
- package/dist/woocommerce-tool.d.ts.map +1 -0
- package/dist/woocommerce-tool.js +140 -0
- package/dist/woocommerce-tool.js.map +1 -0
- package/dist/youtube-tool.d.ts +7 -0
- package/dist/youtube-tool.d.ts.map +1 -0
- package/dist/youtube-tool.js +196 -0
- package/dist/youtube-tool.js.map +1 -0
- package/package.json +1 -1
- package/server.json +37 -37
- package/LICENSE +0 -216
- package/dist/cloudflare-worker.d.ts +0 -12
- package/dist/cloudflare-worker.d.ts.map +0 -1
- package/dist/cloudflare-worker.js +0 -50
- package/dist/cloudflare-worker.js.map +0 -1
package/dist/tool-wiring.d.ts
CHANGED
|
@@ -4100,6 +4100,106 @@ export declare const ADDITIONAL_TOOLS: readonly [{
|
|
|
4100
4100
|
readonly type: "object";
|
|
4101
4101
|
readonly properties: {};
|
|
4102
4102
|
};
|
|
4103
|
+
}, {
|
|
4104
|
+
readonly name: "gdelt_news_search";
|
|
4105
|
+
readonly description: "Search global news via the GDELT Project. Returns article titles, URLs, sources, dates, countries, and languages. No API key required.";
|
|
4106
|
+
readonly inputSchema: {
|
|
4107
|
+
readonly type: "object";
|
|
4108
|
+
readonly properties: {
|
|
4109
|
+
readonly query: {
|
|
4110
|
+
readonly type: "string";
|
|
4111
|
+
readonly description: "Search query (keywords, phrases, or operators)";
|
|
4112
|
+
};
|
|
4113
|
+
readonly maxrecords: {
|
|
4114
|
+
readonly type: "number";
|
|
4115
|
+
readonly description: "Max articles to return (default 25, max 250)";
|
|
4116
|
+
};
|
|
4117
|
+
readonly startdatetime: {
|
|
4118
|
+
readonly type: "string";
|
|
4119
|
+
readonly description: "Start datetime YYYYMMDDHHMMSS (UTC)";
|
|
4120
|
+
};
|
|
4121
|
+
readonly enddatetime: {
|
|
4122
|
+
readonly type: "string";
|
|
4123
|
+
readonly description: "End datetime YYYYMMDDHHMMSS (UTC)";
|
|
4124
|
+
};
|
|
4125
|
+
readonly sourcelang: {
|
|
4126
|
+
readonly type: "string";
|
|
4127
|
+
readonly description: "Filter by source language (e.g. 'english', 'spanish')";
|
|
4128
|
+
};
|
|
4129
|
+
readonly sourcecountry: {
|
|
4130
|
+
readonly type: "string";
|
|
4131
|
+
readonly description: "Filter by source country code (e.g. 'US', 'GB', 'AU')";
|
|
4132
|
+
};
|
|
4133
|
+
};
|
|
4134
|
+
readonly required: readonly ["query"];
|
|
4135
|
+
};
|
|
4136
|
+
}, {
|
|
4137
|
+
readonly name: "gdelt_tone_analysis";
|
|
4138
|
+
readonly description: "Analyse the sentiment and tone of global news coverage for a topic over time. Returns average tone scores (negative = negative coverage, positive = positive), trend summary, and timeline. Great for brand monitoring or tracking public sentiment.";
|
|
4139
|
+
readonly inputSchema: {
|
|
4140
|
+
readonly type: "object";
|
|
4141
|
+
readonly properties: {
|
|
4142
|
+
readonly query: {
|
|
4143
|
+
readonly type: "string";
|
|
4144
|
+
readonly description: "Topic or keyword to analyse";
|
|
4145
|
+
};
|
|
4146
|
+
readonly timespan: {
|
|
4147
|
+
readonly type: "string";
|
|
4148
|
+
readonly description: "Time window (e.g. '24h', '7d', '1month')";
|
|
4149
|
+
};
|
|
4150
|
+
readonly sourcelang: {
|
|
4151
|
+
readonly type: "string";
|
|
4152
|
+
readonly description: "Filter by source language";
|
|
4153
|
+
};
|
|
4154
|
+
readonly sourcecountry: {
|
|
4155
|
+
readonly type: "string";
|
|
4156
|
+
readonly description: "Filter by source country code";
|
|
4157
|
+
};
|
|
4158
|
+
};
|
|
4159
|
+
readonly required: readonly ["query"];
|
|
4160
|
+
};
|
|
4161
|
+
}, {
|
|
4162
|
+
readonly name: "gdelt_geo_events";
|
|
4163
|
+
readonly description: "Get geographic distribution of news events for a topic from the GDELT GEO API. Returns event clusters with location, article count, and tone score.";
|
|
4164
|
+
readonly inputSchema: {
|
|
4165
|
+
readonly type: "object";
|
|
4166
|
+
readonly properties: {
|
|
4167
|
+
readonly query: {
|
|
4168
|
+
readonly type: "string";
|
|
4169
|
+
readonly description: "Topic or keyword to map";
|
|
4170
|
+
};
|
|
4171
|
+
readonly maxpoints: {
|
|
4172
|
+
readonly type: "number";
|
|
4173
|
+
readonly description: "Max location clusters to return (default 50, max 250)";
|
|
4174
|
+
};
|
|
4175
|
+
readonly timespan: {
|
|
4176
|
+
readonly type: "string";
|
|
4177
|
+
readonly description: "Time window (e.g. '24h', '7d')";
|
|
4178
|
+
};
|
|
4179
|
+
};
|
|
4180
|
+
readonly required: readonly ["query"];
|
|
4181
|
+
};
|
|
4182
|
+
}, {
|
|
4183
|
+
readonly name: "gdelt_trending";
|
|
4184
|
+
readonly description: "Check whether a topic is trending in global news using GDELT article volume timelines. Returns a trend classification (surging, rising, stable, declining, fading) and volume data over time.";
|
|
4185
|
+
readonly inputSchema: {
|
|
4186
|
+
readonly type: "object";
|
|
4187
|
+
readonly properties: {
|
|
4188
|
+
readonly query: {
|
|
4189
|
+
readonly type: "string";
|
|
4190
|
+
readonly description: "Topic or keyword to check";
|
|
4191
|
+
};
|
|
4192
|
+
readonly timespan: {
|
|
4193
|
+
readonly type: "string";
|
|
4194
|
+
readonly description: "Time window (e.g. '24h', '7d', '1month')";
|
|
4195
|
+
};
|
|
4196
|
+
readonly sourcelang: {
|
|
4197
|
+
readonly type: "string";
|
|
4198
|
+
readonly description: "Filter by source language";
|
|
4199
|
+
};
|
|
4200
|
+
};
|
|
4201
|
+
readonly required: readonly ["query"];
|
|
4202
|
+
};
|
|
4103
4203
|
}, {
|
|
4104
4204
|
readonly name: "number_fact";
|
|
4105
4205
|
readonly description: "Get an interesting fact about a number.";
|
|
@@ -6863,6 +6963,251 @@ export declare const ADDITIONAL_TOOLS: readonly [{
|
|
|
6863
6963
|
};
|
|
6864
6964
|
readonly required: readonly ["bot_token", "chat_id", "action"];
|
|
6865
6965
|
};
|
|
6966
|
+
}, {
|
|
6967
|
+
readonly name: "line_send_message";
|
|
6968
|
+
readonly description: "Send a text message to a LINE user, group, or room.";
|
|
6969
|
+
readonly inputSchema: {
|
|
6970
|
+
readonly type: "object";
|
|
6971
|
+
readonly properties: {
|
|
6972
|
+
readonly channel_access_token: {
|
|
6973
|
+
readonly type: "string";
|
|
6974
|
+
};
|
|
6975
|
+
readonly to: {
|
|
6976
|
+
readonly type: "string";
|
|
6977
|
+
readonly description: "User ID, group ID, or room ID";
|
|
6978
|
+
};
|
|
6979
|
+
readonly message: {
|
|
6980
|
+
readonly type: "string";
|
|
6981
|
+
};
|
|
6982
|
+
};
|
|
6983
|
+
readonly required: readonly ["channel_access_token", "to", "message"];
|
|
6984
|
+
};
|
|
6985
|
+
}, {
|
|
6986
|
+
readonly name: "line_send_flex_message";
|
|
6987
|
+
readonly description: "Send a rich Flex Message to a LINE user or group.";
|
|
6988
|
+
readonly inputSchema: {
|
|
6989
|
+
readonly type: "object";
|
|
6990
|
+
readonly properties: {
|
|
6991
|
+
readonly channel_access_token: {
|
|
6992
|
+
readonly type: "string";
|
|
6993
|
+
};
|
|
6994
|
+
readonly to: {
|
|
6995
|
+
readonly type: "string";
|
|
6996
|
+
};
|
|
6997
|
+
readonly alt_text: {
|
|
6998
|
+
readonly type: "string";
|
|
6999
|
+
readonly description: "Fallback text shown in push notifications";
|
|
7000
|
+
};
|
|
7001
|
+
readonly contents: {
|
|
7002
|
+
readonly description: "Flex Message container as JSON object or string";
|
|
7003
|
+
};
|
|
7004
|
+
};
|
|
7005
|
+
readonly required: readonly ["channel_access_token", "to", "alt_text", "contents"];
|
|
7006
|
+
};
|
|
7007
|
+
}, {
|
|
7008
|
+
readonly name: "line_get_profile";
|
|
7009
|
+
readonly description: "Get a LINE user's display name, profile picture, and status message.";
|
|
7010
|
+
readonly inputSchema: {
|
|
7011
|
+
readonly type: "object";
|
|
7012
|
+
readonly properties: {
|
|
7013
|
+
readonly channel_access_token: {
|
|
7014
|
+
readonly type: "string";
|
|
7015
|
+
};
|
|
7016
|
+
readonly user_id: {
|
|
7017
|
+
readonly type: "string";
|
|
7018
|
+
};
|
|
7019
|
+
};
|
|
7020
|
+
readonly required: readonly ["channel_access_token", "user_id"];
|
|
7021
|
+
};
|
|
7022
|
+
}, {
|
|
7023
|
+
readonly name: "line_get_group_summary";
|
|
7024
|
+
readonly description: "Get a LINE group's name and picture URL.";
|
|
7025
|
+
readonly inputSchema: {
|
|
7026
|
+
readonly type: "object";
|
|
7027
|
+
readonly properties: {
|
|
7028
|
+
readonly channel_access_token: {
|
|
7029
|
+
readonly type: "string";
|
|
7030
|
+
};
|
|
7031
|
+
readonly group_id: {
|
|
7032
|
+
readonly type: "string";
|
|
7033
|
+
};
|
|
7034
|
+
};
|
|
7035
|
+
readonly required: readonly ["channel_access_token", "group_id"];
|
|
7036
|
+
};
|
|
7037
|
+
}, {
|
|
7038
|
+
readonly name: "line_reply_message";
|
|
7039
|
+
readonly description: "Reply to a LINE message using a reply token from a webhook event.";
|
|
7040
|
+
readonly inputSchema: {
|
|
7041
|
+
readonly type: "object";
|
|
7042
|
+
readonly properties: {
|
|
7043
|
+
readonly channel_access_token: {
|
|
7044
|
+
readonly type: "string";
|
|
7045
|
+
};
|
|
7046
|
+
readonly reply_token: {
|
|
7047
|
+
readonly type: "string";
|
|
7048
|
+
};
|
|
7049
|
+
readonly messages: {
|
|
7050
|
+
readonly description: "Array of LINE message objects (max 5), or use message for a single text reply";
|
|
7051
|
+
};
|
|
7052
|
+
readonly message: {
|
|
7053
|
+
readonly type: "string";
|
|
7054
|
+
readonly description: "Convenience: single text message to reply with";
|
|
7055
|
+
};
|
|
7056
|
+
};
|
|
7057
|
+
readonly required: readonly ["channel_access_token", "reply_token"];
|
|
7058
|
+
};
|
|
7059
|
+
}, {
|
|
7060
|
+
readonly name: "line_broadcast";
|
|
7061
|
+
readonly description: "Broadcast a text message to all followers of your LINE Official Account.";
|
|
7062
|
+
readonly inputSchema: {
|
|
7063
|
+
readonly type: "object";
|
|
7064
|
+
readonly properties: {
|
|
7065
|
+
readonly channel_access_token: {
|
|
7066
|
+
readonly type: "string";
|
|
7067
|
+
};
|
|
7068
|
+
readonly message: {
|
|
7069
|
+
readonly type: "string";
|
|
7070
|
+
};
|
|
7071
|
+
};
|
|
7072
|
+
readonly required: readonly ["channel_access_token", "message"];
|
|
7073
|
+
};
|
|
7074
|
+
}, {
|
|
7075
|
+
readonly name: "figma_get_file";
|
|
7076
|
+
readonly description: "Get a Figma file's structure and metadata — pages, frames, and component count.";
|
|
7077
|
+
readonly inputSchema: {
|
|
7078
|
+
readonly type: "object";
|
|
7079
|
+
readonly properties: {
|
|
7080
|
+
readonly personal_access_token: {
|
|
7081
|
+
readonly type: "string";
|
|
7082
|
+
};
|
|
7083
|
+
readonly file_key: {
|
|
7084
|
+
readonly type: "string";
|
|
7085
|
+
readonly description: "Alphanumeric file ID from the Figma URL";
|
|
7086
|
+
};
|
|
7087
|
+
readonly depth: {
|
|
7088
|
+
readonly type: "number";
|
|
7089
|
+
readonly description: "How deep to traverse the node tree (default: full)";
|
|
7090
|
+
};
|
|
7091
|
+
};
|
|
7092
|
+
readonly required: readonly ["personal_access_token", "file_key"];
|
|
7093
|
+
};
|
|
7094
|
+
}, {
|
|
7095
|
+
readonly name: "figma_get_node";
|
|
7096
|
+
readonly description: "Get a specific node by ID within a Figma file.";
|
|
7097
|
+
readonly inputSchema: {
|
|
7098
|
+
readonly type: "object";
|
|
7099
|
+
readonly properties: {
|
|
7100
|
+
readonly personal_access_token: {
|
|
7101
|
+
readonly type: "string";
|
|
7102
|
+
};
|
|
7103
|
+
readonly file_key: {
|
|
7104
|
+
readonly type: "string";
|
|
7105
|
+
};
|
|
7106
|
+
readonly node_id: {
|
|
7107
|
+
readonly type: "string";
|
|
7108
|
+
readonly description: "Node ID (e.g. '1:2' or '1-2')";
|
|
7109
|
+
};
|
|
7110
|
+
};
|
|
7111
|
+
readonly required: readonly ["personal_access_token", "file_key", "node_id"];
|
|
7112
|
+
};
|
|
7113
|
+
}, {
|
|
7114
|
+
readonly name: "figma_get_images";
|
|
7115
|
+
readonly description: "Export/render Figma nodes as images (PNG, JPG, SVG, or PDF).";
|
|
7116
|
+
readonly inputSchema: {
|
|
7117
|
+
readonly type: "object";
|
|
7118
|
+
readonly properties: {
|
|
7119
|
+
readonly personal_access_token: {
|
|
7120
|
+
readonly type: "string";
|
|
7121
|
+
};
|
|
7122
|
+
readonly file_key: {
|
|
7123
|
+
readonly type: "string";
|
|
7124
|
+
};
|
|
7125
|
+
readonly node_ids: {
|
|
7126
|
+
readonly description: "Comma-separated node IDs or array of node ID strings";
|
|
7127
|
+
};
|
|
7128
|
+
readonly format: {
|
|
7129
|
+
readonly type: "string";
|
|
7130
|
+
readonly description: "png, jpg, svg, or pdf (default: png)";
|
|
7131
|
+
};
|
|
7132
|
+
readonly scale: {
|
|
7133
|
+
readonly type: "number";
|
|
7134
|
+
readonly description: "Image scale factor 0.01–4 (default: 1, PNG/JPG only)";
|
|
7135
|
+
};
|
|
7136
|
+
};
|
|
7137
|
+
readonly required: readonly ["personal_access_token", "file_key", "node_ids"];
|
|
7138
|
+
};
|
|
7139
|
+
}, {
|
|
7140
|
+
readonly name: "figma_get_comments";
|
|
7141
|
+
readonly description: "Get all comments on a Figma file.";
|
|
7142
|
+
readonly inputSchema: {
|
|
7143
|
+
readonly type: "object";
|
|
7144
|
+
readonly properties: {
|
|
7145
|
+
readonly personal_access_token: {
|
|
7146
|
+
readonly type: "string";
|
|
7147
|
+
};
|
|
7148
|
+
readonly file_key: {
|
|
7149
|
+
readonly type: "string";
|
|
7150
|
+
};
|
|
7151
|
+
};
|
|
7152
|
+
readonly required: readonly ["personal_access_token", "file_key"];
|
|
7153
|
+
};
|
|
7154
|
+
}, {
|
|
7155
|
+
readonly name: "figma_post_comment";
|
|
7156
|
+
readonly description: "Add a comment to a Figma file, optionally pinned to canvas coordinates.";
|
|
7157
|
+
readonly inputSchema: {
|
|
7158
|
+
readonly type: "object";
|
|
7159
|
+
readonly properties: {
|
|
7160
|
+
readonly personal_access_token: {
|
|
7161
|
+
readonly type: "string";
|
|
7162
|
+
};
|
|
7163
|
+
readonly file_key: {
|
|
7164
|
+
readonly type: "string";
|
|
7165
|
+
};
|
|
7166
|
+
readonly message: {
|
|
7167
|
+
readonly type: "string";
|
|
7168
|
+
};
|
|
7169
|
+
readonly x: {
|
|
7170
|
+
readonly type: "number";
|
|
7171
|
+
readonly description: "Canvas X coordinate to pin the comment";
|
|
7172
|
+
};
|
|
7173
|
+
readonly y: {
|
|
7174
|
+
readonly type: "number";
|
|
7175
|
+
readonly description: "Canvas Y coordinate to pin the comment";
|
|
7176
|
+
};
|
|
7177
|
+
};
|
|
7178
|
+
readonly required: readonly ["personal_access_token", "file_key", "message"];
|
|
7179
|
+
};
|
|
7180
|
+
}, {
|
|
7181
|
+
readonly name: "figma_get_components";
|
|
7182
|
+
readonly description: "Get all published components in a Figma file.";
|
|
7183
|
+
readonly inputSchema: {
|
|
7184
|
+
readonly type: "object";
|
|
7185
|
+
readonly properties: {
|
|
7186
|
+
readonly personal_access_token: {
|
|
7187
|
+
readonly type: "string";
|
|
7188
|
+
};
|
|
7189
|
+
readonly file_key: {
|
|
7190
|
+
readonly type: "string";
|
|
7191
|
+
};
|
|
7192
|
+
};
|
|
7193
|
+
readonly required: readonly ["personal_access_token", "file_key"];
|
|
7194
|
+
};
|
|
7195
|
+
}, {
|
|
7196
|
+
readonly name: "figma_get_team_projects";
|
|
7197
|
+
readonly description: "List all projects for a Figma team.";
|
|
7198
|
+
readonly inputSchema: {
|
|
7199
|
+
readonly type: "object";
|
|
7200
|
+
readonly properties: {
|
|
7201
|
+
readonly personal_access_token: {
|
|
7202
|
+
readonly type: "string";
|
|
7203
|
+
};
|
|
7204
|
+
readonly team_id: {
|
|
7205
|
+
readonly type: "string";
|
|
7206
|
+
readonly description: "Team ID from your Figma team URL";
|
|
7207
|
+
};
|
|
7208
|
+
};
|
|
7209
|
+
readonly required: readonly ["personal_access_token", "team_id"];
|
|
7210
|
+
};
|
|
6866
7211
|
}, {
|
|
6867
7212
|
readonly name: "amazon_search";
|
|
6868
7213
|
readonly description: "Search for products on Amazon.";
|
|
@@ -7394,54 +7739,3757 @@ export declare const ADDITIONAL_TOOLS: readonly [{
|
|
|
7394
7739
|
};
|
|
7395
7740
|
};
|
|
7396
7741
|
}, {
|
|
7397
|
-
readonly name: "
|
|
7398
|
-
readonly description: "
|
|
7742
|
+
readonly name: "ebay_search";
|
|
7743
|
+
readonly description: "Search eBay listings via the Browse API.";
|
|
7399
7744
|
readonly inputSchema: {
|
|
7400
7745
|
readonly type: "object";
|
|
7401
7746
|
readonly properties: {
|
|
7402
|
-
readonly
|
|
7747
|
+
readonly client_id: {
|
|
7403
7748
|
readonly type: "string";
|
|
7749
|
+
readonly description: "eBay application Client ID";
|
|
7404
7750
|
};
|
|
7405
|
-
readonly
|
|
7751
|
+
readonly client_secret: {
|
|
7406
7752
|
readonly type: "string";
|
|
7753
|
+
readonly description: "eBay application Client Secret";
|
|
7407
7754
|
};
|
|
7408
|
-
readonly
|
|
7409
|
-
readonly type: "
|
|
7410
|
-
readonly description: "
|
|
7755
|
+
readonly q: {
|
|
7756
|
+
readonly type: "string";
|
|
7757
|
+
readonly description: "Search query";
|
|
7411
7758
|
};
|
|
7412
|
-
readonly
|
|
7759
|
+
readonly limit: {
|
|
7760
|
+
readonly type: "number";
|
|
7761
|
+
readonly description: "Results per page (max 200, default 20)";
|
|
7762
|
+
};
|
|
7763
|
+
readonly offset: {
|
|
7764
|
+
readonly type: "number";
|
|
7765
|
+
};
|
|
7766
|
+
readonly filter: {
|
|
7413
7767
|
readonly type: "string";
|
|
7414
|
-
readonly description: "
|
|
7768
|
+
readonly description: "eBay filter string (e.g. price:[10..50])";
|
|
7415
7769
|
};
|
|
7416
|
-
readonly
|
|
7770
|
+
readonly sort: {
|
|
7771
|
+
readonly type: "string";
|
|
7772
|
+
readonly description: "Sort order (e.g. price, -price, newlyListed)";
|
|
7773
|
+
};
|
|
7774
|
+
readonly category_ids: {
|
|
7775
|
+
readonly type: "string";
|
|
7776
|
+
readonly description: "Comma-separated category IDs";
|
|
7777
|
+
};
|
|
7778
|
+
readonly marketplace: {
|
|
7417
7779
|
readonly type: "string";
|
|
7780
|
+
readonly description: "Marketplace ID (default: EBAY_US)";
|
|
7418
7781
|
};
|
|
7419
7782
|
};
|
|
7420
|
-
readonly required: readonly ["
|
|
7783
|
+
readonly required: readonly ["client_id", "client_secret", "q"];
|
|
7421
7784
|
};
|
|
7422
7785
|
}, {
|
|
7423
|
-
readonly name: "
|
|
7424
|
-
readonly description: "
|
|
7786
|
+
readonly name: "ebay_get_item";
|
|
7787
|
+
readonly description: "Get full details for an eBay item by item ID.";
|
|
7788
|
+
readonly inputSchema: {
|
|
7789
|
+
readonly type: "object";
|
|
7790
|
+
readonly properties: {
|
|
7791
|
+
readonly client_id: {
|
|
7792
|
+
readonly type: "string";
|
|
7793
|
+
};
|
|
7794
|
+
readonly client_secret: {
|
|
7795
|
+
readonly type: "string";
|
|
7796
|
+
};
|
|
7797
|
+
readonly item_id: {
|
|
7798
|
+
readonly type: "string";
|
|
7799
|
+
readonly description: "eBay item ID (e.g. v1|123456789|0)";
|
|
7800
|
+
};
|
|
7801
|
+
readonly fieldgroups: {
|
|
7802
|
+
readonly type: "string";
|
|
7803
|
+
};
|
|
7804
|
+
readonly marketplace: {
|
|
7805
|
+
readonly type: "string";
|
|
7806
|
+
};
|
|
7807
|
+
};
|
|
7808
|
+
readonly required: readonly ["client_id", "client_secret", "item_id"];
|
|
7809
|
+
};
|
|
7810
|
+
}, {
|
|
7811
|
+
readonly name: "ebay_get_item_by_legacy_id";
|
|
7812
|
+
readonly description: "Get an eBay item by its legacy item ID (classic numeric ID).";
|
|
7813
|
+
readonly inputSchema: {
|
|
7814
|
+
readonly type: "object";
|
|
7815
|
+
readonly properties: {
|
|
7816
|
+
readonly client_id: {
|
|
7817
|
+
readonly type: "string";
|
|
7818
|
+
};
|
|
7819
|
+
readonly client_secret: {
|
|
7820
|
+
readonly type: "string";
|
|
7821
|
+
};
|
|
7822
|
+
readonly legacy_item_id: {
|
|
7823
|
+
readonly type: "string";
|
|
7824
|
+
readonly description: "Legacy eBay item ID (numeric)";
|
|
7825
|
+
};
|
|
7826
|
+
readonly legacy_variation_id: {
|
|
7827
|
+
readonly type: "string";
|
|
7828
|
+
};
|
|
7829
|
+
readonly legacy_variation_sku: {
|
|
7830
|
+
readonly type: "string";
|
|
7831
|
+
};
|
|
7832
|
+
readonly marketplace: {
|
|
7833
|
+
readonly type: "string";
|
|
7834
|
+
};
|
|
7835
|
+
};
|
|
7836
|
+
readonly required: readonly ["client_id", "client_secret", "legacy_item_id"];
|
|
7837
|
+
};
|
|
7838
|
+
}, {
|
|
7839
|
+
readonly name: "ebay_get_categories";
|
|
7840
|
+
readonly description: "Get the eBay category tree for a marketplace.";
|
|
7841
|
+
readonly inputSchema: {
|
|
7842
|
+
readonly type: "object";
|
|
7843
|
+
readonly properties: {
|
|
7844
|
+
readonly client_id: {
|
|
7845
|
+
readonly type: "string";
|
|
7846
|
+
};
|
|
7847
|
+
readonly client_secret: {
|
|
7848
|
+
readonly type: "string";
|
|
7849
|
+
};
|
|
7850
|
+
readonly category_tree_id: {
|
|
7851
|
+
readonly type: "string";
|
|
7852
|
+
readonly description: "Category tree ID (0 = US default)";
|
|
7853
|
+
};
|
|
7854
|
+
readonly marketplace: {
|
|
7855
|
+
readonly type: "string";
|
|
7856
|
+
};
|
|
7857
|
+
};
|
|
7858
|
+
readonly required: readonly ["client_id", "client_secret"];
|
|
7859
|
+
};
|
|
7860
|
+
}, {
|
|
7861
|
+
readonly name: "etsy_search_listings";
|
|
7862
|
+
readonly description: "Search active Etsy listings by keyword.";
|
|
7863
|
+
readonly inputSchema: {
|
|
7864
|
+
readonly type: "object";
|
|
7865
|
+
readonly properties: {
|
|
7866
|
+
readonly api_key: {
|
|
7867
|
+
readonly type: "string";
|
|
7868
|
+
readonly description: "Etsy API key";
|
|
7869
|
+
};
|
|
7870
|
+
readonly keywords: {
|
|
7871
|
+
readonly type: "string";
|
|
7872
|
+
readonly description: "Search keywords";
|
|
7873
|
+
};
|
|
7874
|
+
readonly limit: {
|
|
7875
|
+
readonly type: "number";
|
|
7876
|
+
readonly description: "Results per page (max 100, default 25)";
|
|
7877
|
+
};
|
|
7878
|
+
readonly offset: {
|
|
7879
|
+
readonly type: "number";
|
|
7880
|
+
};
|
|
7881
|
+
readonly sort_on: {
|
|
7882
|
+
readonly type: "string";
|
|
7883
|
+
readonly description: "Sort field (created, price, score, updated)";
|
|
7884
|
+
};
|
|
7885
|
+
readonly sort_order: {
|
|
7886
|
+
readonly type: "string";
|
|
7887
|
+
readonly description: "asc or desc";
|
|
7888
|
+
};
|
|
7889
|
+
readonly min_price: {
|
|
7890
|
+
readonly type: "number";
|
|
7891
|
+
};
|
|
7892
|
+
readonly max_price: {
|
|
7893
|
+
readonly type: "number";
|
|
7894
|
+
};
|
|
7895
|
+
readonly taxonomy_id: {
|
|
7896
|
+
readonly type: "number";
|
|
7897
|
+
};
|
|
7898
|
+
readonly location: {
|
|
7899
|
+
readonly type: "string";
|
|
7900
|
+
};
|
|
7901
|
+
};
|
|
7902
|
+
readonly required: readonly ["api_key", "keywords"];
|
|
7903
|
+
};
|
|
7904
|
+
}, {
|
|
7905
|
+
readonly name: "etsy_get_listing";
|
|
7906
|
+
readonly description: "Get details for a single Etsy listing by listing ID.";
|
|
7907
|
+
readonly inputSchema: {
|
|
7908
|
+
readonly type: "object";
|
|
7909
|
+
readonly properties: {
|
|
7910
|
+
readonly api_key: {
|
|
7911
|
+
readonly type: "string";
|
|
7912
|
+
};
|
|
7913
|
+
readonly listing_id: {
|
|
7914
|
+
readonly type: "string";
|
|
7915
|
+
};
|
|
7916
|
+
readonly includes: {
|
|
7917
|
+
readonly type: "string";
|
|
7918
|
+
readonly description: "Comma-separated includes (Images, Shop, etc.)";
|
|
7919
|
+
};
|
|
7920
|
+
};
|
|
7921
|
+
readonly required: readonly ["api_key", "listing_id"];
|
|
7922
|
+
};
|
|
7923
|
+
}, {
|
|
7924
|
+
readonly name: "etsy_get_shop";
|
|
7925
|
+
readonly description: "Get details for an Etsy shop by shop ID or numeric ID.";
|
|
7926
|
+
readonly inputSchema: {
|
|
7927
|
+
readonly type: "object";
|
|
7928
|
+
readonly properties: {
|
|
7929
|
+
readonly api_key: {
|
|
7930
|
+
readonly type: "string";
|
|
7931
|
+
};
|
|
7932
|
+
readonly shop_id: {
|
|
7933
|
+
readonly type: "string";
|
|
7934
|
+
readonly description: "Shop ID or shop name";
|
|
7935
|
+
};
|
|
7936
|
+
};
|
|
7937
|
+
readonly required: readonly ["api_key", "shop_id"];
|
|
7938
|
+
};
|
|
7939
|
+
}, {
|
|
7940
|
+
readonly name: "etsy_get_shop_listings";
|
|
7941
|
+
readonly description: "Get active listings for an Etsy shop.";
|
|
7942
|
+
readonly inputSchema: {
|
|
7943
|
+
readonly type: "object";
|
|
7944
|
+
readonly properties: {
|
|
7945
|
+
readonly api_key: {
|
|
7946
|
+
readonly type: "string";
|
|
7947
|
+
};
|
|
7948
|
+
readonly shop_id: {
|
|
7949
|
+
readonly type: "string";
|
|
7950
|
+
};
|
|
7951
|
+
readonly limit: {
|
|
7952
|
+
readonly type: "number";
|
|
7953
|
+
};
|
|
7954
|
+
readonly offset: {
|
|
7955
|
+
readonly type: "number";
|
|
7956
|
+
};
|
|
7957
|
+
readonly sort_on: {
|
|
7958
|
+
readonly type: "string";
|
|
7959
|
+
};
|
|
7960
|
+
readonly sort_order: {
|
|
7961
|
+
readonly type: "string";
|
|
7962
|
+
};
|
|
7963
|
+
};
|
|
7964
|
+
readonly required: readonly ["api_key", "shop_id"];
|
|
7965
|
+
};
|
|
7966
|
+
}, {
|
|
7967
|
+
readonly name: "etsy_search_shops";
|
|
7968
|
+
readonly description: "Search for Etsy shops by name.";
|
|
7969
|
+
readonly inputSchema: {
|
|
7970
|
+
readonly type: "object";
|
|
7971
|
+
readonly properties: {
|
|
7972
|
+
readonly api_key: {
|
|
7973
|
+
readonly type: "string";
|
|
7974
|
+
};
|
|
7975
|
+
readonly shop_name: {
|
|
7976
|
+
readonly type: "string";
|
|
7977
|
+
readonly description: "Shop name to search for";
|
|
7978
|
+
};
|
|
7979
|
+
readonly limit: {
|
|
7980
|
+
readonly type: "number";
|
|
7981
|
+
};
|
|
7982
|
+
readonly offset: {
|
|
7983
|
+
readonly type: "number";
|
|
7984
|
+
};
|
|
7985
|
+
};
|
|
7986
|
+
readonly required: readonly ["api_key", "shop_name"];
|
|
7987
|
+
};
|
|
7988
|
+
}, {
|
|
7989
|
+
readonly name: "stripe_customers";
|
|
7990
|
+
readonly description: "List or create Stripe customers.";
|
|
7425
7991
|
readonly inputSchema: {
|
|
7426
7992
|
readonly type: "object";
|
|
7427
7993
|
readonly properties: {
|
|
7994
|
+
readonly secret_key: {
|
|
7995
|
+
readonly type: "string";
|
|
7996
|
+
readonly description: "Stripe secret key (sk_live_* or sk_test_*)";
|
|
7997
|
+
};
|
|
7428
7998
|
readonly action: {
|
|
7429
7999
|
readonly type: "string";
|
|
8000
|
+
readonly description: "list or create (default: list)";
|
|
7430
8001
|
};
|
|
7431
|
-
readonly
|
|
8002
|
+
readonly limit: {
|
|
8003
|
+
readonly type: "number";
|
|
8004
|
+
};
|
|
8005
|
+
readonly starting_after: {
|
|
7432
8006
|
readonly type: "string";
|
|
8007
|
+
readonly description: "Pagination cursor (customer ID)";
|
|
7433
8008
|
};
|
|
7434
|
-
readonly
|
|
8009
|
+
readonly email: {
|
|
7435
8010
|
readonly type: "string";
|
|
7436
8011
|
};
|
|
7437
|
-
readonly
|
|
8012
|
+
readonly name: {
|
|
7438
8013
|
readonly type: "string";
|
|
7439
8014
|
};
|
|
7440
|
-
readonly
|
|
8015
|
+
readonly phone: {
|
|
8016
|
+
readonly type: "string";
|
|
8017
|
+
};
|
|
8018
|
+
readonly description: {
|
|
8019
|
+
readonly type: "string";
|
|
8020
|
+
};
|
|
8021
|
+
};
|
|
8022
|
+
readonly required: readonly ["secret_key"];
|
|
8023
|
+
};
|
|
8024
|
+
}, {
|
|
8025
|
+
readonly name: "stripe_charges";
|
|
8026
|
+
readonly description: "List or create Stripe charges.";
|
|
8027
|
+
readonly inputSchema: {
|
|
8028
|
+
readonly type: "object";
|
|
8029
|
+
readonly properties: {
|
|
8030
|
+
readonly secret_key: {
|
|
8031
|
+
readonly type: "string";
|
|
8032
|
+
};
|
|
8033
|
+
readonly action: {
|
|
8034
|
+
readonly type: "string";
|
|
8035
|
+
readonly description: "list or create (default: list)";
|
|
8036
|
+
};
|
|
8037
|
+
readonly limit: {
|
|
8038
|
+
readonly type: "number";
|
|
8039
|
+
};
|
|
8040
|
+
readonly starting_after: {
|
|
8041
|
+
readonly type: "string";
|
|
8042
|
+
};
|
|
8043
|
+
readonly customer: {
|
|
8044
|
+
readonly type: "string";
|
|
8045
|
+
};
|
|
8046
|
+
readonly amount: {
|
|
8047
|
+
readonly type: "number";
|
|
8048
|
+
readonly description: "Amount in smallest currency unit (e.g. cents)";
|
|
8049
|
+
};
|
|
8050
|
+
readonly currency: {
|
|
8051
|
+
readonly type: "string";
|
|
8052
|
+
readonly description: "ISO currency code (e.g. usd)";
|
|
8053
|
+
};
|
|
8054
|
+
readonly source: {
|
|
8055
|
+
readonly type: "string";
|
|
8056
|
+
readonly description: "Payment source or token";
|
|
8057
|
+
};
|
|
8058
|
+
readonly description: {
|
|
8059
|
+
readonly type: "string";
|
|
8060
|
+
};
|
|
8061
|
+
};
|
|
8062
|
+
readonly required: readonly ["secret_key"];
|
|
8063
|
+
};
|
|
8064
|
+
}, {
|
|
8065
|
+
readonly name: "stripe_subscriptions";
|
|
8066
|
+
readonly description: "List Stripe subscriptions.";
|
|
8067
|
+
readonly inputSchema: {
|
|
8068
|
+
readonly type: "object";
|
|
8069
|
+
readonly properties: {
|
|
8070
|
+
readonly secret_key: {
|
|
8071
|
+
readonly type: "string";
|
|
8072
|
+
};
|
|
8073
|
+
readonly limit: {
|
|
8074
|
+
readonly type: "number";
|
|
8075
|
+
};
|
|
8076
|
+
readonly starting_after: {
|
|
8077
|
+
readonly type: "string";
|
|
8078
|
+
};
|
|
8079
|
+
readonly customer: {
|
|
8080
|
+
readonly type: "string";
|
|
8081
|
+
};
|
|
8082
|
+
readonly status: {
|
|
8083
|
+
readonly type: "string";
|
|
8084
|
+
readonly description: "active, past_due, canceled, etc.";
|
|
8085
|
+
};
|
|
8086
|
+
readonly price: {
|
|
8087
|
+
readonly type: "string";
|
|
8088
|
+
};
|
|
8089
|
+
};
|
|
8090
|
+
readonly required: readonly ["secret_key"];
|
|
8091
|
+
};
|
|
8092
|
+
}, {
|
|
8093
|
+
readonly name: "stripe_invoices";
|
|
8094
|
+
readonly description: "List Stripe invoices.";
|
|
8095
|
+
readonly inputSchema: {
|
|
8096
|
+
readonly type: "object";
|
|
8097
|
+
readonly properties: {
|
|
8098
|
+
readonly secret_key: {
|
|
8099
|
+
readonly type: "string";
|
|
8100
|
+
};
|
|
8101
|
+
readonly limit: {
|
|
8102
|
+
readonly type: "number";
|
|
8103
|
+
};
|
|
8104
|
+
readonly starting_after: {
|
|
8105
|
+
readonly type: "string";
|
|
8106
|
+
};
|
|
8107
|
+
readonly customer: {
|
|
8108
|
+
readonly type: "string";
|
|
8109
|
+
};
|
|
8110
|
+
readonly status: {
|
|
8111
|
+
readonly type: "string";
|
|
8112
|
+
readonly description: "draft, open, paid, uncollectible, void";
|
|
8113
|
+
};
|
|
8114
|
+
readonly subscription: {
|
|
8115
|
+
readonly type: "string";
|
|
8116
|
+
};
|
|
8117
|
+
};
|
|
8118
|
+
readonly required: readonly ["secret_key"];
|
|
8119
|
+
};
|
|
8120
|
+
}, {
|
|
8121
|
+
readonly name: "stripe_products";
|
|
8122
|
+
readonly description: "List Stripe products.";
|
|
8123
|
+
readonly inputSchema: {
|
|
8124
|
+
readonly type: "object";
|
|
8125
|
+
readonly properties: {
|
|
8126
|
+
readonly secret_key: {
|
|
8127
|
+
readonly type: "string";
|
|
8128
|
+
};
|
|
8129
|
+
readonly limit: {
|
|
8130
|
+
readonly type: "number";
|
|
8131
|
+
};
|
|
8132
|
+
readonly starting_after: {
|
|
8133
|
+
readonly type: "string";
|
|
8134
|
+
};
|
|
8135
|
+
readonly active: {
|
|
7441
8136
|
readonly type: "boolean";
|
|
7442
8137
|
};
|
|
7443
8138
|
};
|
|
7444
|
-
readonly required: readonly ["
|
|
8139
|
+
readonly required: readonly ["secret_key"];
|
|
8140
|
+
};
|
|
8141
|
+
}, {
|
|
8142
|
+
readonly name: "stripe_prices";
|
|
8143
|
+
readonly description: "List Stripe prices.";
|
|
8144
|
+
readonly inputSchema: {
|
|
8145
|
+
readonly type: "object";
|
|
8146
|
+
readonly properties: {
|
|
8147
|
+
readonly secret_key: {
|
|
8148
|
+
readonly type: "string";
|
|
8149
|
+
};
|
|
8150
|
+
readonly limit: {
|
|
8151
|
+
readonly type: "number";
|
|
8152
|
+
};
|
|
8153
|
+
readonly starting_after: {
|
|
8154
|
+
readonly type: "string";
|
|
8155
|
+
};
|
|
8156
|
+
readonly product: {
|
|
8157
|
+
readonly type: "string";
|
|
8158
|
+
};
|
|
8159
|
+
readonly active: {
|
|
8160
|
+
readonly type: "boolean";
|
|
8161
|
+
};
|
|
8162
|
+
readonly type: {
|
|
8163
|
+
readonly type: "string";
|
|
8164
|
+
readonly description: "one_time or recurring";
|
|
8165
|
+
};
|
|
8166
|
+
};
|
|
8167
|
+
readonly required: readonly ["secret_key"];
|
|
8168
|
+
};
|
|
8169
|
+
}, {
|
|
8170
|
+
readonly name: "paypal_orders";
|
|
8171
|
+
readonly description: "Create or retrieve a PayPal order.";
|
|
8172
|
+
readonly inputSchema: {
|
|
8173
|
+
readonly type: "object";
|
|
8174
|
+
readonly properties: {
|
|
8175
|
+
readonly client_id: {
|
|
8176
|
+
readonly type: "string";
|
|
8177
|
+
readonly description: "PayPal application Client ID";
|
|
8178
|
+
};
|
|
8179
|
+
readonly client_secret: {
|
|
8180
|
+
readonly type: "string";
|
|
8181
|
+
readonly description: "PayPal application Client Secret";
|
|
8182
|
+
};
|
|
8183
|
+
readonly action: {
|
|
8184
|
+
readonly type: "string";
|
|
8185
|
+
readonly description: "create or get (default: get)";
|
|
8186
|
+
};
|
|
8187
|
+
readonly order_id: {
|
|
8188
|
+
readonly type: "string";
|
|
8189
|
+
readonly description: "Required for action='get'";
|
|
8190
|
+
};
|
|
8191
|
+
readonly intent: {
|
|
8192
|
+
readonly type: "string";
|
|
8193
|
+
readonly description: "CAPTURE or AUTHORIZE (default: CAPTURE)";
|
|
8194
|
+
};
|
|
8195
|
+
readonly purchase_units: {
|
|
8196
|
+
readonly type: "array";
|
|
8197
|
+
readonly description: "Required for action='create'";
|
|
8198
|
+
};
|
|
8199
|
+
readonly sandbox: {
|
|
8200
|
+
readonly type: "boolean";
|
|
8201
|
+
readonly description: "Use PayPal sandbox (default: false)";
|
|
8202
|
+
};
|
|
8203
|
+
};
|
|
8204
|
+
readonly required: readonly ["client_id", "client_secret"];
|
|
8205
|
+
};
|
|
8206
|
+
}, {
|
|
8207
|
+
readonly name: "paypal_invoices";
|
|
8208
|
+
readonly description: "List, create, or send PayPal invoices.";
|
|
8209
|
+
readonly inputSchema: {
|
|
8210
|
+
readonly type: "object";
|
|
8211
|
+
readonly properties: {
|
|
8212
|
+
readonly client_id: {
|
|
8213
|
+
readonly type: "string";
|
|
8214
|
+
};
|
|
8215
|
+
readonly client_secret: {
|
|
8216
|
+
readonly type: "string";
|
|
8217
|
+
};
|
|
8218
|
+
readonly action: {
|
|
8219
|
+
readonly type: "string";
|
|
8220
|
+
readonly description: "list, create, or send (default: list)";
|
|
8221
|
+
};
|
|
8222
|
+
readonly invoice_id: {
|
|
8223
|
+
readonly type: "string";
|
|
8224
|
+
readonly description: "Required for action='send'";
|
|
8225
|
+
};
|
|
8226
|
+
readonly invoice: {
|
|
8227
|
+
readonly type: "object";
|
|
8228
|
+
readonly description: "Invoice object for action='create'";
|
|
8229
|
+
};
|
|
8230
|
+
readonly page: {
|
|
8231
|
+
readonly type: "number";
|
|
8232
|
+
};
|
|
8233
|
+
readonly page_size: {
|
|
8234
|
+
readonly type: "number";
|
|
8235
|
+
};
|
|
8236
|
+
readonly sandbox: {
|
|
8237
|
+
readonly type: "boolean";
|
|
8238
|
+
};
|
|
8239
|
+
};
|
|
8240
|
+
readonly required: readonly ["client_id", "client_secret"];
|
|
8241
|
+
};
|
|
8242
|
+
}, {
|
|
8243
|
+
readonly name: "square_payments";
|
|
8244
|
+
readonly description: "List or create Square payments.";
|
|
8245
|
+
readonly inputSchema: {
|
|
8246
|
+
readonly type: "object";
|
|
8247
|
+
readonly properties: {
|
|
8248
|
+
readonly access_token: {
|
|
8249
|
+
readonly type: "string";
|
|
8250
|
+
readonly description: "Square access token";
|
|
8251
|
+
};
|
|
8252
|
+
readonly action: {
|
|
8253
|
+
readonly type: "string";
|
|
8254
|
+
readonly description: "list or create (default: list)";
|
|
8255
|
+
};
|
|
8256
|
+
readonly begin_time: {
|
|
8257
|
+
readonly type: "string";
|
|
8258
|
+
readonly description: "RFC 3339 timestamp";
|
|
8259
|
+
};
|
|
8260
|
+
readonly end_time: {
|
|
8261
|
+
readonly type: "string";
|
|
8262
|
+
};
|
|
8263
|
+
readonly cursor: {
|
|
8264
|
+
readonly type: "string";
|
|
8265
|
+
};
|
|
8266
|
+
readonly limit: {
|
|
8267
|
+
readonly type: "number";
|
|
8268
|
+
};
|
|
8269
|
+
readonly source_id: {
|
|
8270
|
+
readonly type: "string";
|
|
8271
|
+
readonly description: "Required for action='create'";
|
|
8272
|
+
};
|
|
8273
|
+
readonly amount_money: {
|
|
8274
|
+
readonly type: "object";
|
|
8275
|
+
readonly description: "{amount: number, currency: string}";
|
|
8276
|
+
};
|
|
8277
|
+
readonly idempotency_key: {
|
|
8278
|
+
readonly type: "string";
|
|
8279
|
+
};
|
|
8280
|
+
readonly customer_id: {
|
|
8281
|
+
readonly type: "string";
|
|
8282
|
+
};
|
|
8283
|
+
readonly note: {
|
|
8284
|
+
readonly type: "string";
|
|
8285
|
+
};
|
|
8286
|
+
};
|
|
8287
|
+
readonly required: readonly ["access_token"];
|
|
8288
|
+
};
|
|
8289
|
+
}, {
|
|
8290
|
+
readonly name: "square_customers";
|
|
8291
|
+
readonly description: "List Square customers.";
|
|
8292
|
+
readonly inputSchema: {
|
|
8293
|
+
readonly type: "object";
|
|
8294
|
+
readonly properties: {
|
|
8295
|
+
readonly access_token: {
|
|
8296
|
+
readonly type: "string";
|
|
8297
|
+
};
|
|
8298
|
+
readonly cursor: {
|
|
8299
|
+
readonly type: "string";
|
|
8300
|
+
};
|
|
8301
|
+
readonly limit: {
|
|
8302
|
+
readonly type: "number";
|
|
8303
|
+
};
|
|
8304
|
+
readonly sort_field: {
|
|
8305
|
+
readonly type: "string";
|
|
8306
|
+
};
|
|
8307
|
+
readonly sort_order: {
|
|
8308
|
+
readonly type: "string";
|
|
8309
|
+
};
|
|
8310
|
+
};
|
|
8311
|
+
readonly required: readonly ["access_token"];
|
|
8312
|
+
};
|
|
8313
|
+
}, {
|
|
8314
|
+
readonly name: "square_catalog_list";
|
|
8315
|
+
readonly description: "List Square catalog objects (items, categories, taxes, etc.).";
|
|
8316
|
+
readonly inputSchema: {
|
|
8317
|
+
readonly type: "object";
|
|
8318
|
+
readonly properties: {
|
|
8319
|
+
readonly access_token: {
|
|
8320
|
+
readonly type: "string";
|
|
8321
|
+
};
|
|
8322
|
+
readonly cursor: {
|
|
8323
|
+
readonly type: "string";
|
|
8324
|
+
};
|
|
8325
|
+
readonly types: {
|
|
8326
|
+
readonly type: "string";
|
|
8327
|
+
readonly description: "Comma-separated types (ITEM, CATEGORY, etc.)";
|
|
8328
|
+
};
|
|
8329
|
+
readonly limit: {
|
|
8330
|
+
readonly type: "number";
|
|
8331
|
+
};
|
|
8332
|
+
};
|
|
8333
|
+
readonly required: readonly ["access_token"];
|
|
8334
|
+
};
|
|
8335
|
+
}, {
|
|
8336
|
+
readonly name: "square_catalog_search";
|
|
8337
|
+
readonly description: "Search Square catalog objects by text.";
|
|
8338
|
+
readonly inputSchema: {
|
|
8339
|
+
readonly type: "object";
|
|
8340
|
+
readonly properties: {
|
|
8341
|
+
readonly access_token: {
|
|
8342
|
+
readonly type: "string";
|
|
8343
|
+
};
|
|
8344
|
+
readonly text_filter: {
|
|
8345
|
+
readonly type: "string";
|
|
8346
|
+
readonly description: "Text to search for";
|
|
8347
|
+
};
|
|
8348
|
+
readonly object_types: {
|
|
8349
|
+
readonly type: "array";
|
|
8350
|
+
readonly description: "Types to search (default: ['ITEM'])";
|
|
8351
|
+
};
|
|
8352
|
+
readonly limit: {
|
|
8353
|
+
readonly type: "number";
|
|
8354
|
+
};
|
|
8355
|
+
readonly cursor: {
|
|
8356
|
+
readonly type: "string";
|
|
8357
|
+
};
|
|
8358
|
+
};
|
|
8359
|
+
readonly required: readonly ["access_token", "text_filter"];
|
|
8360
|
+
};
|
|
8361
|
+
}, {
|
|
8362
|
+
readonly name: "quickbooks_customers";
|
|
8363
|
+
readonly description: "Query QuickBooks Online customers.";
|
|
8364
|
+
readonly inputSchema: {
|
|
8365
|
+
readonly type: "object";
|
|
8366
|
+
readonly properties: {
|
|
8367
|
+
readonly access_token: {
|
|
8368
|
+
readonly type: "string";
|
|
8369
|
+
readonly description: "QuickBooks OAuth2 access token";
|
|
8370
|
+
};
|
|
8371
|
+
readonly realm_id: {
|
|
8372
|
+
readonly type: "string";
|
|
8373
|
+
readonly description: "QuickBooks company realm ID";
|
|
8374
|
+
};
|
|
8375
|
+
readonly where: {
|
|
8376
|
+
readonly type: "string";
|
|
8377
|
+
readonly description: "SQL-style WHERE clause (e.g. Active = true)";
|
|
8378
|
+
};
|
|
8379
|
+
readonly limit: {
|
|
8380
|
+
readonly type: "number";
|
|
8381
|
+
};
|
|
8382
|
+
readonly offset: {
|
|
8383
|
+
readonly type: "number";
|
|
8384
|
+
};
|
|
8385
|
+
readonly sandbox: {
|
|
8386
|
+
readonly type: "boolean";
|
|
8387
|
+
};
|
|
8388
|
+
};
|
|
8389
|
+
readonly required: readonly ["access_token", "realm_id"];
|
|
8390
|
+
};
|
|
8391
|
+
}, {
|
|
8392
|
+
readonly name: "quickbooks_invoices";
|
|
8393
|
+
readonly description: "List, get, or create QuickBooks Online invoices.";
|
|
8394
|
+
readonly inputSchema: {
|
|
8395
|
+
readonly type: "object";
|
|
8396
|
+
readonly properties: {
|
|
8397
|
+
readonly access_token: {
|
|
8398
|
+
readonly type: "string";
|
|
8399
|
+
};
|
|
8400
|
+
readonly realm_id: {
|
|
8401
|
+
readonly type: "string";
|
|
8402
|
+
};
|
|
8403
|
+
readonly action: {
|
|
8404
|
+
readonly type: "string";
|
|
8405
|
+
readonly description: "list, get, or create (default: list)";
|
|
8406
|
+
};
|
|
8407
|
+
readonly invoice_id: {
|
|
8408
|
+
readonly type: "string";
|
|
8409
|
+
readonly description: "Required for action='get'";
|
|
8410
|
+
};
|
|
8411
|
+
readonly invoice: {
|
|
8412
|
+
readonly type: "object";
|
|
8413
|
+
readonly description: "Invoice object for action='create'";
|
|
8414
|
+
};
|
|
8415
|
+
readonly where: {
|
|
8416
|
+
readonly type: "string";
|
|
8417
|
+
};
|
|
8418
|
+
readonly limit: {
|
|
8419
|
+
readonly type: "number";
|
|
8420
|
+
};
|
|
8421
|
+
readonly offset: {
|
|
8422
|
+
readonly type: "number";
|
|
8423
|
+
};
|
|
8424
|
+
readonly sandbox: {
|
|
8425
|
+
readonly type: "boolean";
|
|
8426
|
+
};
|
|
8427
|
+
};
|
|
8428
|
+
readonly required: readonly ["access_token", "realm_id"];
|
|
8429
|
+
};
|
|
8430
|
+
}, {
|
|
8431
|
+
readonly name: "quickbooks_items";
|
|
8432
|
+
readonly description: "Query QuickBooks Online items (products and services).";
|
|
8433
|
+
readonly inputSchema: {
|
|
8434
|
+
readonly type: "object";
|
|
8435
|
+
readonly properties: {
|
|
8436
|
+
readonly access_token: {
|
|
8437
|
+
readonly type: "string";
|
|
8438
|
+
};
|
|
8439
|
+
readonly realm_id: {
|
|
8440
|
+
readonly type: "string";
|
|
8441
|
+
};
|
|
8442
|
+
readonly where: {
|
|
8443
|
+
readonly type: "string";
|
|
8444
|
+
};
|
|
8445
|
+
readonly limit: {
|
|
8446
|
+
readonly type: "number";
|
|
8447
|
+
};
|
|
8448
|
+
readonly offset: {
|
|
8449
|
+
readonly type: "number";
|
|
8450
|
+
};
|
|
8451
|
+
readonly sandbox: {
|
|
8452
|
+
readonly type: "boolean";
|
|
8453
|
+
};
|
|
8454
|
+
};
|
|
8455
|
+
readonly required: readonly ["access_token", "realm_id"];
|
|
8456
|
+
};
|
|
8457
|
+
}, {
|
|
8458
|
+
readonly name: "quickbooks_payments";
|
|
8459
|
+
readonly description: "Query QuickBooks Online payments.";
|
|
8460
|
+
readonly inputSchema: {
|
|
8461
|
+
readonly type: "object";
|
|
8462
|
+
readonly properties: {
|
|
8463
|
+
readonly access_token: {
|
|
8464
|
+
readonly type: "string";
|
|
8465
|
+
};
|
|
8466
|
+
readonly realm_id: {
|
|
8467
|
+
readonly type: "string";
|
|
8468
|
+
};
|
|
8469
|
+
readonly where: {
|
|
8470
|
+
readonly type: "string";
|
|
8471
|
+
};
|
|
8472
|
+
readonly limit: {
|
|
8473
|
+
readonly type: "number";
|
|
8474
|
+
};
|
|
8475
|
+
readonly offset: {
|
|
8476
|
+
readonly type: "number";
|
|
8477
|
+
};
|
|
8478
|
+
readonly sandbox: {
|
|
8479
|
+
readonly type: "boolean";
|
|
8480
|
+
};
|
|
8481
|
+
};
|
|
8482
|
+
readonly required: readonly ["access_token", "realm_id"];
|
|
8483
|
+
};
|
|
8484
|
+
}, {
|
|
8485
|
+
readonly name: "plaid_accounts";
|
|
8486
|
+
readonly description: "Get accounts for a Plaid-linked item.";
|
|
8487
|
+
readonly inputSchema: {
|
|
8488
|
+
readonly type: "object";
|
|
8489
|
+
readonly properties: {
|
|
8490
|
+
readonly client_id: {
|
|
8491
|
+
readonly type: "string";
|
|
8492
|
+
readonly description: "Plaid client ID";
|
|
8493
|
+
};
|
|
8494
|
+
readonly secret: {
|
|
8495
|
+
readonly type: "string";
|
|
8496
|
+
readonly description: "Plaid secret key";
|
|
8497
|
+
};
|
|
8498
|
+
readonly access_token: {
|
|
8499
|
+
readonly type: "string";
|
|
8500
|
+
readonly description: "Plaid item access token";
|
|
8501
|
+
};
|
|
8502
|
+
readonly account_ids: {
|
|
8503
|
+
readonly type: "array";
|
|
8504
|
+
readonly description: "Filter to specific account IDs";
|
|
8505
|
+
};
|
|
8506
|
+
readonly environment: {
|
|
8507
|
+
readonly type: "string";
|
|
8508
|
+
readonly description: "sandbox, development, or production (default: sandbox)";
|
|
8509
|
+
};
|
|
8510
|
+
};
|
|
8511
|
+
readonly required: readonly ["client_id", "secret", "access_token"];
|
|
8512
|
+
};
|
|
8513
|
+
}, {
|
|
8514
|
+
readonly name: "plaid_transactions";
|
|
8515
|
+
readonly description: "Get transactions for a Plaid-linked item within a date range.";
|
|
8516
|
+
readonly inputSchema: {
|
|
8517
|
+
readonly type: "object";
|
|
8518
|
+
readonly properties: {
|
|
8519
|
+
readonly client_id: {
|
|
8520
|
+
readonly type: "string";
|
|
8521
|
+
};
|
|
8522
|
+
readonly secret: {
|
|
8523
|
+
readonly type: "string";
|
|
8524
|
+
};
|
|
8525
|
+
readonly access_token: {
|
|
8526
|
+
readonly type: "string";
|
|
8527
|
+
};
|
|
8528
|
+
readonly start_date: {
|
|
8529
|
+
readonly type: "string";
|
|
8530
|
+
readonly description: "Start date (YYYY-MM-DD)";
|
|
8531
|
+
};
|
|
8532
|
+
readonly end_date: {
|
|
8533
|
+
readonly type: "string";
|
|
8534
|
+
readonly description: "End date (YYYY-MM-DD)";
|
|
8535
|
+
};
|
|
8536
|
+
readonly count: {
|
|
8537
|
+
readonly type: "number";
|
|
8538
|
+
readonly description: "Number of transactions (max 500, default 100)";
|
|
8539
|
+
};
|
|
8540
|
+
readonly offset: {
|
|
8541
|
+
readonly type: "number";
|
|
8542
|
+
};
|
|
8543
|
+
readonly account_ids: {
|
|
8544
|
+
readonly type: "array";
|
|
8545
|
+
};
|
|
8546
|
+
readonly environment: {
|
|
8547
|
+
readonly type: "string";
|
|
8548
|
+
};
|
|
8549
|
+
};
|
|
8550
|
+
readonly required: readonly ["client_id", "secret", "access_token", "start_date", "end_date"];
|
|
8551
|
+
};
|
|
8552
|
+
}, {
|
|
8553
|
+
readonly name: "plaid_balances";
|
|
8554
|
+
readonly description: "Get real-time account balances for a Plaid-linked item.";
|
|
8555
|
+
readonly inputSchema: {
|
|
8556
|
+
readonly type: "object";
|
|
8557
|
+
readonly properties: {
|
|
8558
|
+
readonly client_id: {
|
|
8559
|
+
readonly type: "string";
|
|
8560
|
+
};
|
|
8561
|
+
readonly secret: {
|
|
8562
|
+
readonly type: "string";
|
|
8563
|
+
};
|
|
8564
|
+
readonly access_token: {
|
|
8565
|
+
readonly type: "string";
|
|
8566
|
+
};
|
|
8567
|
+
readonly account_ids: {
|
|
8568
|
+
readonly type: "array";
|
|
8569
|
+
};
|
|
8570
|
+
readonly environment: {
|
|
8571
|
+
readonly type: "string";
|
|
8572
|
+
};
|
|
8573
|
+
};
|
|
8574
|
+
readonly required: readonly ["client_id", "secret", "access_token"];
|
|
8575
|
+
};
|
|
8576
|
+
}, {
|
|
8577
|
+
readonly name: "plaid_identity";
|
|
8578
|
+
readonly description: "Get identity information for accounts linked via Plaid.";
|
|
8579
|
+
readonly inputSchema: {
|
|
8580
|
+
readonly type: "object";
|
|
8581
|
+
readonly properties: {
|
|
8582
|
+
readonly client_id: {
|
|
8583
|
+
readonly type: "string";
|
|
8584
|
+
};
|
|
8585
|
+
readonly secret: {
|
|
8586
|
+
readonly type: "string";
|
|
8587
|
+
};
|
|
8588
|
+
readonly access_token: {
|
|
8589
|
+
readonly type: "string";
|
|
8590
|
+
};
|
|
8591
|
+
readonly environment: {
|
|
8592
|
+
readonly type: "string";
|
|
8593
|
+
};
|
|
8594
|
+
};
|
|
8595
|
+
readonly required: readonly ["client_id", "secret", "access_token"];
|
|
8596
|
+
};
|
|
8597
|
+
}, {
|
|
8598
|
+
readonly name: "plaid_link_token_create";
|
|
8599
|
+
readonly description: "Create a Plaid Link token to initialise the Plaid Link flow.";
|
|
8600
|
+
readonly inputSchema: {
|
|
8601
|
+
readonly type: "object";
|
|
8602
|
+
readonly properties: {
|
|
8603
|
+
readonly client_id: {
|
|
8604
|
+
readonly type: "string";
|
|
8605
|
+
};
|
|
8606
|
+
readonly secret: {
|
|
8607
|
+
readonly type: "string";
|
|
8608
|
+
};
|
|
8609
|
+
readonly user_client_user_id: {
|
|
8610
|
+
readonly type: "string";
|
|
8611
|
+
readonly description: "Unique identifier for the end user";
|
|
8612
|
+
};
|
|
8613
|
+
readonly client_name: {
|
|
8614
|
+
readonly type: "string";
|
|
8615
|
+
readonly description: "App name shown in Plaid Link UI";
|
|
8616
|
+
};
|
|
8617
|
+
readonly products: {
|
|
8618
|
+
readonly type: "array";
|
|
8619
|
+
readonly description: "Plaid products (default: ['transactions'])";
|
|
8620
|
+
};
|
|
8621
|
+
readonly country_codes: {
|
|
8622
|
+
readonly type: "array";
|
|
8623
|
+
readonly description: "ISO country codes (default: ['US'])";
|
|
8624
|
+
};
|
|
8625
|
+
readonly language: {
|
|
8626
|
+
readonly type: "string";
|
|
8627
|
+
readonly description: "Language code (default: en)";
|
|
8628
|
+
};
|
|
8629
|
+
readonly webhook: {
|
|
8630
|
+
readonly type: "string";
|
|
8631
|
+
};
|
|
8632
|
+
readonly access_token: {
|
|
8633
|
+
readonly type: "string";
|
|
8634
|
+
readonly description: "For update mode: existing access token";
|
|
8635
|
+
};
|
|
8636
|
+
readonly environment: {
|
|
8637
|
+
readonly type: "string";
|
|
8638
|
+
};
|
|
8639
|
+
};
|
|
8640
|
+
readonly required: readonly ["client_id", "secret", "user_client_user_id"];
|
|
8641
|
+
};
|
|
8642
|
+
}, {
|
|
8643
|
+
readonly name: "woo_products";
|
|
8644
|
+
readonly description: "List or get WooCommerce products.";
|
|
8645
|
+
readonly inputSchema: {
|
|
8646
|
+
readonly type: "object";
|
|
8647
|
+
readonly properties: {
|
|
8648
|
+
readonly store_url: {
|
|
8649
|
+
readonly type: "string";
|
|
8650
|
+
readonly description: "WooCommerce store URL (e.g. https://mystore.com)";
|
|
8651
|
+
};
|
|
8652
|
+
readonly consumer_key: {
|
|
8653
|
+
readonly type: "string";
|
|
8654
|
+
readonly description: "WooCommerce consumer key (ck_...)";
|
|
8655
|
+
};
|
|
8656
|
+
readonly consumer_secret: {
|
|
8657
|
+
readonly type: "string";
|
|
8658
|
+
readonly description: "WooCommerce consumer secret (cs_...)";
|
|
8659
|
+
};
|
|
8660
|
+
readonly action: {
|
|
8661
|
+
readonly type: "string";
|
|
8662
|
+
readonly description: "list or get (default: list)";
|
|
8663
|
+
};
|
|
8664
|
+
readonly id: {
|
|
8665
|
+
readonly type: "string";
|
|
8666
|
+
readonly description: "Product ID for action='get'";
|
|
8667
|
+
};
|
|
8668
|
+
readonly per_page: {
|
|
8669
|
+
readonly type: "number";
|
|
8670
|
+
};
|
|
8671
|
+
readonly page: {
|
|
8672
|
+
readonly type: "number";
|
|
8673
|
+
};
|
|
8674
|
+
readonly status: {
|
|
8675
|
+
readonly type: "string";
|
|
8676
|
+
readonly description: "publish, draft, pending, private";
|
|
8677
|
+
};
|
|
8678
|
+
readonly category: {
|
|
8679
|
+
readonly type: "string";
|
|
8680
|
+
};
|
|
8681
|
+
readonly search: {
|
|
8682
|
+
readonly type: "string";
|
|
8683
|
+
};
|
|
8684
|
+
readonly orderby: {
|
|
8685
|
+
readonly type: "string";
|
|
8686
|
+
};
|
|
8687
|
+
readonly order: {
|
|
8688
|
+
readonly type: "string";
|
|
8689
|
+
};
|
|
8690
|
+
};
|
|
8691
|
+
readonly required: readonly ["store_url", "consumer_key", "consumer_secret"];
|
|
8692
|
+
};
|
|
8693
|
+
}, {
|
|
8694
|
+
readonly name: "woo_orders";
|
|
8695
|
+
readonly description: "List, get, or create WooCommerce orders.";
|
|
8696
|
+
readonly inputSchema: {
|
|
8697
|
+
readonly type: "object";
|
|
8698
|
+
readonly properties: {
|
|
8699
|
+
readonly store_url: {
|
|
8700
|
+
readonly type: "string";
|
|
8701
|
+
};
|
|
8702
|
+
readonly consumer_key: {
|
|
8703
|
+
readonly type: "string";
|
|
8704
|
+
};
|
|
8705
|
+
readonly consumer_secret: {
|
|
8706
|
+
readonly type: "string";
|
|
8707
|
+
};
|
|
8708
|
+
readonly action: {
|
|
8709
|
+
readonly type: "string";
|
|
8710
|
+
readonly description: "list, get, or create (default: list)";
|
|
8711
|
+
};
|
|
8712
|
+
readonly id: {
|
|
8713
|
+
readonly type: "string";
|
|
8714
|
+
readonly description: "Order ID for action='get'";
|
|
8715
|
+
};
|
|
8716
|
+
readonly order: {
|
|
8717
|
+
readonly type: "object";
|
|
8718
|
+
readonly description: "Order object for action='create'";
|
|
8719
|
+
};
|
|
8720
|
+
readonly per_page: {
|
|
8721
|
+
readonly type: "number";
|
|
8722
|
+
};
|
|
8723
|
+
readonly page: {
|
|
8724
|
+
readonly type: "number";
|
|
8725
|
+
};
|
|
8726
|
+
readonly status: {
|
|
8727
|
+
readonly type: "string";
|
|
8728
|
+
readonly description: "pending, processing, completed, refunded, etc.";
|
|
8729
|
+
};
|
|
8730
|
+
readonly customer: {
|
|
8731
|
+
readonly type: "number";
|
|
8732
|
+
readonly description: "Filter by customer ID";
|
|
8733
|
+
};
|
|
8734
|
+
readonly after: {
|
|
8735
|
+
readonly type: "string";
|
|
8736
|
+
readonly description: "ISO 8601 date for orders after this date";
|
|
8737
|
+
};
|
|
8738
|
+
readonly before: {
|
|
8739
|
+
readonly type: "string";
|
|
8740
|
+
};
|
|
8741
|
+
};
|
|
8742
|
+
readonly required: readonly ["store_url", "consumer_key", "consumer_secret"];
|
|
8743
|
+
};
|
|
8744
|
+
}, {
|
|
8745
|
+
readonly name: "woo_customers";
|
|
8746
|
+
readonly description: "List WooCommerce customers.";
|
|
8747
|
+
readonly inputSchema: {
|
|
8748
|
+
readonly type: "object";
|
|
8749
|
+
readonly properties: {
|
|
8750
|
+
readonly store_url: {
|
|
8751
|
+
readonly type: "string";
|
|
8752
|
+
};
|
|
8753
|
+
readonly consumer_key: {
|
|
8754
|
+
readonly type: "string";
|
|
8755
|
+
};
|
|
8756
|
+
readonly consumer_secret: {
|
|
8757
|
+
readonly type: "string";
|
|
8758
|
+
};
|
|
8759
|
+
readonly per_page: {
|
|
8760
|
+
readonly type: "number";
|
|
8761
|
+
};
|
|
8762
|
+
readonly page: {
|
|
8763
|
+
readonly type: "number";
|
|
8764
|
+
};
|
|
8765
|
+
readonly search: {
|
|
8766
|
+
readonly type: "string";
|
|
8767
|
+
};
|
|
8768
|
+
readonly email: {
|
|
8769
|
+
readonly type: "string";
|
|
8770
|
+
};
|
|
8771
|
+
readonly role: {
|
|
8772
|
+
readonly type: "string";
|
|
8773
|
+
};
|
|
8774
|
+
readonly orderby: {
|
|
8775
|
+
readonly type: "string";
|
|
8776
|
+
};
|
|
8777
|
+
readonly order: {
|
|
8778
|
+
readonly type: "string";
|
|
8779
|
+
};
|
|
8780
|
+
};
|
|
8781
|
+
readonly required: readonly ["store_url", "consumer_key", "consumer_secret"];
|
|
8782
|
+
};
|
|
8783
|
+
}, {
|
|
8784
|
+
readonly name: "csuite_analyze";
|
|
8785
|
+
readonly description: "Run a C-Suite multi-perspective analysis on a business scenario.";
|
|
8786
|
+
readonly inputSchema: {
|
|
8787
|
+
readonly type: "object";
|
|
8788
|
+
readonly properties: {
|
|
8789
|
+
readonly scenario: {
|
|
8790
|
+
readonly type: "string";
|
|
8791
|
+
};
|
|
8792
|
+
readonly context: {
|
|
8793
|
+
readonly type: "string";
|
|
8794
|
+
};
|
|
8795
|
+
readonly perspectives: {
|
|
8796
|
+
readonly type: "array";
|
|
8797
|
+
readonly description: "e.g. [\"CEO\",\"CFO\",\"CTO\"]";
|
|
8798
|
+
};
|
|
8799
|
+
readonly depth: {
|
|
8800
|
+
readonly type: "string";
|
|
8801
|
+
readonly description: "quick, standard, or deep";
|
|
8802
|
+
};
|
|
8803
|
+
readonly focus: {
|
|
8804
|
+
readonly type: "string";
|
|
8805
|
+
};
|
|
8806
|
+
};
|
|
8807
|
+
readonly required: readonly ["scenario"];
|
|
8808
|
+
};
|
|
8809
|
+
}, {
|
|
8810
|
+
readonly name: "vault_action";
|
|
8811
|
+
readonly description: "Perform a vault action: vault_init, vault_store, vault_retrieve, vault_list, vault_delete, vault_rotate, vault_audit.";
|
|
8812
|
+
readonly inputSchema: {
|
|
8813
|
+
readonly type: "object";
|
|
8814
|
+
readonly properties: {
|
|
8815
|
+
readonly action: {
|
|
8816
|
+
readonly type: "string";
|
|
8817
|
+
};
|
|
8818
|
+
readonly master_password: {
|
|
8819
|
+
readonly type: "string";
|
|
8820
|
+
};
|
|
8821
|
+
readonly key: {
|
|
8822
|
+
readonly type: "string";
|
|
8823
|
+
};
|
|
8824
|
+
readonly value: {
|
|
8825
|
+
readonly type: "string";
|
|
8826
|
+
};
|
|
8827
|
+
readonly encrypt: {
|
|
8828
|
+
readonly type: "boolean";
|
|
8829
|
+
};
|
|
8830
|
+
};
|
|
8831
|
+
readonly required: readonly ["action", "master_password"];
|
|
8832
|
+
};
|
|
8833
|
+
}, {
|
|
8834
|
+
readonly name: "github_action";
|
|
8835
|
+
readonly description: "Interact with the GitHub REST API: search repos, get repo details, list and create issues, list PRs, get user profiles, list gists, and search code.";
|
|
8836
|
+
readonly inputSchema: {
|
|
8837
|
+
readonly type: "object";
|
|
8838
|
+
readonly properties: {
|
|
8839
|
+
readonly action: {
|
|
8840
|
+
readonly type: "string";
|
|
8841
|
+
readonly description: "Action: search_repos, get_repo, list_issues, create_issue, list_prs, get_user, list_gists, search_code.";
|
|
8842
|
+
};
|
|
8843
|
+
readonly access_token: {
|
|
8844
|
+
readonly type: "string";
|
|
8845
|
+
readonly description: "GitHub personal access token (PAT). Public data works without a token.";
|
|
8846
|
+
};
|
|
8847
|
+
readonly query: {
|
|
8848
|
+
readonly type: "string";
|
|
8849
|
+
readonly description: "Search query string (for search_repos and search_code).";
|
|
8850
|
+
};
|
|
8851
|
+
readonly owner: {
|
|
8852
|
+
readonly type: "string";
|
|
8853
|
+
readonly description: "Repository owner login.";
|
|
8854
|
+
};
|
|
8855
|
+
readonly repo: {
|
|
8856
|
+
readonly type: "string";
|
|
8857
|
+
readonly description: "Repository name.";
|
|
8858
|
+
};
|
|
8859
|
+
readonly title: {
|
|
8860
|
+
readonly type: "string";
|
|
8861
|
+
readonly description: "Issue title (for create_issue).";
|
|
8862
|
+
};
|
|
8863
|
+
readonly body: {
|
|
8864
|
+
readonly type: "string";
|
|
8865
|
+
readonly description: "Issue body text (for create_issue).";
|
|
8866
|
+
};
|
|
8867
|
+
readonly state: {
|
|
8868
|
+
readonly type: "string";
|
|
8869
|
+
readonly description: "Filter by state: open, closed, all.";
|
|
8870
|
+
};
|
|
8871
|
+
readonly labels: {
|
|
8872
|
+
readonly type: "string";
|
|
8873
|
+
readonly description: "Comma-separated label names to filter by.";
|
|
8874
|
+
};
|
|
8875
|
+
readonly username: {
|
|
8876
|
+
readonly type: "string";
|
|
8877
|
+
readonly description: "GitHub username (for get_user and list_gists).";
|
|
8878
|
+
};
|
|
8879
|
+
readonly per_page: {
|
|
8880
|
+
readonly type: "number";
|
|
8881
|
+
readonly description: "Results per page (max 100).";
|
|
8882
|
+
};
|
|
8883
|
+
readonly page: {
|
|
8884
|
+
readonly type: "number";
|
|
8885
|
+
readonly description: "Page number.";
|
|
8886
|
+
};
|
|
8887
|
+
};
|
|
8888
|
+
readonly required: readonly ["action"];
|
|
8889
|
+
};
|
|
8890
|
+
}, {
|
|
8891
|
+
readonly name: "gitlab_action";
|
|
8892
|
+
readonly description: "Interact with the GitLab REST API: search projects, get project details, list issues and merge requests, and look up users. Supports self-hosted GitLab instances.";
|
|
8893
|
+
readonly inputSchema: {
|
|
8894
|
+
readonly type: "object";
|
|
8895
|
+
readonly properties: {
|
|
8896
|
+
readonly action: {
|
|
8897
|
+
readonly type: "string";
|
|
8898
|
+
readonly description: "Action: search_projects, get_project, list_issues, list_mrs, get_user.";
|
|
8899
|
+
};
|
|
8900
|
+
readonly access_token: {
|
|
8901
|
+
readonly type: "string";
|
|
8902
|
+
readonly description: "GitLab personal access token (PAT).";
|
|
8903
|
+
};
|
|
8904
|
+
readonly base_url: {
|
|
8905
|
+
readonly type: "string";
|
|
8906
|
+
readonly description: "GitLab base URL (default: https://gitlab.com/api/v4). Set for self-hosted instances.";
|
|
8907
|
+
};
|
|
8908
|
+
readonly query: {
|
|
8909
|
+
readonly type: "string";
|
|
8910
|
+
readonly description: "Search query string (for search_projects).";
|
|
8911
|
+
};
|
|
8912
|
+
readonly project_id: {
|
|
8913
|
+
readonly type: "string";
|
|
8914
|
+
readonly description: "Project ID or URL-encoded namespace/project path.";
|
|
8915
|
+
};
|
|
8916
|
+
readonly state: {
|
|
8917
|
+
readonly type: "string";
|
|
8918
|
+
readonly description: "Filter by state: opened, closed, merged.";
|
|
8919
|
+
};
|
|
8920
|
+
readonly labels: {
|
|
8921
|
+
readonly type: "string";
|
|
8922
|
+
readonly description: "Comma-separated label names to filter by.";
|
|
8923
|
+
};
|
|
8924
|
+
readonly username: {
|
|
8925
|
+
readonly type: "string";
|
|
8926
|
+
readonly description: "GitLab username (for get_user).";
|
|
8927
|
+
};
|
|
8928
|
+
readonly per_page: {
|
|
8929
|
+
readonly type: "number";
|
|
8930
|
+
readonly description: "Results per page.";
|
|
8931
|
+
};
|
|
8932
|
+
readonly page: {
|
|
8933
|
+
readonly type: "number";
|
|
8934
|
+
readonly description: "Page number.";
|
|
8935
|
+
};
|
|
8936
|
+
};
|
|
8937
|
+
readonly required: readonly ["action"];
|
|
8938
|
+
};
|
|
8939
|
+
}, {
|
|
8940
|
+
readonly name: "clickup_action";
|
|
8941
|
+
readonly description: "Interact with the ClickUp API v2: list workspaces and spaces, get lists and tasks, create tasks, and update task properties.";
|
|
8942
|
+
readonly inputSchema: {
|
|
8943
|
+
readonly type: "object";
|
|
8944
|
+
readonly properties: {
|
|
8945
|
+
readonly action: {
|
|
8946
|
+
readonly type: "string";
|
|
8947
|
+
readonly description: "Action: get_workspaces, get_spaces, get_lists, get_tasks, create_task, update_task.";
|
|
8948
|
+
};
|
|
8949
|
+
readonly api_key: {
|
|
8950
|
+
readonly type: "string";
|
|
8951
|
+
readonly description: "ClickUp API key.";
|
|
8952
|
+
};
|
|
8953
|
+
readonly team_id: {
|
|
8954
|
+
readonly type: "string";
|
|
8955
|
+
readonly description: "Workspace (team) ID (for get_spaces).";
|
|
8956
|
+
};
|
|
8957
|
+
readonly space_id: {
|
|
8958
|
+
readonly type: "string";
|
|
8959
|
+
readonly description: "Space ID (for get_lists without a folder).";
|
|
8960
|
+
};
|
|
8961
|
+
readonly folder_id: {
|
|
8962
|
+
readonly type: "string";
|
|
8963
|
+
readonly description: "Folder ID (for get_lists).";
|
|
8964
|
+
};
|
|
8965
|
+
readonly list_id: {
|
|
8966
|
+
readonly type: "string";
|
|
8967
|
+
readonly description: "List ID (for get_tasks and create_task).";
|
|
8968
|
+
};
|
|
8969
|
+
readonly task_id: {
|
|
8970
|
+
readonly type: "string";
|
|
8971
|
+
readonly description: "Task ID (for update_task).";
|
|
8972
|
+
};
|
|
8973
|
+
readonly name: {
|
|
8974
|
+
readonly type: "string";
|
|
8975
|
+
readonly description: "Task name (for create_task and update_task).";
|
|
8976
|
+
};
|
|
8977
|
+
readonly description: {
|
|
8978
|
+
readonly type: "string";
|
|
8979
|
+
readonly description: "Task description.";
|
|
8980
|
+
};
|
|
8981
|
+
readonly status: {
|
|
8982
|
+
readonly type: "string";
|
|
8983
|
+
readonly description: "Task status name.";
|
|
8984
|
+
};
|
|
8985
|
+
readonly priority: {
|
|
8986
|
+
readonly type: "number";
|
|
8987
|
+
readonly description: "Priority: 1 (urgent), 2 (high), 3 (normal), 4 (low).";
|
|
8988
|
+
};
|
|
8989
|
+
readonly due_date: {
|
|
8990
|
+
readonly type: "number";
|
|
8991
|
+
readonly description: "Due date as Unix timestamp in milliseconds.";
|
|
8992
|
+
};
|
|
8993
|
+
readonly page: {
|
|
8994
|
+
readonly type: "number";
|
|
8995
|
+
readonly description: "Page number for task pagination.";
|
|
8996
|
+
};
|
|
8997
|
+
};
|
|
8998
|
+
readonly required: readonly ["action", "api_key"];
|
|
8999
|
+
};
|
|
9000
|
+
}, {
|
|
9001
|
+
readonly name: "linear_action";
|
|
9002
|
+
readonly description: "Interact with the Linear GraphQL API: list and search issues, create issues, get project details, and list teams.";
|
|
9003
|
+
readonly inputSchema: {
|
|
9004
|
+
readonly type: "object";
|
|
9005
|
+
readonly properties: {
|
|
9006
|
+
readonly action: {
|
|
9007
|
+
readonly type: "string";
|
|
9008
|
+
readonly description: "Action: list_issues, create_issue, get_project, list_teams, search_issues.";
|
|
9009
|
+
};
|
|
9010
|
+
readonly api_key: {
|
|
9011
|
+
readonly type: "string";
|
|
9012
|
+
readonly description: "Linear API key.";
|
|
9013
|
+
};
|
|
9014
|
+
readonly title: {
|
|
9015
|
+
readonly type: "string";
|
|
9016
|
+
readonly description: "Issue title (for create_issue).";
|
|
9017
|
+
};
|
|
9018
|
+
readonly team_id: {
|
|
9019
|
+
readonly type: "string";
|
|
9020
|
+
readonly description: "Team ID (required for create_issue, optional filter for list_issues).";
|
|
9021
|
+
};
|
|
9022
|
+
readonly project_id: {
|
|
9023
|
+
readonly type: "string";
|
|
9024
|
+
readonly description: "Project ID (for get_project).";
|
|
9025
|
+
};
|
|
9026
|
+
readonly description: {
|
|
9027
|
+
readonly type: "string";
|
|
9028
|
+
readonly description: "Issue description.";
|
|
9029
|
+
};
|
|
9030
|
+
readonly priority: {
|
|
9031
|
+
readonly type: "number";
|
|
9032
|
+
readonly description: "Priority: 0 (none), 1 (urgent), 2 (high), 3 (medium), 4 (low).";
|
|
9033
|
+
};
|
|
9034
|
+
readonly assignee_id: {
|
|
9035
|
+
readonly type: "string";
|
|
9036
|
+
readonly description: "Assignee user ID.";
|
|
9037
|
+
};
|
|
9038
|
+
readonly state_id: {
|
|
9039
|
+
readonly type: "string";
|
|
9040
|
+
readonly description: "Workflow state ID.";
|
|
9041
|
+
};
|
|
9042
|
+
readonly query: {
|
|
9043
|
+
readonly type: "string";
|
|
9044
|
+
readonly description: "Search term (for search_issues).";
|
|
9045
|
+
};
|
|
9046
|
+
readonly first: {
|
|
9047
|
+
readonly type: "number";
|
|
9048
|
+
readonly description: "Number of results to return (default 25).";
|
|
9049
|
+
};
|
|
9050
|
+
};
|
|
9051
|
+
readonly required: readonly ["action", "api_key"];
|
|
9052
|
+
};
|
|
9053
|
+
}, {
|
|
9054
|
+
readonly name: "airtable_action";
|
|
9055
|
+
readonly description: "Interact with the Airtable REST API: list bases, list and search records, get a single record, and create or update records.";
|
|
9056
|
+
readonly inputSchema: {
|
|
9057
|
+
readonly type: "object";
|
|
9058
|
+
readonly properties: {
|
|
9059
|
+
readonly action: {
|
|
9060
|
+
readonly type: "string";
|
|
9061
|
+
readonly description: "Action: list_bases, list_records, get_record, create_record, update_record, search_records.";
|
|
9062
|
+
};
|
|
9063
|
+
readonly access_token: {
|
|
9064
|
+
readonly type: "string";
|
|
9065
|
+
readonly description: "Airtable personal access token (PAT).";
|
|
9066
|
+
};
|
|
9067
|
+
readonly base_id: {
|
|
9068
|
+
readonly type: "string";
|
|
9069
|
+
readonly description: "Airtable base ID (starts with 'app').";
|
|
9070
|
+
};
|
|
9071
|
+
readonly table_name: {
|
|
9072
|
+
readonly type: "string";
|
|
9073
|
+
readonly description: "Table name or ID.";
|
|
9074
|
+
};
|
|
9075
|
+
readonly record_id: {
|
|
9076
|
+
readonly type: "string";
|
|
9077
|
+
readonly description: "Record ID (starts with 'rec').";
|
|
9078
|
+
};
|
|
9079
|
+
readonly fields: {
|
|
9080
|
+
readonly type: "object";
|
|
9081
|
+
readonly description: "Record fields as key-value pairs (for create_record and update_record).";
|
|
9082
|
+
};
|
|
9083
|
+
readonly formula: {
|
|
9084
|
+
readonly type: "string";
|
|
9085
|
+
readonly description: "Airtable filter formula string (for search_records).";
|
|
9086
|
+
};
|
|
9087
|
+
readonly view: {
|
|
9088
|
+
readonly type: "string";
|
|
9089
|
+
readonly description: "View name or ID to use.";
|
|
9090
|
+
};
|
|
9091
|
+
readonly max_records: {
|
|
9092
|
+
readonly type: "number";
|
|
9093
|
+
readonly description: "Maximum number of records to return.";
|
|
9094
|
+
};
|
|
9095
|
+
readonly page_size: {
|
|
9096
|
+
readonly type: "number";
|
|
9097
|
+
readonly description: "Number of records per page (max 100).";
|
|
9098
|
+
};
|
|
9099
|
+
readonly offset: {
|
|
9100
|
+
readonly type: "string";
|
|
9101
|
+
readonly description: "Pagination offset token.";
|
|
9102
|
+
};
|
|
9103
|
+
};
|
|
9104
|
+
readonly required: readonly ["action", "access_token"];
|
|
9105
|
+
};
|
|
9106
|
+
}, {
|
|
9107
|
+
readonly name: "trello_action";
|
|
9108
|
+
readonly description: "Interact with the Trello REST API: list boards and lists, get and search cards, create cards, and update card properties.";
|
|
9109
|
+
readonly inputSchema: {
|
|
9110
|
+
readonly type: "object";
|
|
9111
|
+
readonly properties: {
|
|
9112
|
+
readonly action: {
|
|
9113
|
+
readonly type: "string";
|
|
9114
|
+
readonly description: "Action: get_boards, get_lists, get_cards, create_card, update_card, search_cards.";
|
|
9115
|
+
};
|
|
9116
|
+
readonly api_key: {
|
|
9117
|
+
readonly type: "string";
|
|
9118
|
+
readonly description: "Trello API key.";
|
|
9119
|
+
};
|
|
9120
|
+
readonly token: {
|
|
9121
|
+
readonly type: "string";
|
|
9122
|
+
readonly description: "Trello user token.";
|
|
9123
|
+
};
|
|
9124
|
+
readonly board_id: {
|
|
9125
|
+
readonly type: "string";
|
|
9126
|
+
readonly description: "Board ID.";
|
|
9127
|
+
};
|
|
9128
|
+
readonly list_id: {
|
|
9129
|
+
readonly type: "string";
|
|
9130
|
+
readonly description: "List ID.";
|
|
9131
|
+
};
|
|
9132
|
+
readonly card_id: {
|
|
9133
|
+
readonly type: "string";
|
|
9134
|
+
readonly description: "Card ID (for update_card).";
|
|
9135
|
+
};
|
|
9136
|
+
readonly name: {
|
|
9137
|
+
readonly type: "string";
|
|
9138
|
+
readonly description: "Card name (for create_card and update_card).";
|
|
9139
|
+
};
|
|
9140
|
+
readonly desc: {
|
|
9141
|
+
readonly type: "string";
|
|
9142
|
+
readonly description: "Card description.";
|
|
9143
|
+
};
|
|
9144
|
+
readonly due: {
|
|
9145
|
+
readonly type: "string";
|
|
9146
|
+
readonly description: "Due date as ISO 8601 string.";
|
|
9147
|
+
};
|
|
9148
|
+
readonly due_complete: {
|
|
9149
|
+
readonly type: "boolean";
|
|
9150
|
+
readonly description: "Whether the due date is marked complete.";
|
|
9151
|
+
};
|
|
9152
|
+
readonly closed: {
|
|
9153
|
+
readonly type: "boolean";
|
|
9154
|
+
readonly description: "Archive or unarchive the card.";
|
|
9155
|
+
};
|
|
9156
|
+
readonly id_list: {
|
|
9157
|
+
readonly type: "string";
|
|
9158
|
+
readonly description: "Move card to this list ID.";
|
|
9159
|
+
};
|
|
9160
|
+
readonly pos: {
|
|
9161
|
+
readonly type: "string";
|
|
9162
|
+
readonly description: "Card position: top, bottom, or a positive float.";
|
|
9163
|
+
};
|
|
9164
|
+
readonly query: {
|
|
9165
|
+
readonly type: "string";
|
|
9166
|
+
readonly description: "Search query (for search_cards).";
|
|
9167
|
+
};
|
|
9168
|
+
readonly member_id: {
|
|
9169
|
+
readonly type: "string";
|
|
9170
|
+
readonly description: "Member ID for get_boards (default: me).";
|
|
9171
|
+
};
|
|
9172
|
+
readonly filter: {
|
|
9173
|
+
readonly type: "string";
|
|
9174
|
+
readonly description: "Filter for boards or lists: open, closed, all.";
|
|
9175
|
+
};
|
|
9176
|
+
readonly limit: {
|
|
9177
|
+
readonly type: "number";
|
|
9178
|
+
readonly description: "Max results for search_cards.";
|
|
9179
|
+
};
|
|
9180
|
+
};
|
|
9181
|
+
readonly required: readonly ["action", "api_key", "token"];
|
|
9182
|
+
};
|
|
9183
|
+
}, {
|
|
9184
|
+
readonly name: "sentry_action";
|
|
9185
|
+
readonly description: "Interact with the Sentry REST API: list projects and issues, get issue details and events, and resolve issues.";
|
|
9186
|
+
readonly inputSchema: {
|
|
9187
|
+
readonly type: "object";
|
|
9188
|
+
readonly properties: {
|
|
9189
|
+
readonly action: {
|
|
9190
|
+
readonly type: "string";
|
|
9191
|
+
readonly description: "Action: list_projects, list_issues, get_issue, list_events, resolve_issue.";
|
|
9192
|
+
};
|
|
9193
|
+
readonly auth_token: {
|
|
9194
|
+
readonly type: "string";
|
|
9195
|
+
readonly description: "Sentry auth token.";
|
|
9196
|
+
};
|
|
9197
|
+
readonly organization_slug: {
|
|
9198
|
+
readonly type: "string";
|
|
9199
|
+
readonly description: "Sentry organization slug.";
|
|
9200
|
+
};
|
|
9201
|
+
readonly project_slug: {
|
|
9202
|
+
readonly type: "string";
|
|
9203
|
+
readonly description: "Sentry project slug.";
|
|
9204
|
+
};
|
|
9205
|
+
readonly issue_id: {
|
|
9206
|
+
readonly type: "string";
|
|
9207
|
+
readonly description: "Issue ID (for get_issue, list_events, resolve_issue).";
|
|
9208
|
+
};
|
|
9209
|
+
readonly query: {
|
|
9210
|
+
readonly type: "string";
|
|
9211
|
+
readonly description: "Search query to filter issues.";
|
|
9212
|
+
};
|
|
9213
|
+
readonly stats_period: {
|
|
9214
|
+
readonly type: "string";
|
|
9215
|
+
readonly description: "Time window for issue stats: 24h, 14d, etc.";
|
|
9216
|
+
};
|
|
9217
|
+
readonly limit: {
|
|
9218
|
+
readonly type: "number";
|
|
9219
|
+
readonly description: "Max number of results.";
|
|
9220
|
+
};
|
|
9221
|
+
readonly cursor: {
|
|
9222
|
+
readonly type: "string";
|
|
9223
|
+
readonly description: "Pagination cursor.";
|
|
9224
|
+
};
|
|
9225
|
+
};
|
|
9226
|
+
readonly required: readonly ["action", "auth_token"];
|
|
9227
|
+
};
|
|
9228
|
+
}, {
|
|
9229
|
+
readonly name: "postman_action";
|
|
9230
|
+
readonly description: "Interact with the Postman API: list and retrieve collections, list environments, and list monitors.";
|
|
9231
|
+
readonly inputSchema: {
|
|
9232
|
+
readonly type: "object";
|
|
9233
|
+
readonly properties: {
|
|
9234
|
+
readonly action: {
|
|
9235
|
+
readonly type: "string";
|
|
9236
|
+
readonly description: "Action: list_collections, get_collection, list_environments, list_monitors.";
|
|
9237
|
+
};
|
|
9238
|
+
readonly api_key: {
|
|
9239
|
+
readonly type: "string";
|
|
9240
|
+
readonly description: "Postman API key.";
|
|
9241
|
+
};
|
|
9242
|
+
readonly collection_id: {
|
|
9243
|
+
readonly type: "string";
|
|
9244
|
+
readonly description: "Collection UID (for get_collection).";
|
|
9245
|
+
};
|
|
9246
|
+
readonly workspace_id: {
|
|
9247
|
+
readonly type: "string";
|
|
9248
|
+
readonly description: "Workspace ID to filter results.";
|
|
9249
|
+
};
|
|
9250
|
+
};
|
|
9251
|
+
readonly required: readonly ["action", "api_key"];
|
|
9252
|
+
};
|
|
9253
|
+
}, {
|
|
9254
|
+
readonly name: "twilio_send_sms";
|
|
9255
|
+
readonly description: "Send an SMS via Twilio.";
|
|
9256
|
+
readonly inputSchema: {
|
|
9257
|
+
readonly type: "object";
|
|
9258
|
+
readonly properties: {
|
|
9259
|
+
readonly account_sid: {
|
|
9260
|
+
readonly type: "string";
|
|
9261
|
+
};
|
|
9262
|
+
readonly auth_token: {
|
|
9263
|
+
readonly type: "string";
|
|
9264
|
+
};
|
|
9265
|
+
readonly to: {
|
|
9266
|
+
readonly type: "string";
|
|
9267
|
+
readonly description: "Recipient phone number in E.164 format";
|
|
9268
|
+
};
|
|
9269
|
+
readonly from: {
|
|
9270
|
+
readonly type: "string";
|
|
9271
|
+
readonly description: "Your Twilio phone number or messaging service SID";
|
|
9272
|
+
};
|
|
9273
|
+
readonly body: {
|
|
9274
|
+
readonly type: "string";
|
|
9275
|
+
readonly description: "Message text";
|
|
9276
|
+
};
|
|
9277
|
+
readonly status_callback: {
|
|
9278
|
+
readonly type: "string";
|
|
9279
|
+
readonly description: "URL to receive status updates";
|
|
9280
|
+
};
|
|
9281
|
+
};
|
|
9282
|
+
readonly required: readonly ["account_sid", "auth_token", "to", "from", "body"];
|
|
9283
|
+
};
|
|
9284
|
+
}, {
|
|
9285
|
+
readonly name: "twilio_list_messages";
|
|
9286
|
+
readonly description: "List SMS messages sent or received on a Twilio account.";
|
|
9287
|
+
readonly inputSchema: {
|
|
9288
|
+
readonly type: "object";
|
|
9289
|
+
readonly properties: {
|
|
9290
|
+
readonly account_sid: {
|
|
9291
|
+
readonly type: "string";
|
|
9292
|
+
};
|
|
9293
|
+
readonly auth_token: {
|
|
9294
|
+
readonly type: "string";
|
|
9295
|
+
};
|
|
9296
|
+
readonly to: {
|
|
9297
|
+
readonly type: "string";
|
|
9298
|
+
};
|
|
9299
|
+
readonly from: {
|
|
9300
|
+
readonly type: "string";
|
|
9301
|
+
};
|
|
9302
|
+
readonly date_sent: {
|
|
9303
|
+
readonly type: "string";
|
|
9304
|
+
readonly description: "Filter by date (YYYY-MM-DD)";
|
|
9305
|
+
};
|
|
9306
|
+
readonly page_size: {
|
|
9307
|
+
readonly type: "number";
|
|
9308
|
+
};
|
|
9309
|
+
};
|
|
9310
|
+
readonly required: readonly ["account_sid", "auth_token"];
|
|
9311
|
+
};
|
|
9312
|
+
}, {
|
|
9313
|
+
readonly name: "twilio_get_message";
|
|
9314
|
+
readonly description: "Get a single Twilio message by SID.";
|
|
9315
|
+
readonly inputSchema: {
|
|
9316
|
+
readonly type: "object";
|
|
9317
|
+
readonly properties: {
|
|
9318
|
+
readonly account_sid: {
|
|
9319
|
+
readonly type: "string";
|
|
9320
|
+
};
|
|
9321
|
+
readonly auth_token: {
|
|
9322
|
+
readonly type: "string";
|
|
9323
|
+
};
|
|
9324
|
+
readonly message_sid: {
|
|
9325
|
+
readonly type: "string";
|
|
9326
|
+
};
|
|
9327
|
+
};
|
|
9328
|
+
readonly required: readonly ["account_sid", "auth_token", "message_sid"];
|
|
9329
|
+
};
|
|
9330
|
+
}, {
|
|
9331
|
+
readonly name: "twilio_make_call";
|
|
9332
|
+
readonly description: "Initiate an outbound phone call via Twilio.";
|
|
9333
|
+
readonly inputSchema: {
|
|
9334
|
+
readonly type: "object";
|
|
9335
|
+
readonly properties: {
|
|
9336
|
+
readonly account_sid: {
|
|
9337
|
+
readonly type: "string";
|
|
9338
|
+
};
|
|
9339
|
+
readonly auth_token: {
|
|
9340
|
+
readonly type: "string";
|
|
9341
|
+
};
|
|
9342
|
+
readonly to: {
|
|
9343
|
+
readonly type: "string";
|
|
9344
|
+
readonly description: "E.164 phone number to call";
|
|
9345
|
+
};
|
|
9346
|
+
readonly from: {
|
|
9347
|
+
readonly type: "string";
|
|
9348
|
+
readonly description: "Your Twilio phone number";
|
|
9349
|
+
};
|
|
9350
|
+
readonly twiml: {
|
|
9351
|
+
readonly type: "string";
|
|
9352
|
+
readonly description: "TwiML instructions for the call";
|
|
9353
|
+
};
|
|
9354
|
+
readonly url: {
|
|
9355
|
+
readonly type: "string";
|
|
9356
|
+
readonly description: "URL that returns TwiML for the call";
|
|
9357
|
+
};
|
|
9358
|
+
};
|
|
9359
|
+
readonly required: readonly ["account_sid", "auth_token", "to", "from"];
|
|
9360
|
+
};
|
|
9361
|
+
}, {
|
|
9362
|
+
readonly name: "twilio_list_calls";
|
|
9363
|
+
readonly description: "List outbound and inbound calls on a Twilio account.";
|
|
9364
|
+
readonly inputSchema: {
|
|
9365
|
+
readonly type: "object";
|
|
9366
|
+
readonly properties: {
|
|
9367
|
+
readonly account_sid: {
|
|
9368
|
+
readonly type: "string";
|
|
9369
|
+
};
|
|
9370
|
+
readonly auth_token: {
|
|
9371
|
+
readonly type: "string";
|
|
9372
|
+
};
|
|
9373
|
+
readonly to: {
|
|
9374
|
+
readonly type: "string";
|
|
9375
|
+
};
|
|
9376
|
+
readonly from: {
|
|
9377
|
+
readonly type: "string";
|
|
9378
|
+
};
|
|
9379
|
+
readonly status: {
|
|
9380
|
+
readonly type: "string";
|
|
9381
|
+
readonly description: "queued, ringing, in-progress, completed, failed, busy, no-answer";
|
|
9382
|
+
};
|
|
9383
|
+
readonly page_size: {
|
|
9384
|
+
readonly type: "number";
|
|
9385
|
+
};
|
|
9386
|
+
};
|
|
9387
|
+
readonly required: readonly ["account_sid", "auth_token"];
|
|
9388
|
+
};
|
|
9389
|
+
}, {
|
|
9390
|
+
readonly name: "twilio_send_verify";
|
|
9391
|
+
readonly description: "Send a verification code via Twilio Verify (SMS, call, email, or WhatsApp).";
|
|
9392
|
+
readonly inputSchema: {
|
|
9393
|
+
readonly type: "object";
|
|
9394
|
+
readonly properties: {
|
|
9395
|
+
readonly account_sid: {
|
|
9396
|
+
readonly type: "string";
|
|
9397
|
+
};
|
|
9398
|
+
readonly auth_token: {
|
|
9399
|
+
readonly type: "string";
|
|
9400
|
+
};
|
|
9401
|
+
readonly service_sid: {
|
|
9402
|
+
readonly type: "string";
|
|
9403
|
+
readonly description: "Twilio Verify Service SID";
|
|
9404
|
+
};
|
|
9405
|
+
readonly to: {
|
|
9406
|
+
readonly type: "string";
|
|
9407
|
+
readonly description: "E.164 phone number or email";
|
|
9408
|
+
};
|
|
9409
|
+
readonly channel: {
|
|
9410
|
+
readonly type: "string";
|
|
9411
|
+
readonly description: "sms, call, email, or whatsapp (default: sms)";
|
|
9412
|
+
};
|
|
9413
|
+
};
|
|
9414
|
+
readonly required: readonly ["account_sid", "auth_token", "service_sid", "to"];
|
|
9415
|
+
};
|
|
9416
|
+
}, {
|
|
9417
|
+
readonly name: "twilio_check_verify";
|
|
9418
|
+
readonly description: "Check a verification code submitted by a user via Twilio Verify.";
|
|
9419
|
+
readonly inputSchema: {
|
|
9420
|
+
readonly type: "object";
|
|
9421
|
+
readonly properties: {
|
|
9422
|
+
readonly account_sid: {
|
|
9423
|
+
readonly type: "string";
|
|
9424
|
+
};
|
|
9425
|
+
readonly auth_token: {
|
|
9426
|
+
readonly type: "string";
|
|
9427
|
+
};
|
|
9428
|
+
readonly service_sid: {
|
|
9429
|
+
readonly type: "string";
|
|
9430
|
+
};
|
|
9431
|
+
readonly to: {
|
|
9432
|
+
readonly type: "string";
|
|
9433
|
+
};
|
|
9434
|
+
readonly code: {
|
|
9435
|
+
readonly type: "string";
|
|
9436
|
+
readonly description: "The OTP code entered by the user";
|
|
9437
|
+
};
|
|
9438
|
+
};
|
|
9439
|
+
readonly required: readonly ["account_sid", "auth_token", "service_sid", "to", "code"];
|
|
9440
|
+
};
|
|
9441
|
+
}, {
|
|
9442
|
+
readonly name: "pushover_send_notification";
|
|
9443
|
+
readonly description: "Send a push notification via Pushover.";
|
|
9444
|
+
readonly inputSchema: {
|
|
9445
|
+
readonly type: "object";
|
|
9446
|
+
readonly properties: {
|
|
9447
|
+
readonly app_token: {
|
|
9448
|
+
readonly type: "string";
|
|
9449
|
+
};
|
|
9450
|
+
readonly user_key: {
|
|
9451
|
+
readonly type: "string";
|
|
9452
|
+
};
|
|
9453
|
+
readonly message: {
|
|
9454
|
+
readonly type: "string";
|
|
9455
|
+
};
|
|
9456
|
+
readonly title: {
|
|
9457
|
+
readonly type: "string";
|
|
9458
|
+
};
|
|
9459
|
+
readonly url: {
|
|
9460
|
+
readonly type: "string";
|
|
9461
|
+
};
|
|
9462
|
+
readonly url_title: {
|
|
9463
|
+
readonly type: "string";
|
|
9464
|
+
};
|
|
9465
|
+
readonly priority: {
|
|
9466
|
+
readonly type: "number";
|
|
9467
|
+
readonly description: "-2 (lowest) to 2 (emergency)";
|
|
9468
|
+
};
|
|
9469
|
+
readonly sound: {
|
|
9470
|
+
readonly type: "string";
|
|
9471
|
+
};
|
|
9472
|
+
readonly device: {
|
|
9473
|
+
readonly type: "string";
|
|
9474
|
+
};
|
|
9475
|
+
readonly html: {
|
|
9476
|
+
readonly type: "boolean";
|
|
9477
|
+
};
|
|
9478
|
+
readonly retry: {
|
|
9479
|
+
readonly type: "number";
|
|
9480
|
+
readonly description: "Emergency only: retry interval in seconds (min 30)";
|
|
9481
|
+
};
|
|
9482
|
+
readonly expire: {
|
|
9483
|
+
readonly type: "number";
|
|
9484
|
+
readonly description: "Emergency only: expiry in seconds (max 10800)";
|
|
9485
|
+
};
|
|
9486
|
+
};
|
|
9487
|
+
readonly required: readonly ["app_token", "user_key", "message"];
|
|
9488
|
+
};
|
|
9489
|
+
}, {
|
|
9490
|
+
readonly name: "pushover_get_receipt";
|
|
9491
|
+
readonly description: "Get acknowledgment status for an emergency Pushover notification.";
|
|
9492
|
+
readonly inputSchema: {
|
|
9493
|
+
readonly type: "object";
|
|
9494
|
+
readonly properties: {
|
|
9495
|
+
readonly app_token: {
|
|
9496
|
+
readonly type: "string";
|
|
9497
|
+
};
|
|
9498
|
+
readonly receipt: {
|
|
9499
|
+
readonly type: "string";
|
|
9500
|
+
readonly description: "Receipt token returned from an emergency notification";
|
|
9501
|
+
};
|
|
9502
|
+
};
|
|
9503
|
+
readonly required: readonly ["app_token", "receipt"];
|
|
9504
|
+
};
|
|
9505
|
+
}, {
|
|
9506
|
+
readonly name: "pushover_cancel_emergency";
|
|
9507
|
+
readonly description: "Cancel an outstanding emergency Pushover notification before it expires.";
|
|
9508
|
+
readonly inputSchema: {
|
|
9509
|
+
readonly type: "object";
|
|
9510
|
+
readonly properties: {
|
|
9511
|
+
readonly app_token: {
|
|
9512
|
+
readonly type: "string";
|
|
9513
|
+
};
|
|
9514
|
+
readonly user_key: {
|
|
9515
|
+
readonly type: "string";
|
|
9516
|
+
};
|
|
9517
|
+
readonly receipt: {
|
|
9518
|
+
readonly type: "string";
|
|
9519
|
+
};
|
|
9520
|
+
};
|
|
9521
|
+
readonly required: readonly ["app_token", "user_key", "receipt"];
|
|
9522
|
+
};
|
|
9523
|
+
}, {
|
|
9524
|
+
readonly name: "pushover_list_sounds";
|
|
9525
|
+
readonly description: "List all available notification sounds in Pushover.";
|
|
9526
|
+
readonly inputSchema: {
|
|
9527
|
+
readonly type: "object";
|
|
9528
|
+
readonly properties: {
|
|
9529
|
+
readonly app_token: {
|
|
9530
|
+
readonly type: "string";
|
|
9531
|
+
};
|
|
9532
|
+
};
|
|
9533
|
+
readonly required: readonly ["app_token"];
|
|
9534
|
+
};
|
|
9535
|
+
}, {
|
|
9536
|
+
readonly name: "pushover_validate_user";
|
|
9537
|
+
readonly description: "Validate a Pushover user or group key and list their registered devices.";
|
|
9538
|
+
readonly inputSchema: {
|
|
9539
|
+
readonly type: "object";
|
|
9540
|
+
readonly properties: {
|
|
9541
|
+
readonly app_token: {
|
|
9542
|
+
readonly type: "string";
|
|
9543
|
+
};
|
|
9544
|
+
readonly user_key: {
|
|
9545
|
+
readonly type: "string";
|
|
9546
|
+
};
|
|
9547
|
+
readonly device: {
|
|
9548
|
+
readonly type: "string";
|
|
9549
|
+
readonly description: "Optional: validate only for a specific device name";
|
|
9550
|
+
};
|
|
9551
|
+
};
|
|
9552
|
+
readonly required: readonly ["app_token", "user_key"];
|
|
9553
|
+
};
|
|
9554
|
+
}, {
|
|
9555
|
+
readonly name: "whatsapp_send_text";
|
|
9556
|
+
readonly description: "Send a text message via WhatsApp Business Cloud API.";
|
|
9557
|
+
readonly inputSchema: {
|
|
9558
|
+
readonly type: "object";
|
|
9559
|
+
readonly properties: {
|
|
9560
|
+
readonly bearer_token: {
|
|
9561
|
+
readonly type: "string";
|
|
9562
|
+
};
|
|
9563
|
+
readonly phone_number_id: {
|
|
9564
|
+
readonly type: "string";
|
|
9565
|
+
readonly description: "Your WhatsApp phone number ID from Meta for Developers";
|
|
9566
|
+
};
|
|
9567
|
+
readonly to: {
|
|
9568
|
+
readonly type: "string";
|
|
9569
|
+
readonly description: "Recipient phone number in E.164 format";
|
|
9570
|
+
};
|
|
9571
|
+
readonly body: {
|
|
9572
|
+
readonly type: "string";
|
|
9573
|
+
readonly description: "Message text";
|
|
9574
|
+
};
|
|
9575
|
+
readonly preview_url: {
|
|
9576
|
+
readonly type: "boolean";
|
|
9577
|
+
};
|
|
9578
|
+
};
|
|
9579
|
+
readonly required: readonly ["bearer_token", "phone_number_id", "to", "body"];
|
|
9580
|
+
};
|
|
9581
|
+
}, {
|
|
9582
|
+
readonly name: "whatsapp_send_template";
|
|
9583
|
+
readonly description: "Send a WhatsApp template message (required for first contact or >24h since last message).";
|
|
9584
|
+
readonly inputSchema: {
|
|
9585
|
+
readonly type: "object";
|
|
9586
|
+
readonly properties: {
|
|
9587
|
+
readonly bearer_token: {
|
|
9588
|
+
readonly type: "string";
|
|
9589
|
+
};
|
|
9590
|
+
readonly phone_number_id: {
|
|
9591
|
+
readonly type: "string";
|
|
9592
|
+
};
|
|
9593
|
+
readonly to: {
|
|
9594
|
+
readonly type: "string";
|
|
9595
|
+
};
|
|
9596
|
+
readonly template_name: {
|
|
9597
|
+
readonly type: "string";
|
|
9598
|
+
};
|
|
9599
|
+
readonly language: {
|
|
9600
|
+
readonly type: "string";
|
|
9601
|
+
readonly description: "Language code, e.g. en_US (default)";
|
|
9602
|
+
};
|
|
9603
|
+
readonly components: {
|
|
9604
|
+
readonly description: "Array of template component objects for variable substitution";
|
|
9605
|
+
};
|
|
9606
|
+
};
|
|
9607
|
+
readonly required: readonly ["bearer_token", "phone_number_id", "to", "template_name"];
|
|
9608
|
+
};
|
|
9609
|
+
}, {
|
|
9610
|
+
readonly name: "whatsapp_send_media";
|
|
9611
|
+
readonly description: "Send a media message (image, video, audio, document, sticker) via WhatsApp.";
|
|
9612
|
+
readonly inputSchema: {
|
|
9613
|
+
readonly type: "object";
|
|
9614
|
+
readonly properties: {
|
|
9615
|
+
readonly bearer_token: {
|
|
9616
|
+
readonly type: "string";
|
|
9617
|
+
};
|
|
9618
|
+
readonly phone_number_id: {
|
|
9619
|
+
readonly type: "string";
|
|
9620
|
+
};
|
|
9621
|
+
readonly to: {
|
|
9622
|
+
readonly type: "string";
|
|
9623
|
+
};
|
|
9624
|
+
readonly media_type: {
|
|
9625
|
+
readonly type: "string";
|
|
9626
|
+
readonly description: "image, video, audio, document, or sticker";
|
|
9627
|
+
};
|
|
9628
|
+
readonly media_id: {
|
|
9629
|
+
readonly type: "string";
|
|
9630
|
+
readonly description: "ID of a previously uploaded media object";
|
|
9631
|
+
};
|
|
9632
|
+
readonly media_link: {
|
|
9633
|
+
readonly type: "string";
|
|
9634
|
+
readonly description: "URL of the media to send";
|
|
9635
|
+
};
|
|
9636
|
+
readonly caption: {
|
|
9637
|
+
readonly type: "string";
|
|
9638
|
+
};
|
|
9639
|
+
readonly filename: {
|
|
9640
|
+
readonly type: "string";
|
|
9641
|
+
readonly description: "For documents: the display filename";
|
|
9642
|
+
};
|
|
9643
|
+
};
|
|
9644
|
+
readonly required: readonly ["bearer_token", "phone_number_id", "to", "media_type"];
|
|
9645
|
+
};
|
|
9646
|
+
}, {
|
|
9647
|
+
readonly name: "whatsapp_get_media";
|
|
9648
|
+
readonly description: "Get the download URL and metadata for a WhatsApp media object by ID.";
|
|
9649
|
+
readonly inputSchema: {
|
|
9650
|
+
readonly type: "object";
|
|
9651
|
+
readonly properties: {
|
|
9652
|
+
readonly bearer_token: {
|
|
9653
|
+
readonly type: "string";
|
|
9654
|
+
};
|
|
9655
|
+
readonly media_id: {
|
|
9656
|
+
readonly type: "string";
|
|
9657
|
+
};
|
|
9658
|
+
};
|
|
9659
|
+
readonly required: readonly ["bearer_token", "media_id"];
|
|
9660
|
+
};
|
|
9661
|
+
}, {
|
|
9662
|
+
readonly name: "whatsapp_upload_media";
|
|
9663
|
+
readonly description: "Upload a media file to WhatsApp and get a media ID for use in messages.";
|
|
9664
|
+
readonly inputSchema: {
|
|
9665
|
+
readonly type: "object";
|
|
9666
|
+
readonly properties: {
|
|
9667
|
+
readonly bearer_token: {
|
|
9668
|
+
readonly type: "string";
|
|
9669
|
+
};
|
|
9670
|
+
readonly phone_number_id: {
|
|
9671
|
+
readonly type: "string";
|
|
9672
|
+
};
|
|
9673
|
+
readonly media_url: {
|
|
9674
|
+
readonly type: "string";
|
|
9675
|
+
readonly description: "URL to fetch the media from";
|
|
9676
|
+
};
|
|
9677
|
+
readonly mime_type: {
|
|
9678
|
+
readonly type: "string";
|
|
9679
|
+
readonly description: "MIME type, e.g. image/jpeg, video/mp4";
|
|
9680
|
+
};
|
|
9681
|
+
readonly filename: {
|
|
9682
|
+
readonly type: "string";
|
|
9683
|
+
};
|
|
9684
|
+
};
|
|
9685
|
+
readonly required: readonly ["bearer_token", "phone_number_id", "media_url", "mime_type"];
|
|
9686
|
+
};
|
|
9687
|
+
}, {
|
|
9688
|
+
readonly name: "youtube_search";
|
|
9689
|
+
readonly description: "Search YouTube for videos, channels, or playlists.";
|
|
9690
|
+
readonly inputSchema: {
|
|
9691
|
+
readonly type: "object";
|
|
9692
|
+
readonly properties: {
|
|
9693
|
+
readonly api_key: {
|
|
9694
|
+
readonly type: "string";
|
|
9695
|
+
};
|
|
9696
|
+
readonly query: {
|
|
9697
|
+
readonly type: "string";
|
|
9698
|
+
};
|
|
9699
|
+
readonly type: {
|
|
9700
|
+
readonly type: "string";
|
|
9701
|
+
readonly description: "video, channel, or playlist (default: video)";
|
|
9702
|
+
};
|
|
9703
|
+
readonly max_results: {
|
|
9704
|
+
readonly type: "number";
|
|
9705
|
+
};
|
|
9706
|
+
readonly order: {
|
|
9707
|
+
readonly type: "string";
|
|
9708
|
+
readonly description: "relevance, date, rating, viewCount, title";
|
|
9709
|
+
};
|
|
9710
|
+
readonly channel_id: {
|
|
9711
|
+
readonly type: "string";
|
|
9712
|
+
};
|
|
9713
|
+
readonly published_after: {
|
|
9714
|
+
readonly type: "string";
|
|
9715
|
+
readonly description: "RFC 3339 datetime, e.g. 2024-01-01T00:00:00Z";
|
|
9716
|
+
};
|
|
9717
|
+
readonly region_code: {
|
|
9718
|
+
readonly type: "string";
|
|
9719
|
+
};
|
|
9720
|
+
readonly page_token: {
|
|
9721
|
+
readonly type: "string";
|
|
9722
|
+
};
|
|
9723
|
+
};
|
|
9724
|
+
readonly required: readonly ["api_key", "query"];
|
|
9725
|
+
};
|
|
9726
|
+
}, {
|
|
9727
|
+
readonly name: "youtube_get_video";
|
|
9728
|
+
readonly description: "Get metadata, statistics, and content details for a YouTube video.";
|
|
9729
|
+
readonly inputSchema: {
|
|
9730
|
+
readonly type: "object";
|
|
9731
|
+
readonly properties: {
|
|
9732
|
+
readonly api_key: {
|
|
9733
|
+
readonly type: "string";
|
|
9734
|
+
};
|
|
9735
|
+
readonly video_id: {
|
|
9736
|
+
readonly type: "string";
|
|
9737
|
+
};
|
|
9738
|
+
};
|
|
9739
|
+
readonly required: readonly ["api_key", "video_id"];
|
|
9740
|
+
};
|
|
9741
|
+
}, {
|
|
9742
|
+
readonly name: "youtube_get_channel";
|
|
9743
|
+
readonly description: "Get metadata and statistics for a YouTube channel.";
|
|
9744
|
+
readonly inputSchema: {
|
|
9745
|
+
readonly type: "object";
|
|
9746
|
+
readonly properties: {
|
|
9747
|
+
readonly api_key: {
|
|
9748
|
+
readonly type: "string";
|
|
9749
|
+
};
|
|
9750
|
+
readonly channel_id: {
|
|
9751
|
+
readonly type: "string";
|
|
9752
|
+
};
|
|
9753
|
+
readonly handle: {
|
|
9754
|
+
readonly type: "string";
|
|
9755
|
+
readonly description: "Channel handle without @ (alternative to channel_id)";
|
|
9756
|
+
};
|
|
9757
|
+
};
|
|
9758
|
+
readonly required: readonly ["api_key"];
|
|
9759
|
+
};
|
|
9760
|
+
}, {
|
|
9761
|
+
readonly name: "youtube_list_playlists";
|
|
9762
|
+
readonly description: "List playlists belonging to a YouTube channel.";
|
|
9763
|
+
readonly inputSchema: {
|
|
9764
|
+
readonly type: "object";
|
|
9765
|
+
readonly properties: {
|
|
9766
|
+
readonly api_key: {
|
|
9767
|
+
readonly type: "string";
|
|
9768
|
+
};
|
|
9769
|
+
readonly channel_id: {
|
|
9770
|
+
readonly type: "string";
|
|
9771
|
+
};
|
|
9772
|
+
readonly max_results: {
|
|
9773
|
+
readonly type: "number";
|
|
9774
|
+
};
|
|
9775
|
+
readonly page_token: {
|
|
9776
|
+
readonly type: "string";
|
|
9777
|
+
};
|
|
9778
|
+
};
|
|
9779
|
+
readonly required: readonly ["api_key", "channel_id"];
|
|
9780
|
+
};
|
|
9781
|
+
}, {
|
|
9782
|
+
readonly name: "youtube_list_playlist_items";
|
|
9783
|
+
readonly description: "List videos in a YouTube playlist.";
|
|
9784
|
+
readonly inputSchema: {
|
|
9785
|
+
readonly type: "object";
|
|
9786
|
+
readonly properties: {
|
|
9787
|
+
readonly api_key: {
|
|
9788
|
+
readonly type: "string";
|
|
9789
|
+
};
|
|
9790
|
+
readonly playlist_id: {
|
|
9791
|
+
readonly type: "string";
|
|
9792
|
+
};
|
|
9793
|
+
readonly max_results: {
|
|
9794
|
+
readonly type: "number";
|
|
9795
|
+
};
|
|
9796
|
+
readonly page_token: {
|
|
9797
|
+
readonly type: "string";
|
|
9798
|
+
};
|
|
9799
|
+
};
|
|
9800
|
+
readonly required: readonly ["api_key", "playlist_id"];
|
|
9801
|
+
};
|
|
9802
|
+
}, {
|
|
9803
|
+
readonly name: "youtube_get_captions";
|
|
9804
|
+
readonly description: "List available caption tracks for a YouTube video.";
|
|
9805
|
+
readonly inputSchema: {
|
|
9806
|
+
readonly type: "object";
|
|
9807
|
+
readonly properties: {
|
|
9808
|
+
readonly api_key: {
|
|
9809
|
+
readonly type: "string";
|
|
9810
|
+
};
|
|
9811
|
+
readonly video_id: {
|
|
9812
|
+
readonly type: "string";
|
|
9813
|
+
};
|
|
9814
|
+
};
|
|
9815
|
+
readonly required: readonly ["api_key", "video_id"];
|
|
9816
|
+
};
|
|
9817
|
+
}, {
|
|
9818
|
+
readonly name: "spotify_search";
|
|
9819
|
+
readonly description: "Search Spotify for tracks, albums, artists, or playlists.";
|
|
9820
|
+
readonly inputSchema: {
|
|
9821
|
+
readonly type: "object";
|
|
9822
|
+
readonly properties: {
|
|
9823
|
+
readonly bearer_token: {
|
|
9824
|
+
readonly type: "string";
|
|
9825
|
+
};
|
|
9826
|
+
readonly query: {
|
|
9827
|
+
readonly type: "string";
|
|
9828
|
+
};
|
|
9829
|
+
readonly type: {
|
|
9830
|
+
readonly type: "string";
|
|
9831
|
+
readonly description: "Comma-separated: track, album, artist, playlist (default: track)";
|
|
9832
|
+
};
|
|
9833
|
+
readonly limit: {
|
|
9834
|
+
readonly type: "number";
|
|
9835
|
+
};
|
|
9836
|
+
readonly offset: {
|
|
9837
|
+
readonly type: "number";
|
|
9838
|
+
};
|
|
9839
|
+
readonly market: {
|
|
9840
|
+
readonly type: "string";
|
|
9841
|
+
};
|
|
9842
|
+
};
|
|
9843
|
+
readonly required: readonly ["bearer_token", "query"];
|
|
9844
|
+
};
|
|
9845
|
+
}, {
|
|
9846
|
+
readonly name: "spotify_get_track";
|
|
9847
|
+
readonly description: "Get metadata for a Spotify track by ID.";
|
|
9848
|
+
readonly inputSchema: {
|
|
9849
|
+
readonly type: "object";
|
|
9850
|
+
readonly properties: {
|
|
9851
|
+
readonly bearer_token: {
|
|
9852
|
+
readonly type: "string";
|
|
9853
|
+
};
|
|
9854
|
+
readonly track_id: {
|
|
9855
|
+
readonly type: "string";
|
|
9856
|
+
};
|
|
9857
|
+
readonly market: {
|
|
9858
|
+
readonly type: "string";
|
|
9859
|
+
};
|
|
9860
|
+
};
|
|
9861
|
+
readonly required: readonly ["bearer_token", "track_id"];
|
|
9862
|
+
};
|
|
9863
|
+
}, {
|
|
9864
|
+
readonly name: "spotify_get_album";
|
|
9865
|
+
readonly description: "Get metadata and track listing for a Spotify album.";
|
|
9866
|
+
readonly inputSchema: {
|
|
9867
|
+
readonly type: "object";
|
|
9868
|
+
readonly properties: {
|
|
9869
|
+
readonly bearer_token: {
|
|
9870
|
+
readonly type: "string";
|
|
9871
|
+
};
|
|
9872
|
+
readonly album_id: {
|
|
9873
|
+
readonly type: "string";
|
|
9874
|
+
};
|
|
9875
|
+
};
|
|
9876
|
+
readonly required: readonly ["bearer_token", "album_id"];
|
|
9877
|
+
};
|
|
9878
|
+
}, {
|
|
9879
|
+
readonly name: "spotify_get_artist";
|
|
9880
|
+
readonly description: "Get metadata and follower count for a Spotify artist.";
|
|
9881
|
+
readonly inputSchema: {
|
|
9882
|
+
readonly type: "object";
|
|
9883
|
+
readonly properties: {
|
|
9884
|
+
readonly bearer_token: {
|
|
9885
|
+
readonly type: "string";
|
|
9886
|
+
};
|
|
9887
|
+
readonly artist_id: {
|
|
9888
|
+
readonly type: "string";
|
|
9889
|
+
};
|
|
9890
|
+
};
|
|
9891
|
+
readonly required: readonly ["bearer_token", "artist_id"];
|
|
9892
|
+
};
|
|
9893
|
+
}, {
|
|
9894
|
+
readonly name: "spotify_get_playlist";
|
|
9895
|
+
readonly description: "Get metadata and tracks for a Spotify playlist.";
|
|
9896
|
+
readonly inputSchema: {
|
|
9897
|
+
readonly type: "object";
|
|
9898
|
+
readonly properties: {
|
|
9899
|
+
readonly bearer_token: {
|
|
9900
|
+
readonly type: "string";
|
|
9901
|
+
};
|
|
9902
|
+
readonly playlist_id: {
|
|
9903
|
+
readonly type: "string";
|
|
9904
|
+
};
|
|
9905
|
+
readonly market: {
|
|
9906
|
+
readonly type: "string";
|
|
9907
|
+
};
|
|
9908
|
+
};
|
|
9909
|
+
readonly required: readonly ["bearer_token", "playlist_id"];
|
|
9910
|
+
};
|
|
9911
|
+
}, {
|
|
9912
|
+
readonly name: "spotify_get_recommendations";
|
|
9913
|
+
readonly description: "Get Spotify track recommendations based on seed tracks, artists, or genres.";
|
|
9914
|
+
readonly inputSchema: {
|
|
9915
|
+
readonly type: "object";
|
|
9916
|
+
readonly properties: {
|
|
9917
|
+
readonly bearer_token: {
|
|
9918
|
+
readonly type: "string";
|
|
9919
|
+
};
|
|
9920
|
+
readonly seed_tracks: {
|
|
9921
|
+
readonly type: "string";
|
|
9922
|
+
readonly description: "Comma-separated Spotify track IDs (max 5 seeds total)";
|
|
9923
|
+
};
|
|
9924
|
+
readonly seed_artists: {
|
|
9925
|
+
readonly type: "string";
|
|
9926
|
+
readonly description: "Comma-separated Spotify artist IDs";
|
|
9927
|
+
};
|
|
9928
|
+
readonly seed_genres: {
|
|
9929
|
+
readonly type: "string";
|
|
9930
|
+
readonly description: "Comma-separated genre names";
|
|
9931
|
+
};
|
|
9932
|
+
readonly limit: {
|
|
9933
|
+
readonly type: "number";
|
|
9934
|
+
};
|
|
9935
|
+
readonly market: {
|
|
9936
|
+
readonly type: "string";
|
|
9937
|
+
};
|
|
9938
|
+
readonly min_energy: {
|
|
9939
|
+
readonly type: "number";
|
|
9940
|
+
};
|
|
9941
|
+
readonly max_energy: {
|
|
9942
|
+
readonly type: "number";
|
|
9943
|
+
};
|
|
9944
|
+
readonly target_valence: {
|
|
9945
|
+
readonly type: "number";
|
|
9946
|
+
};
|
|
9947
|
+
readonly target_danceability: {
|
|
9948
|
+
readonly type: "number";
|
|
9949
|
+
};
|
|
9950
|
+
};
|
|
9951
|
+
readonly required: readonly ["bearer_token"];
|
|
9952
|
+
};
|
|
9953
|
+
}, {
|
|
9954
|
+
readonly name: "spotify_get_audio_features";
|
|
9955
|
+
readonly description: "Get audio analysis features (danceability, energy, tempo, etc.) for a Spotify track.";
|
|
9956
|
+
readonly inputSchema: {
|
|
9957
|
+
readonly type: "object";
|
|
9958
|
+
readonly properties: {
|
|
9959
|
+
readonly bearer_token: {
|
|
9960
|
+
readonly type: "string";
|
|
9961
|
+
};
|
|
9962
|
+
readonly track_id: {
|
|
9963
|
+
readonly type: "string";
|
|
9964
|
+
};
|
|
9965
|
+
};
|
|
9966
|
+
readonly required: readonly ["bearer_token", "track_id"];
|
|
9967
|
+
};
|
|
9968
|
+
}, {
|
|
9969
|
+
readonly name: "elevenlabs_list_voices";
|
|
9970
|
+
readonly description: "List all available voices in ElevenLabs.";
|
|
9971
|
+
readonly inputSchema: {
|
|
9972
|
+
readonly type: "object";
|
|
9973
|
+
readonly properties: {
|
|
9974
|
+
readonly api_key: {
|
|
9975
|
+
readonly type: "string";
|
|
9976
|
+
};
|
|
9977
|
+
};
|
|
9978
|
+
readonly required: readonly ["api_key"];
|
|
9979
|
+
};
|
|
9980
|
+
}, {
|
|
9981
|
+
readonly name: "elevenlabs_get_voice";
|
|
9982
|
+
readonly description: "Get metadata for a specific ElevenLabs voice by ID.";
|
|
9983
|
+
readonly inputSchema: {
|
|
9984
|
+
readonly type: "object";
|
|
9985
|
+
readonly properties: {
|
|
9986
|
+
readonly api_key: {
|
|
9987
|
+
readonly type: "string";
|
|
9988
|
+
};
|
|
9989
|
+
readonly voice_id: {
|
|
9990
|
+
readonly type: "string";
|
|
9991
|
+
};
|
|
9992
|
+
readonly with_settings: {
|
|
9993
|
+
readonly type: "boolean";
|
|
9994
|
+
readonly description: "Include voice settings (stability, similarity_boost)";
|
|
9995
|
+
};
|
|
9996
|
+
};
|
|
9997
|
+
readonly required: readonly ["api_key", "voice_id"];
|
|
9998
|
+
};
|
|
9999
|
+
}, {
|
|
10000
|
+
readonly name: "elevenlabs_text_to_speech";
|
|
10001
|
+
readonly description: "Convert text to speech with a selected ElevenLabs voice. Returns base64-encoded audio.";
|
|
10002
|
+
readonly inputSchema: {
|
|
10003
|
+
readonly type: "object";
|
|
10004
|
+
readonly properties: {
|
|
10005
|
+
readonly api_key: {
|
|
10006
|
+
readonly type: "string";
|
|
10007
|
+
};
|
|
10008
|
+
readonly voice_id: {
|
|
10009
|
+
readonly type: "string";
|
|
10010
|
+
};
|
|
10011
|
+
readonly text: {
|
|
10012
|
+
readonly type: "string";
|
|
10013
|
+
readonly description: "Text to synthesize (max 5000 characters)";
|
|
10014
|
+
};
|
|
10015
|
+
readonly model_id: {
|
|
10016
|
+
readonly type: "string";
|
|
10017
|
+
readonly description: "ElevenLabs model ID (default: eleven_monolingual_v1)";
|
|
10018
|
+
};
|
|
10019
|
+
readonly output_format: {
|
|
10020
|
+
readonly type: "string";
|
|
10021
|
+
readonly description: "mp3_44100_128, pcm_16000, etc. (default: mp3_44100_128)";
|
|
10022
|
+
};
|
|
10023
|
+
readonly stability: {
|
|
10024
|
+
readonly type: "number";
|
|
10025
|
+
readonly description: "0.0-1.0 (default: 0.5)";
|
|
10026
|
+
};
|
|
10027
|
+
readonly similarity_boost: {
|
|
10028
|
+
readonly type: "number";
|
|
10029
|
+
readonly description: "0.0-1.0 (default: 0.75)";
|
|
10030
|
+
};
|
|
10031
|
+
readonly style: {
|
|
10032
|
+
readonly type: "number";
|
|
10033
|
+
readonly description: "0.0-1.0 style exaggeration";
|
|
10034
|
+
};
|
|
10035
|
+
readonly use_speaker_boost: {
|
|
10036
|
+
readonly type: "boolean";
|
|
10037
|
+
};
|
|
10038
|
+
};
|
|
10039
|
+
readonly required: readonly ["api_key", "voice_id", "text"];
|
|
10040
|
+
};
|
|
10041
|
+
}, {
|
|
10042
|
+
readonly name: "elevenlabs_get_models";
|
|
10043
|
+
readonly description: "List available ElevenLabs TTS models and their supported languages.";
|
|
10044
|
+
readonly inputSchema: {
|
|
10045
|
+
readonly type: "object";
|
|
10046
|
+
readonly properties: {
|
|
10047
|
+
readonly api_key: {
|
|
10048
|
+
readonly type: "string";
|
|
10049
|
+
};
|
|
10050
|
+
};
|
|
10051
|
+
readonly required: readonly ["api_key"];
|
|
10052
|
+
};
|
|
10053
|
+
}, {
|
|
10054
|
+
readonly name: "elevenlabs_get_history";
|
|
10055
|
+
readonly description: "Get the TTS generation history for an ElevenLabs account.";
|
|
10056
|
+
readonly inputSchema: {
|
|
10057
|
+
readonly type: "object";
|
|
10058
|
+
readonly properties: {
|
|
10059
|
+
readonly api_key: {
|
|
10060
|
+
readonly type: "string";
|
|
10061
|
+
};
|
|
10062
|
+
readonly page_size: {
|
|
10063
|
+
readonly type: "number";
|
|
10064
|
+
};
|
|
10065
|
+
readonly voice_id: {
|
|
10066
|
+
readonly type: "string";
|
|
10067
|
+
readonly description: "Filter history by voice ID";
|
|
10068
|
+
};
|
|
10069
|
+
readonly start_after_history_item_id: {
|
|
10070
|
+
readonly type: "string";
|
|
10071
|
+
};
|
|
10072
|
+
};
|
|
10073
|
+
readonly required: readonly ["api_key"];
|
|
10074
|
+
};
|
|
10075
|
+
}, {
|
|
10076
|
+
readonly name: "replicate_list_models";
|
|
10077
|
+
readonly description: "List public models available on Replicate.";
|
|
10078
|
+
readonly inputSchema: {
|
|
10079
|
+
readonly type: "object";
|
|
10080
|
+
readonly properties: {
|
|
10081
|
+
readonly api_token: {
|
|
10082
|
+
readonly type: "string";
|
|
10083
|
+
};
|
|
10084
|
+
readonly cursor: {
|
|
10085
|
+
readonly type: "string";
|
|
10086
|
+
};
|
|
10087
|
+
};
|
|
10088
|
+
readonly required: readonly ["api_token"];
|
|
10089
|
+
};
|
|
10090
|
+
}, {
|
|
10091
|
+
readonly name: "replicate_get_model";
|
|
10092
|
+
readonly description: "Get details and latest version for a Replicate model.";
|
|
10093
|
+
readonly inputSchema: {
|
|
10094
|
+
readonly type: "object";
|
|
10095
|
+
readonly properties: {
|
|
10096
|
+
readonly api_token: {
|
|
10097
|
+
readonly type: "string";
|
|
10098
|
+
};
|
|
10099
|
+
readonly owner: {
|
|
10100
|
+
readonly type: "string";
|
|
10101
|
+
readonly description: "Model owner username";
|
|
10102
|
+
};
|
|
10103
|
+
readonly model_name: {
|
|
10104
|
+
readonly type: "string";
|
|
10105
|
+
};
|
|
10106
|
+
};
|
|
10107
|
+
readonly required: readonly ["api_token", "owner", "model_name"];
|
|
10108
|
+
};
|
|
10109
|
+
}, {
|
|
10110
|
+
readonly name: "replicate_create_prediction";
|
|
10111
|
+
readonly description: "Run a Replicate model by creating a prediction.";
|
|
10112
|
+
readonly inputSchema: {
|
|
10113
|
+
readonly type: "object";
|
|
10114
|
+
readonly properties: {
|
|
10115
|
+
readonly api_token: {
|
|
10116
|
+
readonly type: "string";
|
|
10117
|
+
};
|
|
10118
|
+
readonly version: {
|
|
10119
|
+
readonly type: "string";
|
|
10120
|
+
readonly description: "Model version ID (use this OR model)";
|
|
10121
|
+
};
|
|
10122
|
+
readonly model: {
|
|
10123
|
+
readonly type: "string";
|
|
10124
|
+
readonly description: "Model as owner/name or owner/name:version (use this OR version)";
|
|
10125
|
+
};
|
|
10126
|
+
readonly input: {
|
|
10127
|
+
readonly description: "Model input parameters as JSON object or string";
|
|
10128
|
+
};
|
|
10129
|
+
readonly webhook: {
|
|
10130
|
+
readonly type: "string";
|
|
10131
|
+
};
|
|
10132
|
+
readonly stream: {
|
|
10133
|
+
readonly type: "boolean";
|
|
10134
|
+
};
|
|
10135
|
+
};
|
|
10136
|
+
readonly required: readonly ["api_token", "input"];
|
|
10137
|
+
};
|
|
10138
|
+
}, {
|
|
10139
|
+
readonly name: "replicate_get_prediction";
|
|
10140
|
+
readonly description: "Get the status and output of a Replicate prediction.";
|
|
10141
|
+
readonly inputSchema: {
|
|
10142
|
+
readonly type: "object";
|
|
10143
|
+
readonly properties: {
|
|
10144
|
+
readonly api_token: {
|
|
10145
|
+
readonly type: "string";
|
|
10146
|
+
};
|
|
10147
|
+
readonly prediction_id: {
|
|
10148
|
+
readonly type: "string";
|
|
10149
|
+
};
|
|
10150
|
+
};
|
|
10151
|
+
readonly required: readonly ["api_token", "prediction_id"];
|
|
10152
|
+
};
|
|
10153
|
+
}, {
|
|
10154
|
+
readonly name: "replicate_list_predictions";
|
|
10155
|
+
readonly description: "List recent predictions for a Replicate account.";
|
|
10156
|
+
readonly inputSchema: {
|
|
10157
|
+
readonly type: "object";
|
|
10158
|
+
readonly properties: {
|
|
10159
|
+
readonly api_token: {
|
|
10160
|
+
readonly type: "string";
|
|
10161
|
+
};
|
|
10162
|
+
readonly cursor: {
|
|
10163
|
+
readonly type: "string";
|
|
10164
|
+
};
|
|
10165
|
+
};
|
|
10166
|
+
readonly required: readonly ["api_token"];
|
|
10167
|
+
};
|
|
10168
|
+
}, {
|
|
10169
|
+
readonly name: "replicate_cancel_prediction";
|
|
10170
|
+
readonly description: "Cancel a running Replicate prediction.";
|
|
10171
|
+
readonly inputSchema: {
|
|
10172
|
+
readonly type: "object";
|
|
10173
|
+
readonly properties: {
|
|
10174
|
+
readonly api_token: {
|
|
10175
|
+
readonly type: "string";
|
|
10176
|
+
};
|
|
10177
|
+
readonly prediction_id: {
|
|
10178
|
+
readonly type: "string";
|
|
10179
|
+
};
|
|
10180
|
+
};
|
|
10181
|
+
readonly required: readonly ["api_token", "prediction_id"];
|
|
10182
|
+
};
|
|
10183
|
+
}, {
|
|
10184
|
+
readonly name: "stability_text_to_image";
|
|
10185
|
+
readonly description: "Generate images from a text prompt using Stability AI.";
|
|
10186
|
+
readonly inputSchema: {
|
|
10187
|
+
readonly type: "object";
|
|
10188
|
+
readonly properties: {
|
|
10189
|
+
readonly api_key: {
|
|
10190
|
+
readonly type: "string";
|
|
10191
|
+
};
|
|
10192
|
+
readonly prompt: {
|
|
10193
|
+
readonly type: "string";
|
|
10194
|
+
};
|
|
10195
|
+
readonly engine_id: {
|
|
10196
|
+
readonly type: "string";
|
|
10197
|
+
readonly description: "Stability engine ID (default: stable-diffusion-xl-1024-v1-0)";
|
|
10198
|
+
};
|
|
10199
|
+
readonly negative_prompt: {
|
|
10200
|
+
readonly type: "string";
|
|
10201
|
+
};
|
|
10202
|
+
readonly width: {
|
|
10203
|
+
readonly type: "number";
|
|
10204
|
+
};
|
|
10205
|
+
readonly height: {
|
|
10206
|
+
readonly type: "number";
|
|
10207
|
+
};
|
|
10208
|
+
readonly steps: {
|
|
10209
|
+
readonly type: "number";
|
|
10210
|
+
readonly description: "Diffusion steps 10-150 (default: 30)";
|
|
10211
|
+
};
|
|
10212
|
+
readonly cfg_scale: {
|
|
10213
|
+
readonly type: "number";
|
|
10214
|
+
readonly description: "Guidance scale 0-35 (default: 7)";
|
|
10215
|
+
};
|
|
10216
|
+
readonly samples: {
|
|
10217
|
+
readonly type: "number";
|
|
10218
|
+
readonly description: "Number of images (max 10, default: 1)";
|
|
10219
|
+
};
|
|
10220
|
+
readonly style_preset: {
|
|
10221
|
+
readonly type: "string";
|
|
10222
|
+
};
|
|
10223
|
+
readonly seed: {
|
|
10224
|
+
readonly type: "number";
|
|
10225
|
+
};
|
|
10226
|
+
};
|
|
10227
|
+
readonly required: readonly ["api_key", "prompt"];
|
|
10228
|
+
};
|
|
10229
|
+
}, {
|
|
10230
|
+
readonly name: "stability_image_to_image";
|
|
10231
|
+
readonly description: "Transform an existing image using a text prompt with Stability AI.";
|
|
10232
|
+
readonly inputSchema: {
|
|
10233
|
+
readonly type: "object";
|
|
10234
|
+
readonly properties: {
|
|
10235
|
+
readonly api_key: {
|
|
10236
|
+
readonly type: "string";
|
|
10237
|
+
};
|
|
10238
|
+
readonly prompt: {
|
|
10239
|
+
readonly type: "string";
|
|
10240
|
+
};
|
|
10241
|
+
readonly image_url: {
|
|
10242
|
+
readonly type: "string";
|
|
10243
|
+
readonly description: "URL of the source image";
|
|
10244
|
+
};
|
|
10245
|
+
readonly engine_id: {
|
|
10246
|
+
readonly type: "string";
|
|
10247
|
+
};
|
|
10248
|
+
readonly negative_prompt: {
|
|
10249
|
+
readonly type: "string";
|
|
10250
|
+
};
|
|
10251
|
+
readonly strength: {
|
|
10252
|
+
readonly type: "number";
|
|
10253
|
+
readonly description: "0.0-1.0: how much to change the image (default: 0.35)";
|
|
10254
|
+
};
|
|
10255
|
+
readonly steps: {
|
|
10256
|
+
readonly type: "number";
|
|
10257
|
+
};
|
|
10258
|
+
readonly cfg_scale: {
|
|
10259
|
+
readonly type: "number";
|
|
10260
|
+
};
|
|
10261
|
+
readonly samples: {
|
|
10262
|
+
readonly type: "number";
|
|
10263
|
+
};
|
|
10264
|
+
};
|
|
10265
|
+
readonly required: readonly ["api_key", "prompt", "image_url"];
|
|
10266
|
+
};
|
|
10267
|
+
}, {
|
|
10268
|
+
readonly name: "stability_upscale";
|
|
10269
|
+
readonly description: "Upscale an image using Stability AI ESRGAN.";
|
|
10270
|
+
readonly inputSchema: {
|
|
10271
|
+
readonly type: "object";
|
|
10272
|
+
readonly properties: {
|
|
10273
|
+
readonly api_key: {
|
|
10274
|
+
readonly type: "string";
|
|
10275
|
+
};
|
|
10276
|
+
readonly image_url: {
|
|
10277
|
+
readonly type: "string";
|
|
10278
|
+
readonly description: "URL of the image to upscale";
|
|
10279
|
+
};
|
|
10280
|
+
readonly width: {
|
|
10281
|
+
readonly type: "number";
|
|
10282
|
+
readonly description: "Target width in pixels (default: 2048)";
|
|
10283
|
+
};
|
|
10284
|
+
readonly engine_id: {
|
|
10285
|
+
readonly type: "string";
|
|
10286
|
+
readonly description: "Upscale engine (default: esrgan-v1-x2plus)";
|
|
10287
|
+
};
|
|
10288
|
+
};
|
|
10289
|
+
readonly required: readonly ["api_key", "image_url"];
|
|
10290
|
+
};
|
|
10291
|
+
}, {
|
|
10292
|
+
readonly name: "stability_list_engines";
|
|
10293
|
+
readonly description: "List all available Stability AI generation engines.";
|
|
10294
|
+
readonly inputSchema: {
|
|
10295
|
+
readonly type: "object";
|
|
10296
|
+
readonly properties: {
|
|
10297
|
+
readonly api_key: {
|
|
10298
|
+
readonly type: "string";
|
|
10299
|
+
};
|
|
10300
|
+
};
|
|
10301
|
+
readonly required: readonly ["api_key"];
|
|
10302
|
+
};
|
|
10303
|
+
}, {
|
|
10304
|
+
readonly name: "openai_chat_completion";
|
|
10305
|
+
readonly description: "Run a chat completion with an OpenAI model (GPT-4o, GPT-4, etc.).";
|
|
10306
|
+
readonly inputSchema: {
|
|
10307
|
+
readonly type: "object";
|
|
10308
|
+
readonly properties: {
|
|
10309
|
+
readonly api_key: {
|
|
10310
|
+
readonly type: "string";
|
|
10311
|
+
};
|
|
10312
|
+
readonly model: {
|
|
10313
|
+
readonly type: "string";
|
|
10314
|
+
readonly description: "Model ID, e.g. gpt-4o, gpt-4o-mini (default: gpt-4o-mini)";
|
|
10315
|
+
};
|
|
10316
|
+
readonly prompt: {
|
|
10317
|
+
readonly type: "string";
|
|
10318
|
+
readonly description: "Convenience: single user message (alternative to messages array)";
|
|
10319
|
+
};
|
|
10320
|
+
readonly system_prompt: {
|
|
10321
|
+
readonly type: "string";
|
|
10322
|
+
readonly description: "System instruction (used with prompt param)";
|
|
10323
|
+
};
|
|
10324
|
+
readonly messages: {
|
|
10325
|
+
readonly description: "Array of {role, content} message objects (alternative to prompt)";
|
|
10326
|
+
};
|
|
10327
|
+
readonly max_tokens: {
|
|
10328
|
+
readonly type: "number";
|
|
10329
|
+
};
|
|
10330
|
+
readonly temperature: {
|
|
10331
|
+
readonly type: "number";
|
|
10332
|
+
};
|
|
10333
|
+
readonly top_p: {
|
|
10334
|
+
readonly type: "number";
|
|
10335
|
+
};
|
|
10336
|
+
readonly n: {
|
|
10337
|
+
readonly type: "number";
|
|
10338
|
+
};
|
|
10339
|
+
readonly response_format: {
|
|
10340
|
+
readonly description: "e.g. {type: 'json_object'}";
|
|
10341
|
+
};
|
|
10342
|
+
readonly seed: {
|
|
10343
|
+
readonly type: "number";
|
|
10344
|
+
};
|
|
10345
|
+
readonly org_id: {
|
|
10346
|
+
readonly type: "string";
|
|
10347
|
+
readonly description: "OpenAI organization ID (optional)";
|
|
10348
|
+
};
|
|
10349
|
+
};
|
|
10350
|
+
readonly required: readonly ["api_key"];
|
|
10351
|
+
};
|
|
10352
|
+
}, {
|
|
10353
|
+
readonly name: "openai_create_embedding";
|
|
10354
|
+
readonly description: "Create vector embeddings for text using an OpenAI embedding model.";
|
|
10355
|
+
readonly inputSchema: {
|
|
10356
|
+
readonly type: "object";
|
|
10357
|
+
readonly properties: {
|
|
10358
|
+
readonly api_key: {
|
|
10359
|
+
readonly type: "string";
|
|
10360
|
+
};
|
|
10361
|
+
readonly input: {
|
|
10362
|
+
readonly description: "String or array of strings to embed";
|
|
10363
|
+
};
|
|
10364
|
+
readonly model: {
|
|
10365
|
+
readonly type: "string";
|
|
10366
|
+
readonly description: "Embedding model (default: text-embedding-3-small)";
|
|
10367
|
+
};
|
|
10368
|
+
readonly dimensions: {
|
|
10369
|
+
readonly type: "number";
|
|
10370
|
+
readonly description: "Number of output dimensions (for text-embedding-3-* models)";
|
|
10371
|
+
};
|
|
10372
|
+
readonly org_id: {
|
|
10373
|
+
readonly type: "string";
|
|
10374
|
+
};
|
|
10375
|
+
};
|
|
10376
|
+
readonly required: readonly ["api_key", "input"];
|
|
10377
|
+
};
|
|
10378
|
+
}, {
|
|
10379
|
+
readonly name: "openai_generate_image";
|
|
10380
|
+
readonly description: "Generate images from a text prompt using DALL-E.";
|
|
10381
|
+
readonly inputSchema: {
|
|
10382
|
+
readonly type: "object";
|
|
10383
|
+
readonly properties: {
|
|
10384
|
+
readonly api_key: {
|
|
10385
|
+
readonly type: "string";
|
|
10386
|
+
};
|
|
10387
|
+
readonly prompt: {
|
|
10388
|
+
readonly type: "string";
|
|
10389
|
+
};
|
|
10390
|
+
readonly model: {
|
|
10391
|
+
readonly type: "string";
|
|
10392
|
+
readonly description: "dall-e-3 or dall-e-2 (default: dall-e-3)";
|
|
10393
|
+
};
|
|
10394
|
+
readonly n: {
|
|
10395
|
+
readonly type: "number";
|
|
10396
|
+
readonly description: "Number of images to generate";
|
|
10397
|
+
};
|
|
10398
|
+
readonly size: {
|
|
10399
|
+
readonly type: "string";
|
|
10400
|
+
readonly description: "1024x1024, 1792x1024, or 1024x1792 for DALL-E 3";
|
|
10401
|
+
};
|
|
10402
|
+
readonly quality: {
|
|
10403
|
+
readonly type: "string";
|
|
10404
|
+
readonly description: "standard or hd (DALL-E 3 only)";
|
|
10405
|
+
};
|
|
10406
|
+
readonly style: {
|
|
10407
|
+
readonly type: "string";
|
|
10408
|
+
readonly description: "natural or vivid (DALL-E 3 only)";
|
|
10409
|
+
};
|
|
10410
|
+
readonly response_format: {
|
|
10411
|
+
readonly type: "string";
|
|
10412
|
+
readonly description: "url or b64_json (default: url)";
|
|
10413
|
+
};
|
|
10414
|
+
};
|
|
10415
|
+
readonly required: readonly ["api_key", "prompt"];
|
|
10416
|
+
};
|
|
10417
|
+
}, {
|
|
10418
|
+
readonly name: "openai_create_transcription";
|
|
10419
|
+
readonly description: "Transcribe audio to text using OpenAI Whisper.";
|
|
10420
|
+
readonly inputSchema: {
|
|
10421
|
+
readonly type: "object";
|
|
10422
|
+
readonly properties: {
|
|
10423
|
+
readonly api_key: {
|
|
10424
|
+
readonly type: "string";
|
|
10425
|
+
};
|
|
10426
|
+
readonly audio_url: {
|
|
10427
|
+
readonly type: "string";
|
|
10428
|
+
readonly description: "URL of the audio file to transcribe";
|
|
10429
|
+
};
|
|
10430
|
+
readonly model: {
|
|
10431
|
+
readonly type: "string";
|
|
10432
|
+
readonly description: "Transcription model (default: whisper-1)";
|
|
10433
|
+
};
|
|
10434
|
+
readonly language: {
|
|
10435
|
+
readonly type: "string";
|
|
10436
|
+
readonly description: "ISO-639-1 language code (optional)";
|
|
10437
|
+
};
|
|
10438
|
+
readonly response_format: {
|
|
10439
|
+
readonly type: "string";
|
|
10440
|
+
readonly description: "json, text, srt, verbose_json, vtt (default: json)";
|
|
10441
|
+
};
|
|
10442
|
+
readonly prompt: {
|
|
10443
|
+
readonly type: "string";
|
|
10444
|
+
};
|
|
10445
|
+
readonly temperature: {
|
|
10446
|
+
readonly type: "number";
|
|
10447
|
+
};
|
|
10448
|
+
readonly filename: {
|
|
10449
|
+
readonly type: "string";
|
|
10450
|
+
};
|
|
10451
|
+
};
|
|
10452
|
+
readonly required: readonly ["api_key", "audio_url"];
|
|
10453
|
+
};
|
|
10454
|
+
}, {
|
|
10455
|
+
readonly name: "openai_list_models";
|
|
10456
|
+
readonly description: "List all OpenAI models available to the account.";
|
|
10457
|
+
readonly inputSchema: {
|
|
10458
|
+
readonly type: "object";
|
|
10459
|
+
readonly properties: {
|
|
10460
|
+
readonly api_key: {
|
|
10461
|
+
readonly type: "string";
|
|
10462
|
+
};
|
|
10463
|
+
};
|
|
10464
|
+
readonly required: readonly ["api_key"];
|
|
10465
|
+
};
|
|
10466
|
+
}, {
|
|
10467
|
+
readonly name: "anthropic_create_message";
|
|
10468
|
+
readonly description: "Send a message to the Anthropic Messages API (Claude models). Useful for agents that need to call Claude programmatically or compare model outputs.";
|
|
10469
|
+
readonly inputSchema: {
|
|
10470
|
+
readonly type: "object";
|
|
10471
|
+
readonly properties: {
|
|
10472
|
+
readonly api_key: {
|
|
10473
|
+
readonly type: "string";
|
|
10474
|
+
};
|
|
10475
|
+
readonly model: {
|
|
10476
|
+
readonly type: "string";
|
|
10477
|
+
readonly description: "Claude model ID (default: claude-sonnet-4-6)";
|
|
10478
|
+
};
|
|
10479
|
+
readonly prompt: {
|
|
10480
|
+
readonly type: "string";
|
|
10481
|
+
readonly description: "Convenience: single user message (alternative to messages array)";
|
|
10482
|
+
};
|
|
10483
|
+
readonly messages: {
|
|
10484
|
+
readonly description: "Array of {role, content} message objects";
|
|
10485
|
+
};
|
|
10486
|
+
readonly system: {
|
|
10487
|
+
readonly type: "string";
|
|
10488
|
+
readonly description: "System prompt";
|
|
10489
|
+
};
|
|
10490
|
+
readonly max_tokens: {
|
|
10491
|
+
readonly type: "number";
|
|
10492
|
+
readonly description: "Max tokens to generate (default: 1024)";
|
|
10493
|
+
};
|
|
10494
|
+
readonly temperature: {
|
|
10495
|
+
readonly type: "number";
|
|
10496
|
+
};
|
|
10497
|
+
readonly top_p: {
|
|
10498
|
+
readonly type: "number";
|
|
10499
|
+
};
|
|
10500
|
+
readonly top_k: {
|
|
10501
|
+
readonly type: "number";
|
|
10502
|
+
};
|
|
10503
|
+
readonly stop_sequences: {
|
|
10504
|
+
readonly description: "Array of stop sequences";
|
|
10505
|
+
};
|
|
10506
|
+
};
|
|
10507
|
+
readonly required: readonly ["api_key"];
|
|
10508
|
+
};
|
|
10509
|
+
}, {
|
|
10510
|
+
readonly name: "anthropic_list_models";
|
|
10511
|
+
readonly description: "List all Claude models available via the Anthropic API.";
|
|
10512
|
+
readonly inputSchema: {
|
|
10513
|
+
readonly type: "object";
|
|
10514
|
+
readonly properties: {
|
|
10515
|
+
readonly api_key: {
|
|
10516
|
+
readonly type: "string";
|
|
10517
|
+
};
|
|
10518
|
+
};
|
|
10519
|
+
readonly required: readonly ["api_key"];
|
|
10520
|
+
};
|
|
10521
|
+
}, {
|
|
10522
|
+
readonly name: "list_asana_workspaces";
|
|
10523
|
+
readonly description: "List all Asana workspaces accessible by the authenticated user.";
|
|
10524
|
+
readonly inputSchema: {
|
|
10525
|
+
readonly type: "object";
|
|
10526
|
+
readonly properties: {
|
|
10527
|
+
readonly api_key: {
|
|
10528
|
+
readonly type: "string";
|
|
10529
|
+
readonly description: "Asana Personal Access Token (or set ASANA_API_KEY)";
|
|
10530
|
+
};
|
|
10531
|
+
};
|
|
10532
|
+
};
|
|
10533
|
+
}, {
|
|
10534
|
+
readonly name: "list_asana_projects";
|
|
10535
|
+
readonly description: "List projects in an Asana workspace.";
|
|
10536
|
+
readonly inputSchema: {
|
|
10537
|
+
readonly type: "object";
|
|
10538
|
+
readonly properties: {
|
|
10539
|
+
readonly workspace_gid: {
|
|
10540
|
+
readonly type: "string";
|
|
10541
|
+
readonly description: "Workspace GID";
|
|
10542
|
+
};
|
|
10543
|
+
readonly archived: {
|
|
10544
|
+
readonly type: "boolean";
|
|
10545
|
+
readonly description: "Include archived projects (default false)";
|
|
10546
|
+
};
|
|
10547
|
+
readonly limit: {
|
|
10548
|
+
readonly type: "number";
|
|
10549
|
+
readonly description: "Max results (default 100)";
|
|
10550
|
+
};
|
|
10551
|
+
readonly api_key: {
|
|
10552
|
+
readonly type: "string";
|
|
10553
|
+
};
|
|
10554
|
+
};
|
|
10555
|
+
readonly required: readonly ["workspace_gid"];
|
|
10556
|
+
};
|
|
10557
|
+
}, {
|
|
10558
|
+
readonly name: "list_asana_tasks";
|
|
10559
|
+
readonly description: "List tasks in an Asana project.";
|
|
10560
|
+
readonly inputSchema: {
|
|
10561
|
+
readonly type: "object";
|
|
10562
|
+
readonly properties: {
|
|
10563
|
+
readonly project_gid: {
|
|
10564
|
+
readonly type: "string";
|
|
10565
|
+
readonly description: "Project GID";
|
|
10566
|
+
};
|
|
10567
|
+
readonly completed: {
|
|
10568
|
+
readonly type: "boolean";
|
|
10569
|
+
readonly description: "Filter to completed tasks only";
|
|
10570
|
+
};
|
|
10571
|
+
readonly limit: {
|
|
10572
|
+
readonly type: "number";
|
|
10573
|
+
};
|
|
10574
|
+
readonly api_key: {
|
|
10575
|
+
readonly type: "string";
|
|
10576
|
+
};
|
|
10577
|
+
};
|
|
10578
|
+
readonly required: readonly ["project_gid"];
|
|
10579
|
+
};
|
|
10580
|
+
}, {
|
|
10581
|
+
readonly name: "create_asana_task";
|
|
10582
|
+
readonly description: "Create a new task in Asana.";
|
|
10583
|
+
readonly inputSchema: {
|
|
10584
|
+
readonly type: "object";
|
|
10585
|
+
readonly properties: {
|
|
10586
|
+
readonly name: {
|
|
10587
|
+
readonly type: "string";
|
|
10588
|
+
readonly description: "Task name";
|
|
10589
|
+
};
|
|
10590
|
+
readonly workspace_gid: {
|
|
10591
|
+
readonly type: "string";
|
|
10592
|
+
readonly description: "Workspace GID";
|
|
10593
|
+
};
|
|
10594
|
+
readonly notes: {
|
|
10595
|
+
readonly type: "string";
|
|
10596
|
+
readonly description: "Task description";
|
|
10597
|
+
};
|
|
10598
|
+
readonly due_on: {
|
|
10599
|
+
readonly type: "string";
|
|
10600
|
+
readonly description: "Due date (YYYY-MM-DD)";
|
|
10601
|
+
};
|
|
10602
|
+
readonly assignee: {
|
|
10603
|
+
readonly type: "string";
|
|
10604
|
+
readonly description: "Assignee GID or 'me'";
|
|
10605
|
+
};
|
|
10606
|
+
readonly projects: {
|
|
10607
|
+
readonly type: "array";
|
|
10608
|
+
readonly items: {
|
|
10609
|
+
readonly type: "string";
|
|
10610
|
+
};
|
|
10611
|
+
readonly description: "Project GIDs to add the task to";
|
|
10612
|
+
};
|
|
10613
|
+
readonly api_key: {
|
|
10614
|
+
readonly type: "string";
|
|
10615
|
+
};
|
|
10616
|
+
};
|
|
10617
|
+
readonly required: readonly ["name", "workspace_gid"];
|
|
10618
|
+
};
|
|
10619
|
+
}, {
|
|
10620
|
+
readonly name: "update_asana_task";
|
|
10621
|
+
readonly description: "Update an existing Asana task.";
|
|
10622
|
+
readonly inputSchema: {
|
|
10623
|
+
readonly type: "object";
|
|
10624
|
+
readonly properties: {
|
|
10625
|
+
readonly task_gid: {
|
|
10626
|
+
readonly type: "string";
|
|
10627
|
+
readonly description: "Task GID";
|
|
10628
|
+
};
|
|
10629
|
+
readonly name: {
|
|
10630
|
+
readonly type: "string";
|
|
10631
|
+
};
|
|
10632
|
+
readonly notes: {
|
|
10633
|
+
readonly type: "string";
|
|
10634
|
+
};
|
|
10635
|
+
readonly completed: {
|
|
10636
|
+
readonly type: "boolean";
|
|
10637
|
+
};
|
|
10638
|
+
readonly due_on: {
|
|
10639
|
+
readonly type: "string";
|
|
10640
|
+
readonly description: "YYYY-MM-DD or null to clear";
|
|
10641
|
+
};
|
|
10642
|
+
readonly assignee: {
|
|
10643
|
+
readonly type: "string";
|
|
10644
|
+
readonly description: "Assignee GID or null to unassign";
|
|
10645
|
+
};
|
|
10646
|
+
readonly api_key: {
|
|
10647
|
+
readonly type: "string";
|
|
10648
|
+
};
|
|
10649
|
+
};
|
|
10650
|
+
readonly required: readonly ["task_gid"];
|
|
10651
|
+
};
|
|
10652
|
+
}, {
|
|
10653
|
+
readonly name: "get_asana_task";
|
|
10654
|
+
readonly description: "Get full details of a single Asana task.";
|
|
10655
|
+
readonly inputSchema: {
|
|
10656
|
+
readonly type: "object";
|
|
10657
|
+
readonly properties: {
|
|
10658
|
+
readonly task_gid: {
|
|
10659
|
+
readonly type: "string";
|
|
10660
|
+
readonly description: "Task GID";
|
|
10661
|
+
};
|
|
10662
|
+
readonly api_key: {
|
|
10663
|
+
readonly type: "string";
|
|
10664
|
+
};
|
|
10665
|
+
};
|
|
10666
|
+
readonly required: readonly ["task_gid"];
|
|
10667
|
+
};
|
|
10668
|
+
}, {
|
|
10669
|
+
readonly name: "search_asana_tasks";
|
|
10670
|
+
readonly description: "Search tasks by text within an Asana workspace.";
|
|
10671
|
+
readonly inputSchema: {
|
|
10672
|
+
readonly type: "object";
|
|
10673
|
+
readonly properties: {
|
|
10674
|
+
readonly workspace_gid: {
|
|
10675
|
+
readonly type: "string";
|
|
10676
|
+
readonly description: "Workspace GID";
|
|
10677
|
+
};
|
|
10678
|
+
readonly text: {
|
|
10679
|
+
readonly type: "string";
|
|
10680
|
+
readonly description: "Search query";
|
|
10681
|
+
};
|
|
10682
|
+
readonly completed: {
|
|
10683
|
+
readonly type: "boolean";
|
|
10684
|
+
};
|
|
10685
|
+
readonly limit: {
|
|
10686
|
+
readonly type: "number";
|
|
10687
|
+
};
|
|
10688
|
+
readonly api_key: {
|
|
10689
|
+
readonly type: "string";
|
|
10690
|
+
};
|
|
10691
|
+
};
|
|
10692
|
+
readonly required: readonly ["workspace_gid", "text"];
|
|
10693
|
+
};
|
|
10694
|
+
}, {
|
|
10695
|
+
readonly name: "list_monday_boards";
|
|
10696
|
+
readonly description: "List boards in a Monday.com account.";
|
|
10697
|
+
readonly inputSchema: {
|
|
10698
|
+
readonly type: "object";
|
|
10699
|
+
readonly properties: {
|
|
10700
|
+
readonly limit: {
|
|
10701
|
+
readonly type: "number";
|
|
10702
|
+
readonly description: "Max boards to return (default 25)";
|
|
10703
|
+
};
|
|
10704
|
+
readonly api_key: {
|
|
10705
|
+
readonly type: "string";
|
|
10706
|
+
readonly description: "Monday.com API token (or set MONDAY_API_KEY)";
|
|
10707
|
+
};
|
|
10708
|
+
};
|
|
10709
|
+
};
|
|
10710
|
+
}, {
|
|
10711
|
+
readonly name: "get_monday_board";
|
|
10712
|
+
readonly description: "Get details of a specific Monday.com board including columns and groups.";
|
|
10713
|
+
readonly inputSchema: {
|
|
10714
|
+
readonly type: "object";
|
|
10715
|
+
readonly properties: {
|
|
10716
|
+
readonly board_id: {
|
|
10717
|
+
readonly type: "string";
|
|
10718
|
+
readonly description: "Board ID";
|
|
10719
|
+
};
|
|
10720
|
+
readonly api_key: {
|
|
10721
|
+
readonly type: "string";
|
|
10722
|
+
};
|
|
10723
|
+
};
|
|
10724
|
+
readonly required: readonly ["board_id"];
|
|
10725
|
+
};
|
|
10726
|
+
}, {
|
|
10727
|
+
readonly name: "list_monday_items";
|
|
10728
|
+
readonly description: "List items (rows) in a Monday.com board.";
|
|
10729
|
+
readonly inputSchema: {
|
|
10730
|
+
readonly type: "object";
|
|
10731
|
+
readonly properties: {
|
|
10732
|
+
readonly board_id: {
|
|
10733
|
+
readonly type: "string";
|
|
10734
|
+
readonly description: "Board ID";
|
|
10735
|
+
};
|
|
10736
|
+
readonly limit: {
|
|
10737
|
+
readonly type: "number";
|
|
10738
|
+
readonly description: "Max items (default 50)";
|
|
10739
|
+
};
|
|
10740
|
+
readonly api_key: {
|
|
10741
|
+
readonly type: "string";
|
|
10742
|
+
};
|
|
10743
|
+
};
|
|
10744
|
+
readonly required: readonly ["board_id"];
|
|
10745
|
+
};
|
|
10746
|
+
}, {
|
|
10747
|
+
readonly name: "create_monday_item";
|
|
10748
|
+
readonly description: "Create a new item in a Monday.com board.";
|
|
10749
|
+
readonly inputSchema: {
|
|
10750
|
+
readonly type: "object";
|
|
10751
|
+
readonly properties: {
|
|
10752
|
+
readonly board_id: {
|
|
10753
|
+
readonly type: "string";
|
|
10754
|
+
readonly description: "Board ID";
|
|
10755
|
+
};
|
|
10756
|
+
readonly item_name: {
|
|
10757
|
+
readonly type: "string";
|
|
10758
|
+
readonly description: "Item name";
|
|
10759
|
+
};
|
|
10760
|
+
readonly group_id: {
|
|
10761
|
+
readonly type: "string";
|
|
10762
|
+
readonly description: "Group ID to add the item to";
|
|
10763
|
+
};
|
|
10764
|
+
readonly column_values: {
|
|
10765
|
+
readonly type: "object";
|
|
10766
|
+
readonly description: "Column values as JSON object";
|
|
10767
|
+
};
|
|
10768
|
+
readonly api_key: {
|
|
10769
|
+
readonly type: "string";
|
|
10770
|
+
};
|
|
10771
|
+
};
|
|
10772
|
+
readonly required: readonly ["board_id", "item_name"];
|
|
10773
|
+
};
|
|
10774
|
+
}, {
|
|
10775
|
+
readonly name: "update_monday_item";
|
|
10776
|
+
readonly description: "Update a column value on a Monday.com item.";
|
|
10777
|
+
readonly inputSchema: {
|
|
10778
|
+
readonly type: "object";
|
|
10779
|
+
readonly properties: {
|
|
10780
|
+
readonly board_id: {
|
|
10781
|
+
readonly type: "string";
|
|
10782
|
+
};
|
|
10783
|
+
readonly item_id: {
|
|
10784
|
+
readonly type: "string";
|
|
10785
|
+
};
|
|
10786
|
+
readonly column_id: {
|
|
10787
|
+
readonly type: "string";
|
|
10788
|
+
readonly description: "Column ID to update";
|
|
10789
|
+
};
|
|
10790
|
+
readonly value: {
|
|
10791
|
+
readonly description: "New value (string or JSON)";
|
|
10792
|
+
};
|
|
10793
|
+
readonly api_key: {
|
|
10794
|
+
readonly type: "string";
|
|
10795
|
+
};
|
|
10796
|
+
};
|
|
10797
|
+
readonly required: readonly ["board_id", "item_id", "column_id", "value"];
|
|
10798
|
+
};
|
|
10799
|
+
}, {
|
|
10800
|
+
readonly name: "search_monday_items";
|
|
10801
|
+
readonly description: "Search items by name in a Monday.com board.";
|
|
10802
|
+
readonly inputSchema: {
|
|
10803
|
+
readonly type: "object";
|
|
10804
|
+
readonly properties: {
|
|
10805
|
+
readonly board_id: {
|
|
10806
|
+
readonly type: "string";
|
|
10807
|
+
};
|
|
10808
|
+
readonly query: {
|
|
10809
|
+
readonly type: "string";
|
|
10810
|
+
readonly description: "Search text";
|
|
10811
|
+
};
|
|
10812
|
+
readonly limit: {
|
|
10813
|
+
readonly type: "number";
|
|
10814
|
+
};
|
|
10815
|
+
readonly api_key: {
|
|
10816
|
+
readonly type: "string";
|
|
10817
|
+
};
|
|
10818
|
+
};
|
|
10819
|
+
readonly required: readonly ["board_id", "query"];
|
|
10820
|
+
};
|
|
10821
|
+
}, {
|
|
10822
|
+
readonly name: "get_calendly_user";
|
|
10823
|
+
readonly description: "Get the authenticated Calendly user profile.";
|
|
10824
|
+
readonly inputSchema: {
|
|
10825
|
+
readonly type: "object";
|
|
10826
|
+
readonly properties: {
|
|
10827
|
+
readonly api_key: {
|
|
10828
|
+
readonly type: "string";
|
|
10829
|
+
readonly description: "Calendly Personal Access Token (or set CALENDLY_API_KEY)";
|
|
10830
|
+
};
|
|
10831
|
+
};
|
|
10832
|
+
};
|
|
10833
|
+
}, {
|
|
10834
|
+
readonly name: "list_calendly_event_types";
|
|
10835
|
+
readonly description: "List event types for the authenticated Calendly user.";
|
|
10836
|
+
readonly inputSchema: {
|
|
10837
|
+
readonly type: "object";
|
|
10838
|
+
readonly properties: {
|
|
10839
|
+
readonly user_uri: {
|
|
10840
|
+
readonly type: "string";
|
|
10841
|
+
readonly description: "User URI (auto-resolved if omitted)";
|
|
10842
|
+
};
|
|
10843
|
+
readonly active: {
|
|
10844
|
+
readonly type: "boolean";
|
|
10845
|
+
readonly description: "Filter to active event types only";
|
|
10846
|
+
};
|
|
10847
|
+
readonly count: {
|
|
10848
|
+
readonly type: "number";
|
|
10849
|
+
};
|
|
10850
|
+
readonly api_key: {
|
|
10851
|
+
readonly type: "string";
|
|
10852
|
+
};
|
|
10853
|
+
};
|
|
10854
|
+
};
|
|
10855
|
+
}, {
|
|
10856
|
+
readonly name: "list_calendly_events";
|
|
10857
|
+
readonly description: "List scheduled events for the authenticated Calendly user.";
|
|
10858
|
+
readonly inputSchema: {
|
|
10859
|
+
readonly type: "object";
|
|
10860
|
+
readonly properties: {
|
|
10861
|
+
readonly user_uri: {
|
|
10862
|
+
readonly type: "string";
|
|
10863
|
+
readonly description: "User URI (auto-resolved if omitted)";
|
|
10864
|
+
};
|
|
10865
|
+
readonly status: {
|
|
10866
|
+
readonly type: "string";
|
|
10867
|
+
readonly description: "active or canceled";
|
|
10868
|
+
};
|
|
10869
|
+
readonly min_start_time: {
|
|
10870
|
+
readonly type: "string";
|
|
10871
|
+
readonly description: "ISO 8601 datetime";
|
|
10872
|
+
};
|
|
10873
|
+
readonly max_start_time: {
|
|
10874
|
+
readonly type: "string";
|
|
10875
|
+
readonly description: "ISO 8601 datetime";
|
|
10876
|
+
};
|
|
10877
|
+
readonly count: {
|
|
10878
|
+
readonly type: "number";
|
|
10879
|
+
};
|
|
10880
|
+
readonly sort: {
|
|
10881
|
+
readonly type: "string";
|
|
10882
|
+
readonly description: "e.g. start_time:asc";
|
|
10883
|
+
};
|
|
10884
|
+
readonly api_key: {
|
|
10885
|
+
readonly type: "string";
|
|
10886
|
+
};
|
|
10887
|
+
};
|
|
10888
|
+
};
|
|
10889
|
+
}, {
|
|
10890
|
+
readonly name: "get_calendly_event";
|
|
10891
|
+
readonly description: "Get details of a single Calendly scheduled event.";
|
|
10892
|
+
readonly inputSchema: {
|
|
10893
|
+
readonly type: "object";
|
|
10894
|
+
readonly properties: {
|
|
10895
|
+
readonly event_uuid: {
|
|
10896
|
+
readonly type: "string";
|
|
10897
|
+
readonly description: "Event UUID";
|
|
10898
|
+
};
|
|
10899
|
+
readonly api_key: {
|
|
10900
|
+
readonly type: "string";
|
|
10901
|
+
};
|
|
10902
|
+
};
|
|
10903
|
+
readonly required: readonly ["event_uuid"];
|
|
10904
|
+
};
|
|
10905
|
+
}, {
|
|
10906
|
+
readonly name: "list_calendly_invitees";
|
|
10907
|
+
readonly description: "List invitees for a Calendly scheduled event.";
|
|
10908
|
+
readonly inputSchema: {
|
|
10909
|
+
readonly type: "object";
|
|
10910
|
+
readonly properties: {
|
|
10911
|
+
readonly event_uuid: {
|
|
10912
|
+
readonly type: "string";
|
|
10913
|
+
readonly description: "Event UUID";
|
|
10914
|
+
};
|
|
10915
|
+
readonly status: {
|
|
10916
|
+
readonly type: "string";
|
|
10917
|
+
readonly description: "active or canceled";
|
|
10918
|
+
};
|
|
10919
|
+
readonly count: {
|
|
10920
|
+
readonly type: "number";
|
|
10921
|
+
};
|
|
10922
|
+
readonly api_key: {
|
|
10923
|
+
readonly type: "string";
|
|
10924
|
+
};
|
|
10925
|
+
};
|
|
10926
|
+
readonly required: readonly ["event_uuid"];
|
|
10927
|
+
};
|
|
10928
|
+
}, {
|
|
10929
|
+
readonly name: "list_pinterest_boards";
|
|
10930
|
+
readonly description: "List Pinterest boards for the authenticated user.";
|
|
10931
|
+
readonly inputSchema: {
|
|
10932
|
+
readonly type: "object";
|
|
10933
|
+
readonly properties: {
|
|
10934
|
+
readonly page_size: {
|
|
10935
|
+
readonly type: "number";
|
|
10936
|
+
};
|
|
10937
|
+
readonly bookmark: {
|
|
10938
|
+
readonly type: "string";
|
|
10939
|
+
readonly description: "Pagination cursor";
|
|
10940
|
+
};
|
|
10941
|
+
readonly privacy: {
|
|
10942
|
+
readonly type: "string";
|
|
10943
|
+
readonly description: "PUBLIC, PROTECTED, or SECRET";
|
|
10944
|
+
};
|
|
10945
|
+
readonly access_token: {
|
|
10946
|
+
readonly type: "string";
|
|
10947
|
+
readonly description: "Pinterest access token (or set PINTEREST_ACCESS_TOKEN)";
|
|
10948
|
+
};
|
|
10949
|
+
};
|
|
10950
|
+
};
|
|
10951
|
+
}, {
|
|
10952
|
+
readonly name: "get_pinterest_board";
|
|
10953
|
+
readonly description: "Get details of a specific Pinterest board.";
|
|
10954
|
+
readonly inputSchema: {
|
|
10955
|
+
readonly type: "object";
|
|
10956
|
+
readonly properties: {
|
|
10957
|
+
readonly board_id: {
|
|
10958
|
+
readonly type: "string";
|
|
10959
|
+
readonly description: "Board ID";
|
|
10960
|
+
};
|
|
10961
|
+
readonly access_token: {
|
|
10962
|
+
readonly type: "string";
|
|
10963
|
+
};
|
|
10964
|
+
};
|
|
10965
|
+
readonly required: readonly ["board_id"];
|
|
10966
|
+
};
|
|
10967
|
+
}, {
|
|
10968
|
+
readonly name: "list_pinterest_pins";
|
|
10969
|
+
readonly description: "List pins on a Pinterest board.";
|
|
10970
|
+
readonly inputSchema: {
|
|
10971
|
+
readonly type: "object";
|
|
10972
|
+
readonly properties: {
|
|
10973
|
+
readonly board_id: {
|
|
10974
|
+
readonly type: "string";
|
|
10975
|
+
readonly description: "Board ID";
|
|
10976
|
+
};
|
|
10977
|
+
readonly page_size: {
|
|
10978
|
+
readonly type: "number";
|
|
10979
|
+
};
|
|
10980
|
+
readonly bookmark: {
|
|
10981
|
+
readonly type: "string";
|
|
10982
|
+
};
|
|
10983
|
+
readonly access_token: {
|
|
10984
|
+
readonly type: "string";
|
|
10985
|
+
};
|
|
10986
|
+
};
|
|
10987
|
+
readonly required: readonly ["board_id"];
|
|
10988
|
+
};
|
|
10989
|
+
}, {
|
|
10990
|
+
readonly name: "create_pinterest_pin";
|
|
10991
|
+
readonly description: "Create a new Pinterest pin from an image URL.";
|
|
10992
|
+
readonly inputSchema: {
|
|
10993
|
+
readonly type: "object";
|
|
10994
|
+
readonly properties: {
|
|
10995
|
+
readonly board_id: {
|
|
10996
|
+
readonly type: "string";
|
|
10997
|
+
readonly description: "Board ID to pin to";
|
|
10998
|
+
};
|
|
10999
|
+
readonly media_source_url: {
|
|
11000
|
+
readonly type: "string";
|
|
11001
|
+
readonly description: "Public image URL";
|
|
11002
|
+
};
|
|
11003
|
+
readonly title: {
|
|
11004
|
+
readonly type: "string";
|
|
11005
|
+
};
|
|
11006
|
+
readonly description: {
|
|
11007
|
+
readonly type: "string";
|
|
11008
|
+
};
|
|
11009
|
+
readonly link: {
|
|
11010
|
+
readonly type: "string";
|
|
11011
|
+
readonly description: "Destination URL when pin is clicked";
|
|
11012
|
+
};
|
|
11013
|
+
readonly board_section_id: {
|
|
11014
|
+
readonly type: "string";
|
|
11015
|
+
};
|
|
11016
|
+
readonly access_token: {
|
|
11017
|
+
readonly type: "string";
|
|
11018
|
+
};
|
|
11019
|
+
};
|
|
11020
|
+
readonly required: readonly ["board_id", "media_source_url"];
|
|
11021
|
+
};
|
|
11022
|
+
}, {
|
|
11023
|
+
readonly name: "search_pinterest_pins";
|
|
11024
|
+
readonly description: "Search Pinterest pins by keyword.";
|
|
11025
|
+
readonly inputSchema: {
|
|
11026
|
+
readonly type: "object";
|
|
11027
|
+
readonly properties: {
|
|
11028
|
+
readonly query: {
|
|
11029
|
+
readonly type: "string";
|
|
11030
|
+
readonly description: "Search query";
|
|
11031
|
+
};
|
|
11032
|
+
readonly page_size: {
|
|
11033
|
+
readonly type: "number";
|
|
11034
|
+
};
|
|
11035
|
+
readonly bookmark: {
|
|
11036
|
+
readonly type: "string";
|
|
11037
|
+
};
|
|
11038
|
+
readonly access_token: {
|
|
11039
|
+
readonly type: "string";
|
|
11040
|
+
};
|
|
11041
|
+
};
|
|
11042
|
+
readonly required: readonly ["query"];
|
|
11043
|
+
};
|
|
11044
|
+
}, {
|
|
11045
|
+
readonly name: "get_pinterest_user";
|
|
11046
|
+
readonly description: "Get the authenticated Pinterest user account info.";
|
|
11047
|
+
readonly inputSchema: {
|
|
11048
|
+
readonly type: "object";
|
|
11049
|
+
readonly properties: {
|
|
11050
|
+
readonly access_token: {
|
|
11051
|
+
readonly type: "string";
|
|
11052
|
+
};
|
|
11053
|
+
};
|
|
11054
|
+
};
|
|
11055
|
+
}, {
|
|
11056
|
+
readonly name: "get_tiktok_user";
|
|
11057
|
+
readonly description: "Get the authenticated TikTok user profile (follower count, video count, etc.).";
|
|
11058
|
+
readonly inputSchema: {
|
|
11059
|
+
readonly type: "object";
|
|
11060
|
+
readonly properties: {
|
|
11061
|
+
readonly access_token: {
|
|
11062
|
+
readonly type: "string";
|
|
11063
|
+
readonly description: "TikTok OAuth access token (or set TIKTOK_ACCESS_TOKEN)";
|
|
11064
|
+
};
|
|
11065
|
+
};
|
|
11066
|
+
};
|
|
11067
|
+
}, {
|
|
11068
|
+
readonly name: "list_tiktok_videos";
|
|
11069
|
+
readonly description: "List videos for the authenticated TikTok user.";
|
|
11070
|
+
readonly inputSchema: {
|
|
11071
|
+
readonly type: "object";
|
|
11072
|
+
readonly properties: {
|
|
11073
|
+
readonly max_count: {
|
|
11074
|
+
readonly type: "number";
|
|
11075
|
+
readonly description: "Max videos to return (default 20, max 20)";
|
|
11076
|
+
};
|
|
11077
|
+
readonly cursor: {
|
|
11078
|
+
readonly type: "number";
|
|
11079
|
+
readonly description: "Pagination cursor";
|
|
11080
|
+
};
|
|
11081
|
+
readonly access_token: {
|
|
11082
|
+
readonly type: "string";
|
|
11083
|
+
};
|
|
11084
|
+
};
|
|
11085
|
+
};
|
|
11086
|
+
}, {
|
|
11087
|
+
readonly name: "get_tiktok_video";
|
|
11088
|
+
readonly description: "Get details of a specific TikTok video by ID.";
|
|
11089
|
+
readonly inputSchema: {
|
|
11090
|
+
readonly type: "object";
|
|
11091
|
+
readonly properties: {
|
|
11092
|
+
readonly video_id: {
|
|
11093
|
+
readonly type: "string";
|
|
11094
|
+
readonly description: "TikTok video ID";
|
|
11095
|
+
};
|
|
11096
|
+
readonly access_token: {
|
|
11097
|
+
readonly type: "string";
|
|
11098
|
+
};
|
|
11099
|
+
};
|
|
11100
|
+
readonly required: readonly ["video_id"];
|
|
11101
|
+
};
|
|
11102
|
+
}, {
|
|
11103
|
+
readonly name: "get_steam_player_summaries";
|
|
11104
|
+
readonly description: "Get Steam player profile summaries for one or more Steam IDs.";
|
|
11105
|
+
readonly inputSchema: {
|
|
11106
|
+
readonly type: "object";
|
|
11107
|
+
readonly properties: {
|
|
11108
|
+
readonly steamids: {
|
|
11109
|
+
readonly type: "string";
|
|
11110
|
+
readonly description: "Comma-separated Steam64 IDs (up to 100)";
|
|
11111
|
+
};
|
|
11112
|
+
readonly api_key: {
|
|
11113
|
+
readonly type: "string";
|
|
11114
|
+
readonly description: "Steam Web API key (or set STEAM_API_KEY)";
|
|
11115
|
+
};
|
|
11116
|
+
};
|
|
11117
|
+
readonly required: readonly ["steamids"];
|
|
11118
|
+
};
|
|
11119
|
+
}, {
|
|
11120
|
+
readonly name: "get_steam_owned_games";
|
|
11121
|
+
readonly description: "Get games owned by a Steam user.";
|
|
11122
|
+
readonly inputSchema: {
|
|
11123
|
+
readonly type: "object";
|
|
11124
|
+
readonly properties: {
|
|
11125
|
+
readonly steamid: {
|
|
11126
|
+
readonly type: "string";
|
|
11127
|
+
readonly description: "Steam64 ID";
|
|
11128
|
+
};
|
|
11129
|
+
readonly include_appinfo: {
|
|
11130
|
+
readonly type: "boolean";
|
|
11131
|
+
readonly description: "Include game names (default true)";
|
|
11132
|
+
};
|
|
11133
|
+
readonly include_played_free_games: {
|
|
11134
|
+
readonly type: "boolean";
|
|
11135
|
+
};
|
|
11136
|
+
readonly api_key: {
|
|
11137
|
+
readonly type: "string";
|
|
11138
|
+
};
|
|
11139
|
+
};
|
|
11140
|
+
readonly required: readonly ["steamid"];
|
|
11141
|
+
};
|
|
11142
|
+
}, {
|
|
11143
|
+
readonly name: "get_steam_achievements";
|
|
11144
|
+
readonly description: "Get achievements for a Steam user in a specific game.";
|
|
11145
|
+
readonly inputSchema: {
|
|
11146
|
+
readonly type: "object";
|
|
11147
|
+
readonly properties: {
|
|
11148
|
+
readonly steamid: {
|
|
11149
|
+
readonly type: "string";
|
|
11150
|
+
readonly description: "Steam64 ID";
|
|
11151
|
+
};
|
|
11152
|
+
readonly appid: {
|
|
11153
|
+
readonly type: "string";
|
|
11154
|
+
readonly description: "Steam App ID of the game";
|
|
11155
|
+
};
|
|
11156
|
+
readonly api_key: {
|
|
11157
|
+
readonly type: "string";
|
|
11158
|
+
};
|
|
11159
|
+
};
|
|
11160
|
+
readonly required: readonly ["steamid", "appid"];
|
|
11161
|
+
};
|
|
11162
|
+
}, {
|
|
11163
|
+
readonly name: "get_steam_app_details";
|
|
11164
|
+
readonly description: "Get store details for a Steam app (game info, price, platforms, Metacritic score).";
|
|
11165
|
+
readonly inputSchema: {
|
|
11166
|
+
readonly type: "object";
|
|
11167
|
+
readonly properties: {
|
|
11168
|
+
readonly appid: {
|
|
11169
|
+
readonly type: "string";
|
|
11170
|
+
readonly description: "Steam App ID";
|
|
11171
|
+
};
|
|
11172
|
+
readonly cc: {
|
|
11173
|
+
readonly type: "string";
|
|
11174
|
+
readonly description: "Country code for pricing (e.g. us, au)";
|
|
11175
|
+
};
|
|
11176
|
+
readonly l: {
|
|
11177
|
+
readonly type: "string";
|
|
11178
|
+
readonly description: "Language code (e.g. english)";
|
|
11179
|
+
};
|
|
11180
|
+
};
|
|
11181
|
+
readonly required: readonly ["appid"];
|
|
11182
|
+
};
|
|
11183
|
+
}, {
|
|
11184
|
+
readonly name: "search_steam_store";
|
|
11185
|
+
readonly description: "Search the Steam store for games by name.";
|
|
11186
|
+
readonly inputSchema: {
|
|
11187
|
+
readonly type: "object";
|
|
11188
|
+
readonly properties: {
|
|
11189
|
+
readonly term: {
|
|
11190
|
+
readonly type: "string";
|
|
11191
|
+
readonly description: "Search term";
|
|
11192
|
+
};
|
|
11193
|
+
readonly cc: {
|
|
11194
|
+
readonly type: "string";
|
|
11195
|
+
readonly description: "Country code for pricing";
|
|
11196
|
+
};
|
|
11197
|
+
readonly l: {
|
|
11198
|
+
readonly type: "string";
|
|
11199
|
+
readonly description: "Language code";
|
|
11200
|
+
};
|
|
11201
|
+
};
|
|
11202
|
+
readonly required: readonly ["term"];
|
|
11203
|
+
};
|
|
11204
|
+
}, {
|
|
11205
|
+
readonly name: "igdb_search_games";
|
|
11206
|
+
readonly description: "Search the IGDB games database by name.";
|
|
11207
|
+
readonly inputSchema: {
|
|
11208
|
+
readonly type: "object";
|
|
11209
|
+
readonly properties: {
|
|
11210
|
+
readonly query: {
|
|
11211
|
+
readonly type: "string";
|
|
11212
|
+
readonly description: "Game name to search for";
|
|
11213
|
+
};
|
|
11214
|
+
readonly limit: {
|
|
11215
|
+
readonly type: "number";
|
|
11216
|
+
readonly description: "Max results (default 10, max 50)";
|
|
11217
|
+
};
|
|
11218
|
+
readonly client_id: {
|
|
11219
|
+
readonly type: "string";
|
|
11220
|
+
readonly description: "Twitch/IGDB Client ID (or set IGDB_CLIENT_ID)";
|
|
11221
|
+
};
|
|
11222
|
+
readonly client_secret: {
|
|
11223
|
+
readonly type: "string";
|
|
11224
|
+
readonly description: "Twitch/IGDB Client Secret (or set IGDB_CLIENT_SECRET)";
|
|
11225
|
+
};
|
|
11226
|
+
};
|
|
11227
|
+
readonly required: readonly ["query"];
|
|
11228
|
+
};
|
|
11229
|
+
}, {
|
|
11230
|
+
readonly name: "igdb_get_game";
|
|
11231
|
+
readonly description: "Get full details of a game from IGDB by game ID.";
|
|
11232
|
+
readonly inputSchema: {
|
|
11233
|
+
readonly type: "object";
|
|
11234
|
+
readonly properties: {
|
|
11235
|
+
readonly game_id: {
|
|
11236
|
+
readonly type: "string";
|
|
11237
|
+
readonly description: "IGDB game ID";
|
|
11238
|
+
};
|
|
11239
|
+
readonly client_id: {
|
|
11240
|
+
readonly type: "string";
|
|
11241
|
+
};
|
|
11242
|
+
readonly client_secret: {
|
|
11243
|
+
readonly type: "string";
|
|
11244
|
+
};
|
|
11245
|
+
};
|
|
11246
|
+
readonly required: readonly ["game_id"];
|
|
11247
|
+
};
|
|
11248
|
+
}, {
|
|
11249
|
+
readonly name: "igdb_list_platforms";
|
|
11250
|
+
readonly description: "List gaming platforms from IGDB.";
|
|
11251
|
+
readonly inputSchema: {
|
|
11252
|
+
readonly type: "object";
|
|
11253
|
+
readonly properties: {
|
|
11254
|
+
readonly limit: {
|
|
11255
|
+
readonly type: "number";
|
|
11256
|
+
readonly description: "Max results (default 30)";
|
|
11257
|
+
};
|
|
11258
|
+
readonly offset: {
|
|
11259
|
+
readonly type: "number";
|
|
11260
|
+
};
|
|
11261
|
+
readonly client_id: {
|
|
11262
|
+
readonly type: "string";
|
|
11263
|
+
};
|
|
11264
|
+
readonly client_secret: {
|
|
11265
|
+
readonly type: "string";
|
|
11266
|
+
};
|
|
11267
|
+
};
|
|
11268
|
+
};
|
|
11269
|
+
}, {
|
|
11270
|
+
readonly name: "igdb_list_genres";
|
|
11271
|
+
readonly description: "List all game genres from IGDB.";
|
|
11272
|
+
readonly inputSchema: {
|
|
11273
|
+
readonly type: "object";
|
|
11274
|
+
readonly properties: {
|
|
11275
|
+
readonly client_id: {
|
|
11276
|
+
readonly type: "string";
|
|
11277
|
+
};
|
|
11278
|
+
readonly client_secret: {
|
|
11279
|
+
readonly type: "string";
|
|
11280
|
+
};
|
|
11281
|
+
};
|
|
11282
|
+
};
|
|
11283
|
+
}, {
|
|
11284
|
+
readonly name: "igdb_get_company";
|
|
11285
|
+
readonly description: "Get a game company from IGDB by name or ID.";
|
|
11286
|
+
readonly inputSchema: {
|
|
11287
|
+
readonly type: "object";
|
|
11288
|
+
readonly properties: {
|
|
11289
|
+
readonly name: {
|
|
11290
|
+
readonly type: "string";
|
|
11291
|
+
readonly description: "Company name to search for";
|
|
11292
|
+
};
|
|
11293
|
+
readonly company_id: {
|
|
11294
|
+
readonly type: "string";
|
|
11295
|
+
readonly description: "IGDB company ID (takes precedence over name)";
|
|
11296
|
+
};
|
|
11297
|
+
readonly client_id: {
|
|
11298
|
+
readonly type: "string";
|
|
11299
|
+
};
|
|
11300
|
+
readonly client_secret: {
|
|
11301
|
+
readonly type: "string";
|
|
11302
|
+
};
|
|
11303
|
+
};
|
|
11304
|
+
};
|
|
11305
|
+
}, {
|
|
11306
|
+
readonly name: "speedrun_search_games";
|
|
11307
|
+
readonly description: "Search for games on Speedrun.com by name. No API key required.";
|
|
11308
|
+
readonly inputSchema: {
|
|
11309
|
+
readonly type: "object";
|
|
11310
|
+
readonly properties: {
|
|
11311
|
+
readonly name: {
|
|
11312
|
+
readonly type: "string";
|
|
11313
|
+
readonly description: "Game name to search";
|
|
11314
|
+
};
|
|
11315
|
+
readonly max: {
|
|
11316
|
+
readonly type: "number";
|
|
11317
|
+
readonly description: "Max results";
|
|
11318
|
+
};
|
|
11319
|
+
};
|
|
11320
|
+
readonly required: readonly ["name"];
|
|
11321
|
+
};
|
|
11322
|
+
}, {
|
|
11323
|
+
readonly name: "speedrun_get_game";
|
|
11324
|
+
readonly description: "Get details of a game on Speedrun.com including categories and levels.";
|
|
11325
|
+
readonly inputSchema: {
|
|
11326
|
+
readonly type: "object";
|
|
11327
|
+
readonly properties: {
|
|
11328
|
+
readonly game_id: {
|
|
11329
|
+
readonly type: "string";
|
|
11330
|
+
readonly description: "Speedrun.com game ID or abbreviation";
|
|
11331
|
+
};
|
|
11332
|
+
};
|
|
11333
|
+
readonly required: readonly ["game_id"];
|
|
11334
|
+
};
|
|
11335
|
+
}, {
|
|
11336
|
+
readonly name: "speedrun_get_leaderboard";
|
|
11337
|
+
readonly description: "Get the leaderboard for a Speedrun.com game category.";
|
|
11338
|
+
readonly inputSchema: {
|
|
11339
|
+
readonly type: "object";
|
|
11340
|
+
readonly properties: {
|
|
11341
|
+
readonly game_id: {
|
|
11342
|
+
readonly type: "string";
|
|
11343
|
+
readonly description: "Game ID";
|
|
11344
|
+
};
|
|
11345
|
+
readonly category_id: {
|
|
11346
|
+
readonly type: "string";
|
|
11347
|
+
readonly description: "Category ID";
|
|
11348
|
+
};
|
|
11349
|
+
readonly top: {
|
|
11350
|
+
readonly type: "number";
|
|
11351
|
+
readonly description: "Only return top N places";
|
|
11352
|
+
};
|
|
11353
|
+
readonly platform: {
|
|
11354
|
+
readonly type: "string";
|
|
11355
|
+
};
|
|
11356
|
+
readonly emulators: {
|
|
11357
|
+
readonly type: "boolean";
|
|
11358
|
+
};
|
|
11359
|
+
readonly video_only: {
|
|
11360
|
+
readonly type: "boolean";
|
|
11361
|
+
};
|
|
11362
|
+
};
|
|
11363
|
+
readonly required: readonly ["game_id", "category_id"];
|
|
11364
|
+
};
|
|
11365
|
+
}, {
|
|
11366
|
+
readonly name: "speedrun_list_runs";
|
|
11367
|
+
readonly description: "List speedruns with optional filters for game, category, user, or status.";
|
|
11368
|
+
readonly inputSchema: {
|
|
11369
|
+
readonly type: "object";
|
|
11370
|
+
readonly properties: {
|
|
11371
|
+
readonly game: {
|
|
11372
|
+
readonly type: "string";
|
|
11373
|
+
readonly description: "Game ID";
|
|
11374
|
+
};
|
|
11375
|
+
readonly category: {
|
|
11376
|
+
readonly type: "string";
|
|
11377
|
+
};
|
|
11378
|
+
readonly user: {
|
|
11379
|
+
readonly type: "string";
|
|
11380
|
+
readonly description: "User ID";
|
|
11381
|
+
};
|
|
11382
|
+
readonly status: {
|
|
11383
|
+
readonly type: "string";
|
|
11384
|
+
readonly description: "new, verified, or rejected";
|
|
11385
|
+
};
|
|
11386
|
+
readonly orderby: {
|
|
11387
|
+
readonly type: "string";
|
|
11388
|
+
readonly description: "date, submitted, status, game, category, level, platform, region, emulated, or weblink";
|
|
11389
|
+
};
|
|
11390
|
+
readonly direction: {
|
|
11391
|
+
readonly type: "string";
|
|
11392
|
+
readonly description: "asc or desc";
|
|
11393
|
+
};
|
|
11394
|
+
readonly max: {
|
|
11395
|
+
readonly type: "number";
|
|
11396
|
+
};
|
|
11397
|
+
};
|
|
11398
|
+
};
|
|
11399
|
+
}, {
|
|
11400
|
+
readonly name: "speedrun_get_user";
|
|
11401
|
+
readonly description: "Get a Speedrun.com user profile by ID or username.";
|
|
11402
|
+
readonly inputSchema: {
|
|
11403
|
+
readonly type: "object";
|
|
11404
|
+
readonly properties: {
|
|
11405
|
+
readonly user_id: {
|
|
11406
|
+
readonly type: "string";
|
|
11407
|
+
readonly description: "User ID or username";
|
|
11408
|
+
};
|
|
11409
|
+
};
|
|
11410
|
+
readonly required: readonly ["user_id"];
|
|
11411
|
+
};
|
|
11412
|
+
}, {
|
|
11413
|
+
readonly name: "exchangerate_latest";
|
|
11414
|
+
readonly description: "Get latest currency exchange rates for a base currency. Works without API key using the free tier.";
|
|
11415
|
+
readonly inputSchema: {
|
|
11416
|
+
readonly type: "object";
|
|
11417
|
+
readonly properties: {
|
|
11418
|
+
readonly base: {
|
|
11419
|
+
readonly type: "string";
|
|
11420
|
+
readonly description: "Base currency code (default USD)";
|
|
11421
|
+
};
|
|
11422
|
+
readonly api_key: {
|
|
11423
|
+
readonly type: "string";
|
|
11424
|
+
readonly description: "ExchangeRate-API key (or set EXCHANGERATE_API_KEY). Optional for latest rates.";
|
|
11425
|
+
};
|
|
11426
|
+
};
|
|
11427
|
+
};
|
|
11428
|
+
}, {
|
|
11429
|
+
readonly name: "exchangerate_convert";
|
|
11430
|
+
readonly description: "Convert an amount from one currency to another.";
|
|
11431
|
+
readonly inputSchema: {
|
|
11432
|
+
readonly type: "object";
|
|
11433
|
+
readonly properties: {
|
|
11434
|
+
readonly from: {
|
|
11435
|
+
readonly type: "string";
|
|
11436
|
+
readonly description: "Source currency code (e.g. USD)";
|
|
11437
|
+
};
|
|
11438
|
+
readonly to: {
|
|
11439
|
+
readonly type: "string";
|
|
11440
|
+
readonly description: "Target currency code (e.g. EUR)";
|
|
11441
|
+
};
|
|
11442
|
+
readonly amount: {
|
|
11443
|
+
readonly type: "number";
|
|
11444
|
+
readonly description: "Amount to convert (default 1)";
|
|
11445
|
+
};
|
|
11446
|
+
readonly api_key: {
|
|
11447
|
+
readonly type: "string";
|
|
11448
|
+
readonly description: "Optional for conversion (uses latest rates if omitted)";
|
|
11449
|
+
};
|
|
11450
|
+
};
|
|
11451
|
+
readonly required: readonly ["from", "to"];
|
|
11452
|
+
};
|
|
11453
|
+
}, {
|
|
11454
|
+
readonly name: "exchangerate_historical";
|
|
11455
|
+
readonly description: "Get historical exchange rates for a specific date. Requires an API key.";
|
|
11456
|
+
readonly inputSchema: {
|
|
11457
|
+
readonly type: "object";
|
|
11458
|
+
readonly properties: {
|
|
11459
|
+
readonly base: {
|
|
11460
|
+
readonly type: "string";
|
|
11461
|
+
readonly description: "Base currency code (default USD)";
|
|
11462
|
+
};
|
|
11463
|
+
readonly year: {
|
|
11464
|
+
readonly type: "string";
|
|
11465
|
+
readonly description: "4-digit year";
|
|
11466
|
+
};
|
|
11467
|
+
readonly month: {
|
|
11468
|
+
readonly type: "string";
|
|
11469
|
+
readonly description: "Month number (1-12)";
|
|
11470
|
+
};
|
|
11471
|
+
readonly day: {
|
|
11472
|
+
readonly type: "string";
|
|
11473
|
+
readonly description: "Day number (1-31)";
|
|
11474
|
+
};
|
|
11475
|
+
readonly api_key: {
|
|
11476
|
+
readonly type: "string";
|
|
11477
|
+
readonly description: "ExchangeRate-API key (required)";
|
|
11478
|
+
};
|
|
11479
|
+
};
|
|
11480
|
+
readonly required: readonly ["year", "month", "day"];
|
|
11481
|
+
};
|
|
11482
|
+
}, {
|
|
11483
|
+
readonly name: "exchangerate_codes";
|
|
11484
|
+
readonly description: "List all supported currency codes and their names. Requires an API key.";
|
|
11485
|
+
readonly inputSchema: {
|
|
11486
|
+
readonly type: "object";
|
|
11487
|
+
readonly properties: {
|
|
11488
|
+
readonly api_key: {
|
|
11489
|
+
readonly type: "string";
|
|
11490
|
+
readonly description: "ExchangeRate-API key (required)";
|
|
11491
|
+
};
|
|
11492
|
+
};
|
|
7445
11493
|
};
|
|
7446
11494
|
}];
|
|
7447
11495
|
export declare const ADDITIONAL_HANDLERS: Record<string, (args: Record<string, unknown>) => Promise<unknown>>;
|