@toolsdk.ai/registry 1.0.35 → 1.0.40
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 +1 -1
- package/indexes/categories-list.json +32 -32
- package/indexes/packages-list.json +1628 -84
- package/package.json +55 -2
- package/packages/cloud-platforms/kubernetes-mcp-server.json +1 -1
- package/packages/uncategorized/serpapi-mcp-server.json +1 -1
- package/schema.ts +19 -1
- package/packages/uncategorized/crunchbase-mcp-server.json +0 -14
|
@@ -1,42 +1,403 @@
|
|
|
1
1
|
{
|
|
2
2
|
"@kazuph/mcp-screenshot": {
|
|
3
|
-
"path": "uncategorized/kazuph-mcp-screenshot.json"
|
|
3
|
+
"path": "uncategorized/kazuph-mcp-screenshot.json",
|
|
4
|
+
"validated": true,
|
|
5
|
+
"tools": {
|
|
6
|
+
"capture": {
|
|
7
|
+
"name": "capture",
|
|
8
|
+
"description": "Captures a screenshot of the specified region and performs OCR. Options:\n- region: 'left'/'right'/'full' (default: 'left')\n- format: 'json'/'markdown'/'vertical'/'horizontal' (default: 'markdown')\nThe screenshot is saved to a dated directory in Downloads."
|
|
9
|
+
}
|
|
10
|
+
}
|
|
4
11
|
},
|
|
5
12
|
"@URDJMK/serpapi-mcp-server": {
|
|
6
13
|
"path": "uncategorized/serpapi-mcp-server.json"
|
|
7
14
|
},
|
|
8
15
|
"@modelcontextprotocol/server-everything": {
|
|
9
|
-
"path": "aggregators/modelcontextprotocol-server-everything.json"
|
|
16
|
+
"path": "aggregators/modelcontextprotocol-server-everything.json",
|
|
17
|
+
"validated": true,
|
|
18
|
+
"tools": {
|
|
19
|
+
"echo": {
|
|
20
|
+
"name": "echo",
|
|
21
|
+
"description": "Echoes back the input"
|
|
22
|
+
},
|
|
23
|
+
"add": {
|
|
24
|
+
"name": "add",
|
|
25
|
+
"description": "Adds two numbers"
|
|
26
|
+
},
|
|
27
|
+
"printEnv": {
|
|
28
|
+
"name": "printEnv",
|
|
29
|
+
"description": "Prints all environment variables, helpful for debugging MCP server configuration"
|
|
30
|
+
},
|
|
31
|
+
"longRunningOperation": {
|
|
32
|
+
"name": "longRunningOperation",
|
|
33
|
+
"description": "Demonstrates a long running operation with progress updates"
|
|
34
|
+
},
|
|
35
|
+
"sampleLLM": {
|
|
36
|
+
"name": "sampleLLM",
|
|
37
|
+
"description": "Samples from an LLM using MCP's sampling feature"
|
|
38
|
+
},
|
|
39
|
+
"getTinyImage": {
|
|
40
|
+
"name": "getTinyImage",
|
|
41
|
+
"description": "Returns the MCP_TINY_IMAGE"
|
|
42
|
+
},
|
|
43
|
+
"annotatedMessage": {
|
|
44
|
+
"name": "annotatedMessage",
|
|
45
|
+
"description": "Demonstrates how annotations can be used to provide metadata about content"
|
|
46
|
+
},
|
|
47
|
+
"getResourceReference": {
|
|
48
|
+
"name": "getResourceReference",
|
|
49
|
+
"description": "Returns a resource reference that can be used by MCP clients"
|
|
50
|
+
}
|
|
51
|
+
}
|
|
10
52
|
},
|
|
11
53
|
"@modelcontextprotocol/server-everart": {
|
|
12
|
-
"path": "art-and-culture/modelcontextprotocol-server-everart.json"
|
|
54
|
+
"path": "art-and-culture/modelcontextprotocol-server-everart.json",
|
|
55
|
+
"validated": true,
|
|
56
|
+
"tools": {
|
|
57
|
+
"generate_image": {
|
|
58
|
+
"name": "generate_image",
|
|
59
|
+
"description": "Generate images using EverArt Models and returns a clickable link to view the generated image. The tool will return a URL that can be clicked to view the image in a browser. Available models:\n- 5000:FLUX1.1: Standard quality\n- 9000:FLUX1.1-ultra: Ultra high quality\n- 6000:SD3.5: Stable Diffusion 3.5\n- 7000:Recraft-Real: Photorealistic style\n- 8000:Recraft-Vector: Vector art style\n\nThe response will contain a direct link to view the generated image."
|
|
60
|
+
}
|
|
61
|
+
}
|
|
13
62
|
},
|
|
14
63
|
"mcp-server-stability-ai": {
|
|
15
|
-
"path": "art-and-culture/mcp-server-stability-ai.json"
|
|
64
|
+
"path": "art-and-culture/mcp-server-stability-ai.json",
|
|
65
|
+
"validated": true,
|
|
66
|
+
"tools": {
|
|
67
|
+
"stability-ai-generate-image": {
|
|
68
|
+
"name": "stability-ai-generate-image",
|
|
69
|
+
"description": "Generate an image of anything based on a provided prompt."
|
|
70
|
+
},
|
|
71
|
+
"stability-ai-generate-image-sd35": {
|
|
72
|
+
"name": "stability-ai-generate-image-sd35",
|
|
73
|
+
"description": "Generate an image using Stable Diffusion 3.5 models with advanced configuration options."
|
|
74
|
+
},
|
|
75
|
+
"stability-ai-remove-background": {
|
|
76
|
+
"name": "stability-ai-remove-background",
|
|
77
|
+
"description": "Remove the background from an image."
|
|
78
|
+
},
|
|
79
|
+
"stability-ai-outpaint": {
|
|
80
|
+
"name": "stability-ai-outpaint",
|
|
81
|
+
"description": "Extends an image in any direction while maintaining visual consistency."
|
|
82
|
+
},
|
|
83
|
+
"stability-ai-search-and-replace": {
|
|
84
|
+
"name": "stability-ai-search-and-replace",
|
|
85
|
+
"description": "Replace objects or elements in an image by describing what to replace and what to replace it with."
|
|
86
|
+
},
|
|
87
|
+
"stability-ai-upscale-fast": {
|
|
88
|
+
"name": "stability-ai-upscale-fast",
|
|
89
|
+
"description": "Cheap and fast tool to enhance image resolution by 4x."
|
|
90
|
+
},
|
|
91
|
+
"stability-ai-upscale-creative": {
|
|
92
|
+
"name": "stability-ai-upscale-creative",
|
|
93
|
+
"description": "Enhance image resolution up to 4K using AI with creative interpretation. This tool works best on highly degraded images and performs heavy reimagining. In general, don't use this (expensive) tool unless specifically asked to do so, usually after trying stability-ai-upscale-fast first."
|
|
94
|
+
},
|
|
95
|
+
"stability-ai-control-sketch": {
|
|
96
|
+
"name": "stability-ai-control-sketch",
|
|
97
|
+
"description": "Translate hand-drawn sketches to production-grade images."
|
|
98
|
+
},
|
|
99
|
+
"stability-ai-0-list-resources": {
|
|
100
|
+
"name": "stability-ai-0-list-resources",
|
|
101
|
+
"description": "Use this to check for files before deciding you don't have access to a file or image or resource. It pulls in a list of all of user's available Resources (i.e. image files and their URI's) so we can reference pre-existing images to manipulate or upload to Stability AI."
|
|
102
|
+
},
|
|
103
|
+
"stability-ai-search-and-recolor": {
|
|
104
|
+
"name": "stability-ai-search-and-recolor",
|
|
105
|
+
"description": "Search and recolor object(s) in an image"
|
|
106
|
+
},
|
|
107
|
+
"stability-ai-replace-background-and-relight": {
|
|
108
|
+
"name": "stability-ai-replace-background-and-relight",
|
|
109
|
+
"description": "Replace background and adjust lighting of an image"
|
|
110
|
+
},
|
|
111
|
+
"stability-ai-control-style": {
|
|
112
|
+
"name": "stability-ai-control-style",
|
|
113
|
+
"description": "Generate a new image in the style of a reference image"
|
|
114
|
+
},
|
|
115
|
+
"stability-ai-control-structure": {
|
|
116
|
+
"name": "stability-ai-control-structure",
|
|
117
|
+
"description": "Generate a new image while maintaining the structure of a reference image"
|
|
118
|
+
}
|
|
119
|
+
}
|
|
16
120
|
},
|
|
17
|
-
"
|
|
18
|
-
"path": "browser-automation/
|
|
121
|
+
"@executeautomation/playwright-mcp-server": {
|
|
122
|
+
"path": "browser-automation/executeautomation-playwright-mcp-server.json",
|
|
123
|
+
"validated": true,
|
|
124
|
+
"tools": {
|
|
125
|
+
"start_codegen_session": {
|
|
126
|
+
"name": "start_codegen_session",
|
|
127
|
+
"description": "Start a new code generation session to record Playwright actions"
|
|
128
|
+
},
|
|
129
|
+
"end_codegen_session": {
|
|
130
|
+
"name": "end_codegen_session",
|
|
131
|
+
"description": "End a code generation session and generate the test file"
|
|
132
|
+
},
|
|
133
|
+
"get_codegen_session": {
|
|
134
|
+
"name": "get_codegen_session",
|
|
135
|
+
"description": "Get information about a code generation session"
|
|
136
|
+
},
|
|
137
|
+
"clear_codegen_session": {
|
|
138
|
+
"name": "clear_codegen_session",
|
|
139
|
+
"description": "Clear a code generation session without generating a test"
|
|
140
|
+
},
|
|
141
|
+
"playwright_navigate": {
|
|
142
|
+
"name": "playwright_navigate",
|
|
143
|
+
"description": "Navigate to a URL"
|
|
144
|
+
},
|
|
145
|
+
"playwright_screenshot": {
|
|
146
|
+
"name": "playwright_screenshot",
|
|
147
|
+
"description": "Take a screenshot of the current page or a specific element"
|
|
148
|
+
},
|
|
149
|
+
"playwright_click": {
|
|
150
|
+
"name": "playwright_click",
|
|
151
|
+
"description": "Click an element on the page"
|
|
152
|
+
},
|
|
153
|
+
"playwright_iframe_click": {
|
|
154
|
+
"name": "playwright_iframe_click",
|
|
155
|
+
"description": "Click an element in an iframe on the page"
|
|
156
|
+
},
|
|
157
|
+
"playwright_iframe_fill": {
|
|
158
|
+
"name": "playwright_iframe_fill",
|
|
159
|
+
"description": "Fill an element in an iframe on the page"
|
|
160
|
+
},
|
|
161
|
+
"playwright_fill": {
|
|
162
|
+
"name": "playwright_fill",
|
|
163
|
+
"description": "fill out an input field"
|
|
164
|
+
},
|
|
165
|
+
"playwright_select": {
|
|
166
|
+
"name": "playwright_select",
|
|
167
|
+
"description": "Select an element on the page with Select tag"
|
|
168
|
+
},
|
|
169
|
+
"playwright_hover": {
|
|
170
|
+
"name": "playwright_hover",
|
|
171
|
+
"description": "Hover an element on the page"
|
|
172
|
+
},
|
|
173
|
+
"playwright_evaluate": {
|
|
174
|
+
"name": "playwright_evaluate",
|
|
175
|
+
"description": "Execute JavaScript in the browser console"
|
|
176
|
+
},
|
|
177
|
+
"playwright_console_logs": {
|
|
178
|
+
"name": "playwright_console_logs",
|
|
179
|
+
"description": "Retrieve console logs from the browser with filtering options"
|
|
180
|
+
},
|
|
181
|
+
"playwright_close": {
|
|
182
|
+
"name": "playwright_close",
|
|
183
|
+
"description": "Close the browser and release all resources"
|
|
184
|
+
},
|
|
185
|
+
"playwright_get": {
|
|
186
|
+
"name": "playwright_get",
|
|
187
|
+
"description": "Perform an HTTP GET request"
|
|
188
|
+
},
|
|
189
|
+
"playwright_post": {
|
|
190
|
+
"name": "playwright_post",
|
|
191
|
+
"description": "Perform an HTTP POST request"
|
|
192
|
+
},
|
|
193
|
+
"playwright_put": {
|
|
194
|
+
"name": "playwright_put",
|
|
195
|
+
"description": "Perform an HTTP PUT request"
|
|
196
|
+
},
|
|
197
|
+
"playwright_patch": {
|
|
198
|
+
"name": "playwright_patch",
|
|
199
|
+
"description": "Perform an HTTP PATCH request"
|
|
200
|
+
},
|
|
201
|
+
"playwright_delete": {
|
|
202
|
+
"name": "playwright_delete",
|
|
203
|
+
"description": "Perform an HTTP DELETE request"
|
|
204
|
+
},
|
|
205
|
+
"playwright_expect_response": {
|
|
206
|
+
"name": "playwright_expect_response",
|
|
207
|
+
"description": "Ask Playwright to start waiting for a HTTP response. This tool initiates the wait operation but does not wait for its completion."
|
|
208
|
+
},
|
|
209
|
+
"playwright_assert_response": {
|
|
210
|
+
"name": "playwright_assert_response",
|
|
211
|
+
"description": "Wait for and validate a previously initiated HTTP response wait operation."
|
|
212
|
+
},
|
|
213
|
+
"playwright_custom_user_agent": {
|
|
214
|
+
"name": "playwright_custom_user_agent",
|
|
215
|
+
"description": "Set a custom User Agent for the browser"
|
|
216
|
+
},
|
|
217
|
+
"playwright_get_visible_text": {
|
|
218
|
+
"name": "playwright_get_visible_text",
|
|
219
|
+
"description": "Get the visible text content of the current page"
|
|
220
|
+
},
|
|
221
|
+
"playwright_get_visible_html": {
|
|
222
|
+
"name": "playwright_get_visible_html",
|
|
223
|
+
"description": "Get the HTML content of the current page"
|
|
224
|
+
},
|
|
225
|
+
"playwright_go_back": {
|
|
226
|
+
"name": "playwright_go_back",
|
|
227
|
+
"description": "Navigate back in browser history"
|
|
228
|
+
},
|
|
229
|
+
"playwright_go_forward": {
|
|
230
|
+
"name": "playwright_go_forward",
|
|
231
|
+
"description": "Navigate forward in browser history"
|
|
232
|
+
},
|
|
233
|
+
"playwright_drag": {
|
|
234
|
+
"name": "playwright_drag",
|
|
235
|
+
"description": "Drag an element to a target location"
|
|
236
|
+
},
|
|
237
|
+
"playwright_press_key": {
|
|
238
|
+
"name": "playwright_press_key",
|
|
239
|
+
"description": "Press a keyboard key"
|
|
240
|
+
},
|
|
241
|
+
"playwright_save_as_pdf": {
|
|
242
|
+
"name": "playwright_save_as_pdf",
|
|
243
|
+
"description": "Save the current page as a PDF file"
|
|
244
|
+
},
|
|
245
|
+
"playwright_click_and_switch_tab": {
|
|
246
|
+
"name": "playwright_click_and_switch_tab",
|
|
247
|
+
"description": "Click a link and switch to the newly opened tab"
|
|
248
|
+
}
|
|
249
|
+
}
|
|
19
250
|
},
|
|
20
251
|
"tavily-mcp": {
|
|
21
|
-
"path": "browser-automation/tavily-mcp.json"
|
|
252
|
+
"path": "browser-automation/tavily-mcp.json",
|
|
253
|
+
"validated": true,
|
|
254
|
+
"tools": {
|
|
255
|
+
"tavily-search": {
|
|
256
|
+
"name": "tavily-search",
|
|
257
|
+
"description": "A powerful web search tool that provides comprehensive, real-time results using Tavily's AI search engine. Returns relevant web content with customizable parameters for result count, content type, and domain filtering. Ideal for gathering current information, news, and detailed web content analysis."
|
|
258
|
+
},
|
|
259
|
+
"tavily-extract": {
|
|
260
|
+
"name": "tavily-extract",
|
|
261
|
+
"description": "A powerful web content extraction tool that retrieves and processes raw content from specified URLs, ideal for data collection, content analysis, and research tasks."
|
|
262
|
+
},
|
|
263
|
+
"tavily-crawl": {
|
|
264
|
+
"name": "tavily-crawl",
|
|
265
|
+
"description": "A powerful web crawler that initiates a structured web crawl starting from a specified base URL. The crawler expands from that point like a tree, following internal links across pages. You can control how deep and wide it goes, and guide it to focus on specific sections of the site."
|
|
266
|
+
},
|
|
267
|
+
"tavily-map": {
|
|
268
|
+
"name": "tavily-map",
|
|
269
|
+
"description": "A powerful web mapping tool that creates a structured map of website URLs, allowing you to discover and analyze site structure, content organization, and navigation paths. Perfect for site audits, content discovery, and understanding website architecture."
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
},
|
|
273
|
+
"@automatalabs/mcp-server-playwright": {
|
|
274
|
+
"path": "browser-automation/automatalabs-mcp-server-playwright.json",
|
|
275
|
+
"validated": true,
|
|
276
|
+
"tools": {
|
|
277
|
+
"browser_navigate": {
|
|
278
|
+
"name": "browser_navigate",
|
|
279
|
+
"description": "Navigate to a URL"
|
|
280
|
+
},
|
|
281
|
+
"browser_screenshot": {
|
|
282
|
+
"name": "browser_screenshot",
|
|
283
|
+
"description": "Take a screenshot of the current page or a specific element"
|
|
284
|
+
},
|
|
285
|
+
"browser_click": {
|
|
286
|
+
"name": "browser_click",
|
|
287
|
+
"description": "Click an element on the page using CSS selector"
|
|
288
|
+
},
|
|
289
|
+
"browser_click_text": {
|
|
290
|
+
"name": "browser_click_text",
|
|
291
|
+
"description": "Click an element on the page by its text content"
|
|
292
|
+
},
|
|
293
|
+
"browser_fill": {
|
|
294
|
+
"name": "browser_fill",
|
|
295
|
+
"description": "Fill out an input field"
|
|
296
|
+
},
|
|
297
|
+
"browser_select": {
|
|
298
|
+
"name": "browser_select",
|
|
299
|
+
"description": "Select an element on the page with Select tag using CSS selector"
|
|
300
|
+
},
|
|
301
|
+
"browser_select_text": {
|
|
302
|
+
"name": "browser_select_text",
|
|
303
|
+
"description": "Select an element on the page with Select tag by its text content"
|
|
304
|
+
},
|
|
305
|
+
"browser_hover": {
|
|
306
|
+
"name": "browser_hover",
|
|
307
|
+
"description": "Hover an element on the page using CSS selector"
|
|
308
|
+
},
|
|
309
|
+
"browser_hover_text": {
|
|
310
|
+
"name": "browser_hover_text",
|
|
311
|
+
"description": "Hover an element on the page by its text content"
|
|
312
|
+
},
|
|
313
|
+
"browser_evaluate": {
|
|
314
|
+
"name": "browser_evaluate",
|
|
315
|
+
"description": "Execute JavaScript in the browser console"
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
},
|
|
319
|
+
"hyperbrowser-mcp": {
|
|
320
|
+
"path": "browser-automation/hyperbrowser-mcp.json",
|
|
321
|
+
"validated": true,
|
|
322
|
+
"tools": {
|
|
323
|
+
"scrape_webpage": {
|
|
324
|
+
"name": "scrape_webpage",
|
|
325
|
+
"description": "Scrape a webpage and extract its content in various formats. This tool allows fetching content from a single URL with configurable browser behavior options. Use this for extracting text content, HTML structure, collecting links, or capturing screenshots of webpages."
|
|
326
|
+
},
|
|
327
|
+
"crawl_webpages": {
|
|
328
|
+
"name": "crawl_webpages",
|
|
329
|
+
"description": "Crawl a website starting from a URL and explore linked pages. This tool allows systematic collection of content from multiple pages within a domain. Use this for larger data collection tasks, content indexing, or site mapping."
|
|
330
|
+
},
|
|
331
|
+
"extract_structured_data": {
|
|
332
|
+
"name": "extract_structured_data",
|
|
333
|
+
"description": "Extract structured data from a webpage. This tool allows you to extract structured data from a webpage using a schema."
|
|
334
|
+
},
|
|
335
|
+
"browser_use_agent": {
|
|
336
|
+
"name": "browser_use_agent",
|
|
337
|
+
"description": "This tool employs an open-source browser automation agent optimized specifically for fast, efficient, and cost-effective browser tasks using a cloud browser. It requires explicit, detailed instructions to perform highly specific interactions quickly.\n\nOptimal for tasks requiring:\n- Precise, explicitly defined interactions and actions\n- Speed and efficiency with clear, unambiguous instructions\n- Cost-effective automation at scale with straightforward workflows\n\nBest suited use cases include:\n- Explicitly defined registration and login processes\n- Clearly guided navigation through web apps\n- Structured, step-by-step web scraping with detailed guidance\n- Extracting data via explicitly specified browser interactions\n\nYou must provide extremely detailed step-by-step instructions, including exact elements, actions, and explicit context. Clearly define the desired outcome for optimal results. Returns the completed result or an error message if issues arise.\n\nNote: This agent trades off flexibility for significantly faster performance and lower costs compared to Claude and OpenAI agents."
|
|
338
|
+
},
|
|
339
|
+
"openai_computer_use_agent": {
|
|
340
|
+
"name": "openai_computer_use_agent",
|
|
341
|
+
"description": "This tool utilizes OpenAI's model to autonomously execute general-purpose browser-based tasks with balanced performance and reliability using a cloud browser. It handles complex interactions effectively with practical reasoning and clear execution.\n\nOptimal for tasks requiring:\n- Reliable, general-purpose browser automation\n- Clear, structured interactions with moderate complexity\n- Efficient handling of common web tasks and workflows\n\nBest suited use cases include:\n- Standard multi-step registration or form submissions\n- Navigating typical web applications requiring multiple interactions\n- Conducting structured web research tasks\n- Extracting data through interactive web processes\n\nProvide a clear step-by-step description, necessary context, and expected outcomes. Returns the completed result or an error message if issues arise."
|
|
342
|
+
},
|
|
343
|
+
"claude_computer_use_agent": {
|
|
344
|
+
"name": "claude_computer_use_agent",
|
|
345
|
+
"description": "This tool leverages Anthropic's Claude model to autonomously execute complex browser tasks with sophisticated reasoning capabilities using a cloud browser. It specializes in handling intricate, nuanced, or highly context-sensitive web interactions.\n\nOptimal for tasks requiring:\n- Complex reasoning over multiple web pages\n- Nuanced interpretation and flexible decision-making\n- Human-like interaction with detailed context awareness\n\nBest suited use cases include:\n- Multi-step processes requiring reasoning (e.g., detailed registrations or onboarding)\n- Interacting intelligently with advanced web apps\n- Conducting in-depth research with complex conditions\n- Extracting information from dynamic or interactive websites\n\nProvide detailed task instructions, relevant context, and clearly specify the desired outcome for best results. Returns the completed result or an error message if issues arise."
|
|
346
|
+
},
|
|
347
|
+
"search_with_bing": {
|
|
348
|
+
"name": "search_with_bing",
|
|
349
|
+
"description": "Search the web using Bing. This tool allows you to search the web using bing.com"
|
|
350
|
+
},
|
|
351
|
+
"create_profile": {
|
|
352
|
+
"name": "create_profile",
|
|
353
|
+
"description": "Creates a new persistent Hyperbrowser profile."
|
|
354
|
+
},
|
|
355
|
+
"delete_profile": {
|
|
356
|
+
"name": "delete_profile",
|
|
357
|
+
"description": "Deletes an existing persistent Hyperbrowser profile."
|
|
358
|
+
},
|
|
359
|
+
"list_profiles": {
|
|
360
|
+
"name": "list_profiles",
|
|
361
|
+
"description": "Lists existing persistent Hyperbrowser profiles, with optional pagination."
|
|
362
|
+
}
|
|
363
|
+
}
|
|
22
364
|
},
|
|
23
365
|
"mcp-server-fetch": {
|
|
24
366
|
"path": "browser-automation/mcp-server-fetch.json"
|
|
25
367
|
},
|
|
26
368
|
"@modelcontextprotocol/server-puppeteer": {
|
|
27
|
-
"path": "browser-automation/modelcontextprotocol-server-puppeteer.json"
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
369
|
+
"path": "browser-automation/modelcontextprotocol-server-puppeteer.json",
|
|
370
|
+
"validated": true,
|
|
371
|
+
"tools": {
|
|
372
|
+
"puppeteer_navigate": {
|
|
373
|
+
"name": "puppeteer_navigate",
|
|
374
|
+
"description": "Navigate to a URL"
|
|
375
|
+
},
|
|
376
|
+
"puppeteer_screenshot": {
|
|
377
|
+
"name": "puppeteer_screenshot",
|
|
378
|
+
"description": "Take a screenshot of the current page or a specific element"
|
|
379
|
+
},
|
|
380
|
+
"puppeteer_click": {
|
|
381
|
+
"name": "puppeteer_click",
|
|
382
|
+
"description": "Click an element on the page"
|
|
383
|
+
},
|
|
384
|
+
"puppeteer_fill": {
|
|
385
|
+
"name": "puppeteer_fill",
|
|
386
|
+
"description": "Fill out an input field"
|
|
387
|
+
},
|
|
388
|
+
"puppeteer_select": {
|
|
389
|
+
"name": "puppeteer_select",
|
|
390
|
+
"description": "Select an element on the page with Select tag"
|
|
391
|
+
},
|
|
392
|
+
"puppeteer_hover": {
|
|
393
|
+
"name": "puppeteer_hover",
|
|
394
|
+
"description": "Hover an element on the page"
|
|
395
|
+
},
|
|
396
|
+
"puppeteer_evaluate": {
|
|
397
|
+
"name": "puppeteer_evaluate",
|
|
398
|
+
"description": "Execute JavaScript in the browser console"
|
|
399
|
+
}
|
|
400
|
+
}
|
|
40
401
|
},
|
|
41
402
|
"kubernetes-mcp-server": {
|
|
42
403
|
"path": "cloud-platforms/kubernetes-mcp-server.json"
|
|
@@ -44,153 +405,1336 @@
|
|
|
44
405
|
"@cloudflare/mcp-server-cloudflare": {
|
|
45
406
|
"path": "cloud-platforms/cloudflare-mcp-server-cloudflare.json"
|
|
46
407
|
},
|
|
408
|
+
"mcp-server-kubernetes": {
|
|
409
|
+
"path": "cloud-platforms/mcp-server-kubernetes.json",
|
|
410
|
+
"validated": true,
|
|
411
|
+
"tools": {
|
|
412
|
+
"cleanup": {
|
|
413
|
+
"name": "cleanup",
|
|
414
|
+
"description": "Cleanup all managed resources"
|
|
415
|
+
},
|
|
416
|
+
"kubectl_get": {
|
|
417
|
+
"name": "kubectl_get",
|
|
418
|
+
"description": "Get or list Kubernetes resources by resource type, name, and optionally namespace"
|
|
419
|
+
},
|
|
420
|
+
"kubectl_describe": {
|
|
421
|
+
"name": "kubectl_describe",
|
|
422
|
+
"description": "Describe Kubernetes resources by resource type, name, and optionally namespace"
|
|
423
|
+
},
|
|
424
|
+
"kubectl_list": {
|
|
425
|
+
"name": "kubectl_list",
|
|
426
|
+
"description": "List Kubernetes resources by resource type and optionally namespace"
|
|
427
|
+
},
|
|
428
|
+
"kubectl_apply": {
|
|
429
|
+
"name": "kubectl_apply",
|
|
430
|
+
"description": "Apply a Kubernetes YAML manifest from a string or file"
|
|
431
|
+
},
|
|
432
|
+
"kubectl_delete": {
|
|
433
|
+
"name": "kubectl_delete",
|
|
434
|
+
"description": "Delete Kubernetes resources by resource type, name, labels, or from a manifest file"
|
|
435
|
+
},
|
|
436
|
+
"kubectl_create": {
|
|
437
|
+
"name": "kubectl_create",
|
|
438
|
+
"description": "Create Kubernetes resources using various methods (from file or using subcommands)"
|
|
439
|
+
},
|
|
440
|
+
"kubectl_logs": {
|
|
441
|
+
"name": "kubectl_logs",
|
|
442
|
+
"description": "Get logs from Kubernetes resources like pods, deployments, or jobs"
|
|
443
|
+
},
|
|
444
|
+
"kubectl_scale": {
|
|
445
|
+
"name": "kubectl_scale",
|
|
446
|
+
"description": "Scale a Kubernetes deployment"
|
|
447
|
+
},
|
|
448
|
+
"kubectl_patch": {
|
|
449
|
+
"name": "kubectl_patch",
|
|
450
|
+
"description": "Update field(s) of a resource using strategic merge patch, JSON merge patch, or JSON patch"
|
|
451
|
+
},
|
|
452
|
+
"kubectl_rollout": {
|
|
453
|
+
"name": "kubectl_rollout",
|
|
454
|
+
"description": "Manage the rollout of a resource (e.g., deployment, daemonset, statefulset)"
|
|
455
|
+
},
|
|
456
|
+
"kubectl_context": {
|
|
457
|
+
"name": "kubectl_context",
|
|
458
|
+
"description": "Manage Kubernetes contexts - list, get, or set the current context"
|
|
459
|
+
},
|
|
460
|
+
"explain_resource": {
|
|
461
|
+
"name": "explain_resource",
|
|
462
|
+
"description": "Get documentation for a Kubernetes resource or field"
|
|
463
|
+
},
|
|
464
|
+
"install_helm_chart": {
|
|
465
|
+
"name": "install_helm_chart",
|
|
466
|
+
"description": "Install a Helm chart"
|
|
467
|
+
},
|
|
468
|
+
"upgrade_helm_chart": {
|
|
469
|
+
"name": "upgrade_helm_chart",
|
|
470
|
+
"description": "Upgrade a Helm release"
|
|
471
|
+
},
|
|
472
|
+
"uninstall_helm_chart": {
|
|
473
|
+
"name": "uninstall_helm_chart",
|
|
474
|
+
"description": "Uninstall a Helm release"
|
|
475
|
+
},
|
|
476
|
+
"port_forward": {
|
|
477
|
+
"name": "port_forward",
|
|
478
|
+
"description": "Forward a local port to a port on a Kubernetes resource"
|
|
479
|
+
},
|
|
480
|
+
"stop_port_forward": {
|
|
481
|
+
"name": "stop_port_forward",
|
|
482
|
+
"description": "Stop a port-forward process"
|
|
483
|
+
},
|
|
484
|
+
"list_api_resources": {
|
|
485
|
+
"name": "list_api_resources",
|
|
486
|
+
"description": "List the API resources available in the cluster"
|
|
487
|
+
},
|
|
488
|
+
"kubectl_generic": {
|
|
489
|
+
"name": "kubectl_generic",
|
|
490
|
+
"description": "Execute any kubectl command with the provided arguments and flags"
|
|
491
|
+
}
|
|
492
|
+
}
|
|
493
|
+
},
|
|
494
|
+
"@strowk/mcp-k8s": {
|
|
495
|
+
"path": "cloud-platforms/strowk-mcp-k8s.json",
|
|
496
|
+
"validated": true,
|
|
497
|
+
"tools": {
|
|
498
|
+
"get-k8s-pod-logs": {
|
|
499
|
+
"name": "get-k8s-pod-logs",
|
|
500
|
+
"description": "Get logs for a Kubernetes pod using specific context in a specified namespace"
|
|
501
|
+
},
|
|
502
|
+
"get-k8s-resource": {
|
|
503
|
+
"name": "get-k8s-resource",
|
|
504
|
+
"description": "Get details of any Kubernetes resource like pod, node or service - completely as JSON or rendered using template"
|
|
505
|
+
},
|
|
506
|
+
"k8s-pod-exec": {
|
|
507
|
+
"name": "k8s-pod-exec",
|
|
508
|
+
"description": "Execute command in Kubernetes pod"
|
|
509
|
+
},
|
|
510
|
+
"list-k8s-contexts": {
|
|
511
|
+
"name": "list-k8s-contexts",
|
|
512
|
+
"description": "List Kubernetes contexts from configuration files such as kubeconfig"
|
|
513
|
+
},
|
|
514
|
+
"list-k8s-events": {
|
|
515
|
+
"name": "list-k8s-events",
|
|
516
|
+
"description": "List Kubernetes events using specific context in a specified namespace"
|
|
517
|
+
},
|
|
518
|
+
"list-k8s-namespaces": {
|
|
519
|
+
"name": "list-k8s-namespaces",
|
|
520
|
+
"description": "List Kubernetes namespaces using specific context"
|
|
521
|
+
},
|
|
522
|
+
"list-k8s-nodes": {
|
|
523
|
+
"name": "list-k8s-nodes",
|
|
524
|
+
"description": "List Kubernetes nodes using specific context"
|
|
525
|
+
},
|
|
526
|
+
"list-k8s-resources": {
|
|
527
|
+
"name": "list-k8s-resources",
|
|
528
|
+
"description": "List arbitrary Kubernetes resources"
|
|
529
|
+
}
|
|
530
|
+
}
|
|
531
|
+
},
|
|
47
532
|
"mcp-server-make": {
|
|
48
533
|
"path": "code-execution/mcp-server-make.json"
|
|
49
534
|
},
|
|
50
|
-
"mcp-server-commands": {
|
|
51
|
-
"path": "command-line/mcp-server-commands.json"
|
|
52
|
-
},
|
|
53
535
|
"mcp-shell": {
|
|
54
|
-
"path": "command-line/mcp-shell.json"
|
|
536
|
+
"path": "command-line/mcp-shell.json",
|
|
537
|
+
"validated": true,
|
|
538
|
+
"tools": {
|
|
539
|
+
"run_command": {
|
|
540
|
+
"name": "run_command",
|
|
541
|
+
"description": "Run a shell command"
|
|
542
|
+
}
|
|
543
|
+
}
|
|
544
|
+
},
|
|
545
|
+
"mcp-server-commands": {
|
|
546
|
+
"path": "command-line/mcp-server-commands.json",
|
|
547
|
+
"validated": true,
|
|
548
|
+
"tools": {
|
|
549
|
+
"run_command": {
|
|
550
|
+
"name": "run_command",
|
|
551
|
+
"description": "Run a command on this darwin machine"
|
|
552
|
+
}
|
|
553
|
+
}
|
|
55
554
|
},
|
|
56
555
|
"@gongrzhe/server-gmail-autoauth-mcp": {
|
|
57
556
|
"path": "communication/gongrzhe-server-gmail-autoauth-mcp.json"
|
|
58
557
|
},
|
|
59
558
|
"@enescinar/twitter-mcp": {
|
|
60
|
-
"path": "communication/enescinar-twitter-mcp.json"
|
|
559
|
+
"path": "communication/enescinar-twitter-mcp.json",
|
|
560
|
+
"validated": true,
|
|
561
|
+
"tools": {
|
|
562
|
+
"post_tweet": {
|
|
563
|
+
"name": "post_tweet",
|
|
564
|
+
"description": "Post a new tweet to Twitter"
|
|
565
|
+
},
|
|
566
|
+
"search_tweets": {
|
|
567
|
+
"name": "search_tweets",
|
|
568
|
+
"description": "Search for tweets on Twitter"
|
|
569
|
+
}
|
|
570
|
+
}
|
|
61
571
|
},
|
|
62
572
|
"@modelcontextprotocol/server-slack": {
|
|
63
|
-
"path": "communication/modelcontextprotocol-server-slack.json"
|
|
573
|
+
"path": "communication/modelcontextprotocol-server-slack.json",
|
|
574
|
+
"validated": true,
|
|
575
|
+
"tools": {
|
|
576
|
+
"slack_list_channels": {
|
|
577
|
+
"name": "slack_list_channels",
|
|
578
|
+
"description": "List public or pre-defined channels in the workspace with pagination"
|
|
579
|
+
},
|
|
580
|
+
"slack_post_message": {
|
|
581
|
+
"name": "slack_post_message",
|
|
582
|
+
"description": "Post a new message to a Slack channel"
|
|
583
|
+
},
|
|
584
|
+
"slack_reply_to_thread": {
|
|
585
|
+
"name": "slack_reply_to_thread",
|
|
586
|
+
"description": "Reply to a specific message thread in Slack"
|
|
587
|
+
},
|
|
588
|
+
"slack_add_reaction": {
|
|
589
|
+
"name": "slack_add_reaction",
|
|
590
|
+
"description": "Add a reaction emoji to a message"
|
|
591
|
+
},
|
|
592
|
+
"slack_get_channel_history": {
|
|
593
|
+
"name": "slack_get_channel_history",
|
|
594
|
+
"description": "Get recent messages from a channel"
|
|
595
|
+
},
|
|
596
|
+
"slack_get_thread_replies": {
|
|
597
|
+
"name": "slack_get_thread_replies",
|
|
598
|
+
"description": "Get all replies in a message thread"
|
|
599
|
+
},
|
|
600
|
+
"slack_get_users": {
|
|
601
|
+
"name": "slack_get_users",
|
|
602
|
+
"description": "Get a list of all users in the workspace with their basic profile information"
|
|
603
|
+
},
|
|
604
|
+
"slack_get_user_profile": {
|
|
605
|
+
"name": "slack_get_user_profile",
|
|
606
|
+
"description": "Get detailed profile information for a specific user"
|
|
607
|
+
}
|
|
608
|
+
}
|
|
64
609
|
},
|
|
65
|
-
"
|
|
66
|
-
"path": "databases/
|
|
610
|
+
"mcp-mongo-server": {
|
|
611
|
+
"path": "databases/mcp-mongo-server.json"
|
|
612
|
+
},
|
|
613
|
+
"airtable-mcp-server": {
|
|
614
|
+
"path": "databases/airtable-mcp-server.json",
|
|
615
|
+
"validated": true,
|
|
616
|
+
"tools": {
|
|
617
|
+
"list_records": {
|
|
618
|
+
"name": "list_records",
|
|
619
|
+
"description": "List records from a table"
|
|
620
|
+
},
|
|
621
|
+
"search_records": {
|
|
622
|
+
"name": "search_records",
|
|
623
|
+
"description": "Search for records containing specific text"
|
|
624
|
+
},
|
|
625
|
+
"list_bases": {
|
|
626
|
+
"name": "list_bases",
|
|
627
|
+
"description": "List all accessible Airtable bases"
|
|
628
|
+
},
|
|
629
|
+
"list_tables": {
|
|
630
|
+
"name": "list_tables",
|
|
631
|
+
"description": "List all tables in a specific base"
|
|
632
|
+
},
|
|
633
|
+
"describe_table": {
|
|
634
|
+
"name": "describe_table",
|
|
635
|
+
"description": "Get detailed information about a specific table"
|
|
636
|
+
},
|
|
637
|
+
"get_record": {
|
|
638
|
+
"name": "get_record",
|
|
639
|
+
"description": "Get a specific record by ID"
|
|
640
|
+
},
|
|
641
|
+
"create_record": {
|
|
642
|
+
"name": "create_record",
|
|
643
|
+
"description": "Create a new record in a table"
|
|
644
|
+
},
|
|
645
|
+
"update_records": {
|
|
646
|
+
"name": "update_records",
|
|
647
|
+
"description": "Update up to 10 records in a table"
|
|
648
|
+
},
|
|
649
|
+
"delete_records": {
|
|
650
|
+
"name": "delete_records",
|
|
651
|
+
"description": "Delete records from a table"
|
|
652
|
+
},
|
|
653
|
+
"create_table": {
|
|
654
|
+
"name": "create_table",
|
|
655
|
+
"description": "Create a new table in a base"
|
|
656
|
+
},
|
|
657
|
+
"update_table": {
|
|
658
|
+
"name": "update_table",
|
|
659
|
+
"description": "Update a table's name or description"
|
|
660
|
+
},
|
|
661
|
+
"create_field": {
|
|
662
|
+
"name": "create_field",
|
|
663
|
+
"description": "Create a new field in a table"
|
|
664
|
+
},
|
|
665
|
+
"update_field": {
|
|
666
|
+
"name": "update_field",
|
|
667
|
+
"description": "Update a field's name or description"
|
|
668
|
+
}
|
|
669
|
+
}
|
|
67
670
|
},
|
|
68
671
|
"@benborla29/mcp-server-mysql": {
|
|
69
672
|
"path": "databases/benborla29-mcp-server-mysql.json"
|
|
70
673
|
},
|
|
71
|
-
"mcp-server-sqlite": {
|
|
72
|
-
"path": "databases/mcp-server-sqlite.json"
|
|
73
|
-
},
|
|
74
674
|
"@modelcontextprotocol/server-postgres": {
|
|
75
675
|
"path": "databases/modelcontextprotocol-server-postgres.json"
|
|
76
676
|
},
|
|
77
|
-
"mcp-
|
|
78
|
-
"path": "databases/mcp-
|
|
677
|
+
"mcp-server-sqlite": {
|
|
678
|
+
"path": "databases/mcp-server-sqlite.json"
|
|
79
679
|
},
|
|
80
|
-
"
|
|
81
|
-
"path": "databases/
|
|
680
|
+
"@niledatabase/nile-mcp-server": {
|
|
681
|
+
"path": "databases/niledatabase-nile-mcp-server.json",
|
|
682
|
+
"validated": true,
|
|
683
|
+
"tools": {
|
|
684
|
+
"list-resources": {
|
|
685
|
+
"name": "list-resources",
|
|
686
|
+
"description": "Lists all tables and their descriptions in the specified database"
|
|
687
|
+
},
|
|
688
|
+
"create-database": {
|
|
689
|
+
"name": "create-database",
|
|
690
|
+
"description": "Creates a new Nile database"
|
|
691
|
+
},
|
|
692
|
+
"list-databases": {
|
|
693
|
+
"name": "list-databases",
|
|
694
|
+
"description": "Lists all databases in the workspace"
|
|
695
|
+
},
|
|
696
|
+
"get-database": {
|
|
697
|
+
"name": "get-database",
|
|
698
|
+
"description": "Gets details of a specific database"
|
|
699
|
+
},
|
|
700
|
+
"delete-database": {
|
|
701
|
+
"name": "delete-database",
|
|
702
|
+
"description": "Deletes a database"
|
|
703
|
+
},
|
|
704
|
+
"get-connection-string": {
|
|
705
|
+
"name": "get-connection-string",
|
|
706
|
+
"description": "Gets a PostgreSQL connection string with fresh credentials"
|
|
707
|
+
},
|
|
708
|
+
"execute-sql": {
|
|
709
|
+
"name": "execute-sql",
|
|
710
|
+
"description": "Executes a SQL query on a Nile database"
|
|
711
|
+
},
|
|
712
|
+
"create-tenant": {
|
|
713
|
+
"name": "create-tenant",
|
|
714
|
+
"description": "Creates a new tenant in the specified database"
|
|
715
|
+
},
|
|
716
|
+
"delete-tenant": {
|
|
717
|
+
"name": "delete-tenant",
|
|
718
|
+
"description": "Deletes a tenant from the specified database"
|
|
719
|
+
},
|
|
720
|
+
"list-tenants": {
|
|
721
|
+
"name": "list-tenants",
|
|
722
|
+
"description": "Lists all tenants in the specified database"
|
|
723
|
+
},
|
|
724
|
+
"read-resource": {
|
|
725
|
+
"name": "read-resource",
|
|
726
|
+
"description": "Gets detailed schema information for a specific table"
|
|
727
|
+
}
|
|
728
|
+
}
|
|
82
729
|
},
|
|
83
730
|
"mcp-tinybird": {
|
|
84
731
|
"path": "data-platforms/mcp-tinybird.json"
|
|
85
732
|
},
|
|
86
|
-
"
|
|
87
|
-
"path": "developer-tools/
|
|
88
|
-
},
|
|
89
|
-
"mcp-server-tree-sitter": {
|
|
90
|
-
"path": "developer-tools/mcp-server-tree-sitter.json"
|
|
91
|
-
},
|
|
92
|
-
"@mcp-get-community/server-macos": {
|
|
93
|
-
"path": "developer-tools/mcp-get-community-server-macos.json"
|
|
94
|
-
},
|
|
95
|
-
"@mcp-get-community/server-llm-txt": {
|
|
96
|
-
"path": "developer-tools/mcp-get-community-server-llm-txt.json"
|
|
733
|
+
"mcp-server-aidd": {
|
|
734
|
+
"path": "developer-tools/mcp-server-aidd.json"
|
|
97
735
|
},
|
|
98
736
|
"mcp-openapi-schema-explorer": {
|
|
99
737
|
"path": "developer-tools/mcp-openapi-schema-explorer.json"
|
|
100
738
|
},
|
|
101
|
-
"mcp-server-aidd": {
|
|
102
|
-
"path": "developer-tools/mcp-server-aidd.json"
|
|
103
|
-
},
|
|
104
739
|
"@llmindset/mcp-hfspace": {
|
|
105
|
-
"path": "developer-tools/llmindset-mcp-hfspace.json"
|
|
740
|
+
"path": "developer-tools/llmindset-mcp-hfspace.json",
|
|
741
|
+
"validated": true,
|
|
742
|
+
"tools": {
|
|
743
|
+
"available-files": {
|
|
744
|
+
"name": "available-files",
|
|
745
|
+
"description": "A list of available file and resources. If the User requests things like 'most recent image' or 'the audio' use this tool to identify the intended resource.This tool returns 'resource uri', 'name', 'size', 'last modified' and 'mime type' in a markdown table"
|
|
746
|
+
},
|
|
747
|
+
"search-spaces": {
|
|
748
|
+
"name": "search-spaces",
|
|
749
|
+
"description": "Use semantic search to find an endpoint on the `Hugging Face Spaces` service. The search term will usually be 3-7 words describing a task or activity the Person is trying to accomplish. The results are returned in a markdown table. Present all results to the Person. Await specific guidance from the Person before making further Tool calls."
|
|
750
|
+
},
|
|
751
|
+
"FLUX_1-schnell-infer": {
|
|
752
|
+
"name": "FLUX_1-schnell-infer",
|
|
753
|
+
"description": "Call the FLUX.1-schnell endpoint /infer"
|
|
754
|
+
}
|
|
755
|
+
}
|
|
756
|
+
},
|
|
757
|
+
"@mcp-get-community/server-macos": {
|
|
758
|
+
"path": "developer-tools/mcp-get-community-server-macos.json",
|
|
759
|
+
"validated": true,
|
|
760
|
+
"tools": {
|
|
761
|
+
"systemInfo": {
|
|
762
|
+
"name": "systemInfo",
|
|
763
|
+
"description": "Retrieve system information from macOS using various system commands"
|
|
764
|
+
},
|
|
765
|
+
"sendNotification": {
|
|
766
|
+
"name": "sendNotification",
|
|
767
|
+
"description": "Send a native macOS notification"
|
|
768
|
+
}
|
|
769
|
+
}
|
|
106
770
|
},
|
|
107
771
|
"hackmd-mcp": {
|
|
108
772
|
"path": "developer-tools/hackmd-mcp.json"
|
|
109
773
|
},
|
|
774
|
+
"mcp-server-tree-sitter": {
|
|
775
|
+
"path": "developer-tools/mcp-server-tree-sitter.json"
|
|
776
|
+
},
|
|
110
777
|
"docker-mcp": {
|
|
111
778
|
"path": "developer-tools/docker-mcp.json"
|
|
112
779
|
},
|
|
780
|
+
"awslabs.nova-canvas-mcp-server": {
|
|
781
|
+
"path": "developer-tools/awslabs.nova-canvas-mcp-server.json"
|
|
782
|
+
},
|
|
783
|
+
"@mcp-get-community/server-llm-txt": {
|
|
784
|
+
"path": "developer-tools/mcp-get-community-server-llm-txt.json",
|
|
785
|
+
"validated": true,
|
|
786
|
+
"tools": {
|
|
787
|
+
"get_llm_txt": {
|
|
788
|
+
"name": "get_llm_txt",
|
|
789
|
+
"description": "Fetch an LLM.txt file from a given URL. Format your response in beautiful markdown."
|
|
790
|
+
},
|
|
791
|
+
"list_llm_txt": {
|
|
792
|
+
"name": "list_llm_txt",
|
|
793
|
+
"description": "List available LLM.txt files from the directory. Use this first before fetching a specific LLM.txt file. Format your response in beautiful markdown."
|
|
794
|
+
},
|
|
795
|
+
"search_llm_txt": {
|
|
796
|
+
"name": "search_llm_txt",
|
|
797
|
+
"description": "Search for multiple substrings in an LLM.txt file. Requires a valid ID obtained from list_llm_txt command. Returns snippets with page numbers for each match. Format your response in beautiful markdown, using code blocks for snippets."
|
|
798
|
+
}
|
|
799
|
+
}
|
|
800
|
+
},
|
|
113
801
|
"mcp-solver": {
|
|
114
802
|
"path": "data-science-tools/mcp-solver.json"
|
|
115
803
|
},
|
|
116
|
-
"@modelcontextprotocol/server-filesystem": {
|
|
117
|
-
"path": "file-systems/modelcontextprotocol-server-filesystem.json"
|
|
118
|
-
},
|
|
119
804
|
"@modelcontextprotocol/server-gdrive": {
|
|
120
805
|
"path": "file-systems/modelcontextprotocol-server-gdrive.json"
|
|
121
806
|
},
|
|
122
|
-
"
|
|
123
|
-
"path": "
|
|
807
|
+
"@modelcontextprotocol/server-filesystem": {
|
|
808
|
+
"path": "file-systems/modelcontextprotocol-server-filesystem.json"
|
|
124
809
|
},
|
|
125
810
|
"@modelcontextprotocol/server-memory": {
|
|
126
|
-
"path": "knowledge-memory/modelcontextprotocol-server-memory.json"
|
|
811
|
+
"path": "knowledge-memory/modelcontextprotocol-server-memory.json",
|
|
812
|
+
"validated": true,
|
|
813
|
+
"tools": {
|
|
814
|
+
"create_entities": {
|
|
815
|
+
"name": "create_entities",
|
|
816
|
+
"description": "Create multiple new entities in the knowledge graph"
|
|
817
|
+
},
|
|
818
|
+
"create_relations": {
|
|
819
|
+
"name": "create_relations",
|
|
820
|
+
"description": "Create multiple new relations between entities in the knowledge graph. Relations should be in active voice"
|
|
821
|
+
},
|
|
822
|
+
"add_observations": {
|
|
823
|
+
"name": "add_observations",
|
|
824
|
+
"description": "Add new observations to existing entities in the knowledge graph"
|
|
825
|
+
},
|
|
826
|
+
"delete_entities": {
|
|
827
|
+
"name": "delete_entities",
|
|
828
|
+
"description": "Delete multiple entities and their associated relations from the knowledge graph"
|
|
829
|
+
},
|
|
830
|
+
"delete_observations": {
|
|
831
|
+
"name": "delete_observations",
|
|
832
|
+
"description": "Delete specific observations from entities in the knowledge graph"
|
|
833
|
+
},
|
|
834
|
+
"delete_relations": {
|
|
835
|
+
"name": "delete_relations",
|
|
836
|
+
"description": "Delete multiple relations from the knowledge graph"
|
|
837
|
+
},
|
|
838
|
+
"read_graph": {
|
|
839
|
+
"name": "read_graph",
|
|
840
|
+
"description": "Read the entire knowledge graph"
|
|
841
|
+
},
|
|
842
|
+
"search_nodes": {
|
|
843
|
+
"name": "search_nodes",
|
|
844
|
+
"description": "Search for nodes in the knowledge graph based on a query"
|
|
845
|
+
},
|
|
846
|
+
"open_nodes": {
|
|
847
|
+
"name": "open_nodes",
|
|
848
|
+
"description": "Open specific nodes in the knowledge graph by their names"
|
|
849
|
+
}
|
|
850
|
+
}
|
|
127
851
|
},
|
|
128
852
|
"mcp-rememberizer-vectordb": {
|
|
129
853
|
"path": "knowledge-memory/mcp-rememberizer-vectordb.json"
|
|
130
854
|
},
|
|
855
|
+
"mcp-server-rememberizer": {
|
|
856
|
+
"path": "knowledge-memory/mcp-server-rememberizer.json"
|
|
857
|
+
},
|
|
131
858
|
"@modelcontextprotocol/server-google-maps": {
|
|
132
|
-
"path": "location-services/modelcontextprotocol-server-google-maps.json"
|
|
859
|
+
"path": "location-services/modelcontextprotocol-server-google-maps.json",
|
|
860
|
+
"validated": true,
|
|
861
|
+
"tools": {
|
|
862
|
+
"maps_geocode": {
|
|
863
|
+
"name": "maps_geocode",
|
|
864
|
+
"description": "Convert an address into geographic coordinates"
|
|
865
|
+
},
|
|
866
|
+
"maps_reverse_geocode": {
|
|
867
|
+
"name": "maps_reverse_geocode",
|
|
868
|
+
"description": "Convert coordinates into an address"
|
|
869
|
+
},
|
|
870
|
+
"maps_search_places": {
|
|
871
|
+
"name": "maps_search_places",
|
|
872
|
+
"description": "Search for places using Google Places API"
|
|
873
|
+
},
|
|
874
|
+
"maps_place_details": {
|
|
875
|
+
"name": "maps_place_details",
|
|
876
|
+
"description": "Get detailed information about a specific place"
|
|
877
|
+
},
|
|
878
|
+
"maps_distance_matrix": {
|
|
879
|
+
"name": "maps_distance_matrix",
|
|
880
|
+
"description": "Calculate travel distance and time for multiple origins and destinations"
|
|
881
|
+
},
|
|
882
|
+
"maps_elevation": {
|
|
883
|
+
"name": "maps_elevation",
|
|
884
|
+
"description": "Get elevation data for locations on the earth"
|
|
885
|
+
},
|
|
886
|
+
"maps_directions": {
|
|
887
|
+
"name": "maps_directions",
|
|
888
|
+
"description": "Get directions between two points"
|
|
889
|
+
}
|
|
890
|
+
}
|
|
133
891
|
},
|
|
134
892
|
"@raygun.io/mcp-server-raygun": {
|
|
135
|
-
"path": "monitoring/raygun.io-mcp-server-raygun.json"
|
|
893
|
+
"path": "monitoring/raygun.io-mcp-server-raygun.json",
|
|
894
|
+
"validated": true,
|
|
895
|
+
"tools": {
|
|
896
|
+
"list_applications": {
|
|
897
|
+
"name": "list_applications",
|
|
898
|
+
"description": "List all applications under the users account on Raygun"
|
|
899
|
+
},
|
|
900
|
+
"get_application": {
|
|
901
|
+
"name": "get_application",
|
|
902
|
+
"description": "Get application by identifier"
|
|
903
|
+
},
|
|
904
|
+
"get_application_by_api_key": {
|
|
905
|
+
"name": "get_application_by_api_key",
|
|
906
|
+
"description": "Get application by API key"
|
|
907
|
+
},
|
|
908
|
+
"regenerate_application_api_key": {
|
|
909
|
+
"name": "regenerate_application_api_key",
|
|
910
|
+
"description": "Regenerate application API key"
|
|
911
|
+
},
|
|
912
|
+
"list_customers": {
|
|
913
|
+
"name": "list_customers",
|
|
914
|
+
"description": "List customers for an application"
|
|
915
|
+
},
|
|
916
|
+
"list_deployments": {
|
|
917
|
+
"name": "list_deployments",
|
|
918
|
+
"description": "List deployments for an application"
|
|
919
|
+
},
|
|
920
|
+
"get_deployment": {
|
|
921
|
+
"name": "get_deployment",
|
|
922
|
+
"description": "Get deployment by identifier"
|
|
923
|
+
},
|
|
924
|
+
"delete_deployment": {
|
|
925
|
+
"name": "delete_deployment",
|
|
926
|
+
"description": "Delete deployment"
|
|
927
|
+
},
|
|
928
|
+
"update_deployment": {
|
|
929
|
+
"name": "update_deployment",
|
|
930
|
+
"description": "Update deployment details"
|
|
931
|
+
},
|
|
932
|
+
"reprocess_deployment_commits": {
|
|
933
|
+
"name": "reprocess_deployment_commits",
|
|
934
|
+
"description": "Reprocess deployment commits"
|
|
935
|
+
},
|
|
936
|
+
"list_error_groups": {
|
|
937
|
+
"name": "list_error_groups",
|
|
938
|
+
"description": "List error groups for an application"
|
|
939
|
+
},
|
|
940
|
+
"get_error_group": {
|
|
941
|
+
"name": "get_error_group",
|
|
942
|
+
"description": "Get error group by identifier"
|
|
943
|
+
},
|
|
944
|
+
"resolve_error_group": {
|
|
945
|
+
"name": "resolve_error_group",
|
|
946
|
+
"description": "Set the status of the error group to resolved"
|
|
947
|
+
},
|
|
948
|
+
"activate_error_group": {
|
|
949
|
+
"name": "activate_error_group",
|
|
950
|
+
"description": "Set the status of the error group to active"
|
|
951
|
+
},
|
|
952
|
+
"ignore_error_group": {
|
|
953
|
+
"name": "ignore_error_group",
|
|
954
|
+
"description": "Set the status of the error group to ignored"
|
|
955
|
+
},
|
|
956
|
+
"permanently_ignore_error_group": {
|
|
957
|
+
"name": "permanently_ignore_error_group",
|
|
958
|
+
"description": "Set the status of the error group to permanently ignored"
|
|
959
|
+
},
|
|
960
|
+
"list_pages": {
|
|
961
|
+
"name": "list_pages",
|
|
962
|
+
"description": "List pages for an application"
|
|
963
|
+
},
|
|
964
|
+
"get_page_metrics_time_series": {
|
|
965
|
+
"name": "get_page_metrics_time_series",
|
|
966
|
+
"description": "Get time-series metrics for pages"
|
|
967
|
+
},
|
|
968
|
+
"get_page_metrics_histogram": {
|
|
969
|
+
"name": "get_page_metrics_histogram",
|
|
970
|
+
"description": "Get histogram metrics for pages"
|
|
971
|
+
},
|
|
972
|
+
"get_error_metrics_time_series": {
|
|
973
|
+
"name": "get_error_metrics_time_series",
|
|
974
|
+
"description": "Get time-series metrics for errors"
|
|
975
|
+
},
|
|
976
|
+
"list_sessions": {
|
|
977
|
+
"name": "list_sessions",
|
|
978
|
+
"description": "List sessions for an application"
|
|
979
|
+
},
|
|
980
|
+
"get_session": {
|
|
981
|
+
"name": "get_session",
|
|
982
|
+
"description": "Get session by identifier"
|
|
983
|
+
},
|
|
984
|
+
"list_invitations": {
|
|
985
|
+
"name": "list_invitations",
|
|
986
|
+
"description": "Returns a list invitations that the token and token owner has access to"
|
|
987
|
+
},
|
|
988
|
+
"send_invitation": {
|
|
989
|
+
"name": "send_invitation",
|
|
990
|
+
"description": "Send an invitation to a user"
|
|
991
|
+
},
|
|
992
|
+
"get_invitation": {
|
|
993
|
+
"name": "get_invitation",
|
|
994
|
+
"description": "Get an invitation by identifier"
|
|
995
|
+
},
|
|
996
|
+
"revoke_invitation": {
|
|
997
|
+
"name": "revoke_invitation",
|
|
998
|
+
"description": "Revoke a sent invitation"
|
|
999
|
+
},
|
|
1000
|
+
"list_source_maps": {
|
|
1001
|
+
"name": "list_source_maps",
|
|
1002
|
+
"description": "Returns a list of source maps for the specified application"
|
|
1003
|
+
},
|
|
1004
|
+
"get_source_map": {
|
|
1005
|
+
"name": "get_source_map",
|
|
1006
|
+
"description": "Returns a single source map by identifier"
|
|
1007
|
+
},
|
|
1008
|
+
"update_source_map": {
|
|
1009
|
+
"name": "update_source_map",
|
|
1010
|
+
"description": "Update the details of a source map"
|
|
1011
|
+
},
|
|
1012
|
+
"delete_source_map": {
|
|
1013
|
+
"name": "delete_source_map",
|
|
1014
|
+
"description": "Delete a source map"
|
|
1015
|
+
},
|
|
1016
|
+
"upload_source_map": {
|
|
1017
|
+
"name": "upload_source_map",
|
|
1018
|
+
"description": "Uploads a source map to the specified application"
|
|
1019
|
+
},
|
|
1020
|
+
"delete_all_source_maps": {
|
|
1021
|
+
"name": "delete_all_source_maps",
|
|
1022
|
+
"description": "Deletes all source maps"
|
|
1023
|
+
}
|
|
1024
|
+
}
|
|
136
1025
|
},
|
|
137
1026
|
"mcp-server-sentry": {
|
|
138
1027
|
"path": "monitoring/mcp-server-sentry.json"
|
|
139
1028
|
},
|
|
140
|
-
"@
|
|
141
|
-
"path": "search-data-extraction/
|
|
1029
|
+
"@modelcontextprotocol/server-brave-search": {
|
|
1030
|
+
"path": "search-data-extraction/modelcontextprotocol-server-brave-search.json",
|
|
1031
|
+
"validated": true,
|
|
1032
|
+
"tools": {
|
|
1033
|
+
"brave_web_search": {
|
|
1034
|
+
"name": "brave_web_search",
|
|
1035
|
+
"description": "Performs a web search using the Brave Search API, ideal for general queries, news, articles, and online content. Use this for broad information gathering, recent events, or when you need diverse web sources. Supports pagination, content filtering, and freshness controls. Maximum 20 results per request, with offset for pagination. "
|
|
1036
|
+
},
|
|
1037
|
+
"brave_local_search": {
|
|
1038
|
+
"name": "brave_local_search",
|
|
1039
|
+
"description": "Searches for local businesses and places using Brave's Local Search API. Best for queries related to physical locations, businesses, restaurants, services, etc. Returns detailed information including:\n- Business names and addresses\n- Ratings and review counts\n- Phone numbers and opening hours\nUse this when the query implies 'near me' or mentions specific locations. Automatically falls back to web search if no local results are found."
|
|
1040
|
+
}
|
|
1041
|
+
}
|
|
142
1042
|
},
|
|
143
1043
|
"anilist-mcp": {
|
|
144
|
-
"path": "search-data-extraction/anilist-mcp.json"
|
|
1044
|
+
"path": "search-data-extraction/anilist-mcp.json",
|
|
1045
|
+
"validated": true,
|
|
1046
|
+
"tools": {
|
|
1047
|
+
"favourite_studio": {
|
|
1048
|
+
"name": "favourite_studio",
|
|
1049
|
+
"description": "[Requires Login] Favourite or unfavourite a studio by its ID"
|
|
1050
|
+
},
|
|
1051
|
+
"get_genres": {
|
|
1052
|
+
"name": "get_genres",
|
|
1053
|
+
"description": "Get all available genres on AniList"
|
|
1054
|
+
},
|
|
1055
|
+
"get_media_tags": {
|
|
1056
|
+
"name": "get_media_tags",
|
|
1057
|
+
"description": "Get all available media tags on AniList"
|
|
1058
|
+
},
|
|
1059
|
+
"get_site_statistics": {
|
|
1060
|
+
"name": "get_site_statistics",
|
|
1061
|
+
"description": "Get AniList site statistics over the last seven days"
|
|
1062
|
+
},
|
|
1063
|
+
"get_studio": {
|
|
1064
|
+
"name": "get_studio",
|
|
1065
|
+
"description": "Get information about a studio by its AniList ID or name"
|
|
1066
|
+
},
|
|
1067
|
+
"delete_activity": {
|
|
1068
|
+
"name": "delete_activity",
|
|
1069
|
+
"description": "[Requires Login] Delete the current authorized user's activity post"
|
|
1070
|
+
},
|
|
1071
|
+
"get_activity": {
|
|
1072
|
+
"name": "get_activity",
|
|
1073
|
+
"description": "Get a specific AniList activity by its ID"
|
|
1074
|
+
},
|
|
1075
|
+
"get_user_activity": {
|
|
1076
|
+
"name": "get_user_activity",
|
|
1077
|
+
"description": "Fetch activities from a user"
|
|
1078
|
+
},
|
|
1079
|
+
"post_message_activity": {
|
|
1080
|
+
"name": "post_message_activity",
|
|
1081
|
+
"description": "[Requires Login] Post a new message activity or update an existing one"
|
|
1082
|
+
},
|
|
1083
|
+
"post_text_activity": {
|
|
1084
|
+
"name": "post_text_activity",
|
|
1085
|
+
"description": "[Requires Login] Post a new text activity or update an existing one"
|
|
1086
|
+
},
|
|
1087
|
+
"add_list_entry": {
|
|
1088
|
+
"name": "add_list_entry",
|
|
1089
|
+
"description": "[Requires Login] Add an entry to the authorized user's list"
|
|
1090
|
+
},
|
|
1091
|
+
"get_user_anime_list": {
|
|
1092
|
+
"name": "get_user_anime_list",
|
|
1093
|
+
"description": "Get a user's anime list"
|
|
1094
|
+
},
|
|
1095
|
+
"get_user_manga_list": {
|
|
1096
|
+
"name": "get_user_manga_list",
|
|
1097
|
+
"description": "Get a user's manga list"
|
|
1098
|
+
},
|
|
1099
|
+
"remove_list_entry": {
|
|
1100
|
+
"name": "remove_list_entry",
|
|
1101
|
+
"description": "[Requires Login] Remove an entry from the authorized user's list"
|
|
1102
|
+
},
|
|
1103
|
+
"update_list_entry": {
|
|
1104
|
+
"name": "update_list_entry",
|
|
1105
|
+
"description": "[Requires Login] Update an entry on the authorized user's list"
|
|
1106
|
+
},
|
|
1107
|
+
"get_anime": {
|
|
1108
|
+
"name": "get_anime",
|
|
1109
|
+
"description": "Get detailed information about an anime by its AniList ID"
|
|
1110
|
+
},
|
|
1111
|
+
"favourite_anime": {
|
|
1112
|
+
"name": "favourite_anime",
|
|
1113
|
+
"description": "[Requires Login] Favourite or unfavourite an anime by its ID"
|
|
1114
|
+
},
|
|
1115
|
+
"favourite_manga": {
|
|
1116
|
+
"name": "favourite_manga",
|
|
1117
|
+
"description": "[Requires Login] Favourite or unfavourite a manga by its ID"
|
|
1118
|
+
},
|
|
1119
|
+
"get_manga": {
|
|
1120
|
+
"name": "get_manga",
|
|
1121
|
+
"description": "Get detailed information about a manga by its AniList ID"
|
|
1122
|
+
},
|
|
1123
|
+
"get_character": {
|
|
1124
|
+
"name": "get_character",
|
|
1125
|
+
"description": "Get information about a character by their AniList ID or name"
|
|
1126
|
+
},
|
|
1127
|
+
"favourite_character": {
|
|
1128
|
+
"name": "favourite_character",
|
|
1129
|
+
"description": "[Requires Login] Favourite or unfavourite a character by its ID"
|
|
1130
|
+
},
|
|
1131
|
+
"favourite_staff": {
|
|
1132
|
+
"name": "favourite_staff",
|
|
1133
|
+
"description": "[Requires Login] Favourite or unfavourite a staff member by their ID"
|
|
1134
|
+
},
|
|
1135
|
+
"get_todays_birthday_characters": {
|
|
1136
|
+
"name": "get_todays_birthday_characters",
|
|
1137
|
+
"description": "Get all characters whose birthday is today"
|
|
1138
|
+
},
|
|
1139
|
+
"get_todays_birthday_staff": {
|
|
1140
|
+
"name": "get_todays_birthday_staff",
|
|
1141
|
+
"description": "Get all staff members whose birthday is today"
|
|
1142
|
+
},
|
|
1143
|
+
"get_staff": {
|
|
1144
|
+
"name": "get_staff",
|
|
1145
|
+
"description": "Get information about staff member by their AniList ID or name"
|
|
1146
|
+
},
|
|
1147
|
+
"get_recommendation": {
|
|
1148
|
+
"name": "get_recommendation",
|
|
1149
|
+
"description": "Get an AniList recommendation by its ID"
|
|
1150
|
+
},
|
|
1151
|
+
"get_recommendations_for_media": {
|
|
1152
|
+
"name": "get_recommendations_for_media",
|
|
1153
|
+
"description": "Get AniList recommendations for a specific media"
|
|
1154
|
+
},
|
|
1155
|
+
"search_activity": {
|
|
1156
|
+
"name": "search_activity",
|
|
1157
|
+
"description": "Search for activities on AniList"
|
|
1158
|
+
},
|
|
1159
|
+
"search_anime": {
|
|
1160
|
+
"name": "search_anime",
|
|
1161
|
+
"description": "Search for anime with query term and filters"
|
|
1162
|
+
},
|
|
1163
|
+
"search_character": {
|
|
1164
|
+
"name": "search_character",
|
|
1165
|
+
"description": "Search for characters based on a query term"
|
|
1166
|
+
},
|
|
1167
|
+
"search_manga": {
|
|
1168
|
+
"name": "search_manga",
|
|
1169
|
+
"description": "Search for manga with query term and filters"
|
|
1170
|
+
},
|
|
1171
|
+
"search_staff": {
|
|
1172
|
+
"name": "search_staff",
|
|
1173
|
+
"description": "Search for staff members based on a query term"
|
|
1174
|
+
},
|
|
1175
|
+
"search_studio": {
|
|
1176
|
+
"name": "search_studio",
|
|
1177
|
+
"description": "Search for studios based on a query term"
|
|
1178
|
+
},
|
|
1179
|
+
"search_user": {
|
|
1180
|
+
"name": "search_user",
|
|
1181
|
+
"description": "Search for users on AniList"
|
|
1182
|
+
},
|
|
1183
|
+
"delete_thread": {
|
|
1184
|
+
"name": "delete_thread",
|
|
1185
|
+
"description": "[Requires Login] Delete a thread by its ID"
|
|
1186
|
+
},
|
|
1187
|
+
"get_thread": {
|
|
1188
|
+
"name": "get_thread",
|
|
1189
|
+
"description": "Get a specific thread by its AniList ID"
|
|
1190
|
+
},
|
|
1191
|
+
"get_thread_comments": {
|
|
1192
|
+
"name": "get_thread_comments",
|
|
1193
|
+
"description": "Get comments for a specific thread"
|
|
1194
|
+
},
|
|
1195
|
+
"get_full_user_info": {
|
|
1196
|
+
"name": "get_full_user_info",
|
|
1197
|
+
"description": "Get a user's complete profile and stats information"
|
|
1198
|
+
},
|
|
1199
|
+
"follow_user": {
|
|
1200
|
+
"name": "follow_user",
|
|
1201
|
+
"description": "[Requires Login] Follow or unfollow a user by their ID"
|
|
1202
|
+
},
|
|
1203
|
+
"get_authorized_user": {
|
|
1204
|
+
"name": "get_authorized_user",
|
|
1205
|
+
"description": "[Requires Login] Get profile information of the currently authorized user"
|
|
1206
|
+
},
|
|
1207
|
+
"get_user_recent_activity": {
|
|
1208
|
+
"name": "get_user_recent_activity",
|
|
1209
|
+
"description": "Get recent activity from a user"
|
|
1210
|
+
},
|
|
1211
|
+
"get_user_profile": {
|
|
1212
|
+
"name": "get_user_profile",
|
|
1213
|
+
"description": "Get a user's AniList profile"
|
|
1214
|
+
},
|
|
1215
|
+
"get_user_stats": {
|
|
1216
|
+
"name": "get_user_stats",
|
|
1217
|
+
"description": "Get a user's AniList statistics"
|
|
1218
|
+
},
|
|
1219
|
+
"update_user": {
|
|
1220
|
+
"name": "update_user",
|
|
1221
|
+
"description": "[Requires Login] Update user settings"
|
|
1222
|
+
}
|
|
1223
|
+
}
|
|
145
1224
|
},
|
|
146
|
-
"
|
|
147
|
-
"path": "search-data-extraction/
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
1225
|
+
"@chanmeng666/google-news-server": {
|
|
1226
|
+
"path": "search-data-extraction/chanmeng666-google-news-server.json",
|
|
1227
|
+
"validated": true,
|
|
1228
|
+
"tools": {
|
|
1229
|
+
"google_news_search": {
|
|
1230
|
+
"name": "google_news_search",
|
|
1231
|
+
"description": "Search Google News for articles and news content. Results will be automatically categorized by topic."
|
|
1232
|
+
}
|
|
1233
|
+
}
|
|
151
1234
|
},
|
|
152
1235
|
"graphlit-mcp-server": {
|
|
153
|
-
"path": "search-data-extraction/graphlit-mcp-server.json"
|
|
1236
|
+
"path": "search-data-extraction/graphlit-mcp-server.json",
|
|
1237
|
+
"validated": true,
|
|
1238
|
+
"tools": {
|
|
1239
|
+
"configureProject": {
|
|
1240
|
+
"name": "configureProject",
|
|
1241
|
+
"description": "Configures the default content workflow and conversation specification for the Graphlit project.\n Only needed if user asks to configure the project defaults. *Do not* call unless specifically asked for by the user.\n To reset the project configuration to 'factory state', assign False or null to all parameters.\n Optionally accepts whether to configure the default specification for LLM conversations. Defaults to using OpenAI GPT-4o, if not assigned.\n Optionally accepts whether to enable high-quality document and web page preparation using a vision LLM. Defaults to using Azure AI Document Intelligence for document preparation, if not assigned.\n Optionally accepts whether to enable entity extraction using LLM into the knowledge graph. Defaults to no entity extraction, if not assigned.\n Optionally accepts the preferred model provider service type, i.e. Anthropic, OpenAI, Google. Defaults to Anthropic if not provided.\n Returns the project identifier."
|
|
1242
|
+
},
|
|
1243
|
+
"queryProjectUsage": {
|
|
1244
|
+
"name": "queryProjectUsage",
|
|
1245
|
+
"description": "Queries project usage records.\n Usage record name describes the operation, i.e. 'Prompt completion', 'Text embedding', 'GraphQL', 'Entity Event'.\n 'GraphQL' usage records are used for GraphQL operations, i.e. 'queryContents', 'retrieveSources', 'askGraphlit', etc.\n 'Entity Event' usage records are used for async compute operations.\n 'Text embedding' usage records are used for text embedding operations.\n 'Prompt completion' usage records are used for LLM prompt completion operations, i.e. when using 'promptConversation'.\n 'Data extraction' usage records are used for data extraction operations, using LLMs to extract knowledge graph entities.\n Look at 'metric' field for the type of metric captured in the usage record, i.e. BYTES, TOKENS, UNITS, REQUESTS.\n Look for 'credits' field which describes how many credits were charged by the operation.\n Look for 'promptTokens', 'completionTokens' and (total) 'tokens' fields which describe the number of tokens used by the operation.\n Look for 'request', 'response' and 'variables' fields which describe the GraphQL operation.\n Look for 'count' for the number of units used by the operation, for example, number of pages processed by document preparation.\n Accepts an optional recency filter for usage records 'in last' timespan.\n Returns a list of usage records, which describe the billable audit log of all Graphlit API operations."
|
|
1246
|
+
},
|
|
1247
|
+
"askGraphlit": {
|
|
1248
|
+
"name": "askGraphlit",
|
|
1249
|
+
"description": "Ask questions about using the Graphlit Platform, or specifically about the Graphlit API or SDKs.\n When the user asks about how to use the Graphlit API or SDKs, use this tool to provide a code sample in Python, TypeScript or C#.\n Accepts an LLM user prompt.\n Returns the LLM prompt completion in Markdown format."
|
|
1250
|
+
},
|
|
1251
|
+
"promptConversation": {
|
|
1252
|
+
"name": "promptConversation",
|
|
1253
|
+
"description": "Prompts an LLM conversation about your entire Graphlit knowledge base. \n Uses hybrid vector search based on user prompt for locating relevant content sources. Uses LLM to complete the user prompt with the configured LLM.\n Maintains conversation history between 'user' and LLM 'assistant'. \n Prefer 'promptConversation' when the user intends to start or continue an ongoing conversation about the entire Graphlit knowledge base.\n Similar to 'retrieveSources' but does not perform content metadata filtering.\n Accepts an LLM user prompt and optional conversation identifier. Will either create a new conversation or continue an existing one.\n Will use the default specification for LLM conversations, which is optionally configured with the 'configureProject' tool.\n Returns the conversation identifier, completed LLM message, and any citations from the LLM response."
|
|
1254
|
+
},
|
|
1255
|
+
"retrieveSources": {
|
|
1256
|
+
"name": "retrieveSources",
|
|
1257
|
+
"description": "Retrieve relevant content sources from Graphlit knowledge base. Do *not* use for retrieving content by content identifier - retrieve content resource instead, with URI 'contents://{id}'.\n Accepts an LLM user prompt for content retrieval. For best retrieval quality, provide only key words or phrases from the user prompt, which will be used to create text embeddings for a vector search query.\n Only use when there is a valid LLM user prompt for content retrieval, otherwise use 'queryContents'. For example 'recent content' is not a useful user prompt, since it doesn't reference the text in the content.\n Only use for 'one shot' retrieval of content sources, i.e. when the user is not interested in having a conversation about the content.\n Accepts an optional ingestion recency filter (defaults to null, meaning all time), and optional content type and file type filters.\n Also accepts optional feed and collection identifiers to filter content by.\n Returns the ranked content sources, including their content resource URI to retrieve the complete Markdown text."
|
|
1258
|
+
},
|
|
1259
|
+
"retrieveImages": {
|
|
1260
|
+
"name": "retrieveImages",
|
|
1261
|
+
"description": "Retrieve images from Graphlit knowledge base. Provides image-specific retrieval when image similarity search is desired.\n Do *not* use for retrieving content by content identifier - retrieve content resource instead, with URI 'contents://{id}'.\n Accepts image URL. Image will be used for similarity search using image embeddings.\n Accepts optional geo-location filter for search by latitude, longitude and optional distance radius. Images taken with GPS enabled are searchable by geo-location.\n Also accepts optional recency filter (defaults to null, meaning all time), and optional feed and collection identifiers to filter images by.\n Returns the matching images, including their content resource URI to retrieve the complete Markdown text."
|
|
1262
|
+
},
|
|
1263
|
+
"extractText": {
|
|
1264
|
+
"name": "extractText",
|
|
1265
|
+
"description": "Extracts JSON data from text using LLM.\n Accepts text to be extracted, and JSON schema which describes the data which will be extracted. JSON schema needs be of type 'object' and include 'properties' and 'required' fields.\n Optionally accepts text prompt which is provided to LLM to guide data extraction. Defaults to 'Extract data using the tools provided'.\n Returns extracted JSON from text."
|
|
1266
|
+
},
|
|
1267
|
+
"createCollection": {
|
|
1268
|
+
"name": "createCollection",
|
|
1269
|
+
"description": "Create a collection.\n Accepts a collection name, and optional list of content identifiers to add to collection.\n Returns the collection identifier"
|
|
1270
|
+
},
|
|
1271
|
+
"addContentsToCollection": {
|
|
1272
|
+
"name": "addContentsToCollection",
|
|
1273
|
+
"description": "Add contents to a collection.\n Accepts a collection identifier and a list of content identifiers to add to collection.\n Returns the collection identifier."
|
|
1274
|
+
},
|
|
1275
|
+
"removeContentsFromCollection": {
|
|
1276
|
+
"name": "removeContentsFromCollection",
|
|
1277
|
+
"description": "Remove contents from collection.\n Accepts a collection identifier and a list of content identifiers to remove from collection.\n Returns the collection identifier."
|
|
1278
|
+
},
|
|
1279
|
+
"deleteContent": {
|
|
1280
|
+
"name": "deleteContent",
|
|
1281
|
+
"description": "Deletes content from Graphlit knowledge base.\n Accepts content identifier.\n Returns the content identifier and content state, i.e. Deleted."
|
|
1282
|
+
},
|
|
1283
|
+
"deleteConversation": {
|
|
1284
|
+
"name": "deleteConversation",
|
|
1285
|
+
"description": "Deletes conversation from Graphlit knowledge base.\n Accepts conversation identifier.\n Returns the conversation identifier and content state, i.e. Deleted."
|
|
1286
|
+
},
|
|
1287
|
+
"deleteCollection": {
|
|
1288
|
+
"name": "deleteCollection",
|
|
1289
|
+
"description": "Deletes collection from Graphlit knowledge base.\n Does *not* delete the contents in the collection, only the collection itself.\n Accepts collection identifier.\n Returns the collection identifier and collection state, i.e. Deleted."
|
|
1290
|
+
},
|
|
1291
|
+
"deleteFeed": {
|
|
1292
|
+
"name": "deleteFeed",
|
|
1293
|
+
"description": "Deletes feed from Graphlit knowledge base.\n *Does* delete the contents in the feed, in addition to the feed itself.\n Accepts feed identifier.\n Returns the feed identifier and feed state, i.e. Deleted."
|
|
1294
|
+
},
|
|
1295
|
+
"deleteFeeds": {
|
|
1296
|
+
"name": "deleteFeeds",
|
|
1297
|
+
"description": "Deletes feeds from Graphlit knowledge base.\n *Does* delete the contents in the feed, in addition to the feed itself.\n Accepts optional feed type filter to limit the feeds which will be deleted.\n Also accepts optional limit of how many feeds to delete, defaults to 100.\n Returns the feed identifiers and feed state, i.e. Deleted."
|
|
1298
|
+
},
|
|
1299
|
+
"deleteCollections": {
|
|
1300
|
+
"name": "deleteCollections",
|
|
1301
|
+
"description": "Deletes collections from Graphlit knowledge base.\n Does *not* delete the contents in the collections, only the collections themselves.\n Accepts optional limit of how many collections to delete, defaults to 100.\n Returns the collection identifiers and collection state, i.e. Deleted."
|
|
1302
|
+
},
|
|
1303
|
+
"deleteConversations": {
|
|
1304
|
+
"name": "deleteConversations",
|
|
1305
|
+
"description": "Deletes conversations from Graphlit knowledge base.\n Accepts optional limit of how many conversations to delete, defaults to 100.\n Returns the conversation identifiers and conversation state, i.e. Deleted."
|
|
1306
|
+
},
|
|
1307
|
+
"deleteContents": {
|
|
1308
|
+
"name": "deleteContents",
|
|
1309
|
+
"description": "Deletes contents from Graphlit knowledge base.\n Accepts optional content type and file type filters to limit the contents which will be deleted.\n Also accepts optional limit of how many contents to delete, defaults to 1000.\n Returns the content identifiers and content state, i.e. Deleted."
|
|
1310
|
+
},
|
|
1311
|
+
"queryContents": {
|
|
1312
|
+
"name": "queryContents",
|
|
1313
|
+
"description": "Query contents from Graphlit knowledge base. Do *not* use for retrieving content by content identifier - retrieve content resource instead, with URI 'contents://{id}'.\n Accepts optional content name, content type and file type for metadata filtering.\n Accepts optional hybrid vector search query.\n Accepts optional recency filter (defaults to null, meaning all time), and optional feed and collection identifiers to filter images by.\n Accepts optional geo-location filter for search by latitude, longitude and optional distance radius. Images and videos taken with GPS enabled are searchable by geo-location.\n Returns the matching contents, including their content resource URI to retrieve the complete Markdown text."
|
|
1314
|
+
},
|
|
1315
|
+
"queryCollections": {
|
|
1316
|
+
"name": "queryCollections",
|
|
1317
|
+
"description": "Query collections from Graphlit knowledge base. Do *not* use for retrieving collection by collection identifier - retrieve collection resource instead, with URI 'collections://{id}'.\n Accepts optional collection name for metadata filtering.\n Returns the matching collections, including their collection resource URI to retrieve the collection contents."
|
|
1318
|
+
},
|
|
1319
|
+
"queryFeeds": {
|
|
1320
|
+
"name": "queryFeeds",
|
|
1321
|
+
"description": "Query feeds from Graphlit knowledge base. Do *not* use for retrieving feed by feed identifier - retrieve feed resource instead, with URI 'feeds://{id}'.\n Accepts optional feed name and feed type for metadata filtering.\n Returns the matching feeds, including their feed resource URI to retrieve the feed contents."
|
|
1322
|
+
},
|
|
1323
|
+
"queryConversations": {
|
|
1324
|
+
"name": "queryConversations",
|
|
1325
|
+
"description": "Query conversations from Graphlit knowledge base. Do *not* use for retrieving conversation by conversation identifier - retrieve conversation resource instead, with URI 'conversations://{id}'.\n Accepts optional hybrid vector search query.\n Accepts optional recency filter (defaults to null, meaning all time).\n Returns the matching conversations, including their conversation resource URI to retrieve the complete conversation message history."
|
|
1326
|
+
},
|
|
1327
|
+
"isContentDone": {
|
|
1328
|
+
"name": "isContentDone",
|
|
1329
|
+
"description": "Check if content has completed asynchronous ingestion.\n Accepts a content identifier which was returned from one of the non-feed ingestion tools, like ingestUrl.\n Returns whether the content is done or not."
|
|
1330
|
+
},
|
|
1331
|
+
"isFeedDone": {
|
|
1332
|
+
"name": "isFeedDone",
|
|
1333
|
+
"description": "Check if an asynchronous feed has completed ingesting all the available content.\n Accepts a feed identifier which was returned from one of the ingestion tools, like ingestGoogleDriveFiles.\n Returns whether the feed is done or not."
|
|
1334
|
+
},
|
|
1335
|
+
"listNotionDatabases": {
|
|
1336
|
+
"name": "listNotionDatabases",
|
|
1337
|
+
"description": "Lists available Notion databases.\n Requires environment variable to be configured: NOTION_API_KEY.\n Returns a list of Notion databases, where the database identifier can be used with ingestNotionPages to ingest pages into Graphlit knowledge base."
|
|
1338
|
+
},
|
|
1339
|
+
"listLinearProjects": {
|
|
1340
|
+
"name": "listLinearProjects",
|
|
1341
|
+
"description": "Lists available Linear projects.\n Requires environment variable to be configured: LINEAR_API_KEY.\n Returns a list of Linear projects, where the project name can be used with ingestLinearIssues to ingest issues into Graphlit knowledge base."
|
|
1342
|
+
},
|
|
1343
|
+
"listSlackChannels": {
|
|
1344
|
+
"name": "listSlackChannels",
|
|
1345
|
+
"description": "Lists available Slack channels.\n Requires environment variable to be configured: SLACK_BOT_TOKEN.\n Returns a list of Slack channels, where the channel name can be used with ingestSlackMessages to ingest messages into Graphlit knowledge base."
|
|
1346
|
+
},
|
|
1347
|
+
"listSharePointLibraries": {
|
|
1348
|
+
"name": "listSharePointLibraries",
|
|
1349
|
+
"description": "Lists available SharePoint libraries.\n Requires environment variables to be configured: SHAREPOINT_CLIENT_ID, SHAREPOINT_CLIENT_SECRET, SHAREPOINT_REFRESH_TOKEN.\n Returns a list of SharePoint libraries, where the selected libraryId can be used with listSharePointFolders to enumerate SharePoint folders in a library."
|
|
1350
|
+
},
|
|
1351
|
+
"listSharePointFolders": {
|
|
1352
|
+
"name": "listSharePointFolders",
|
|
1353
|
+
"description": "Lists available SharePoint folders.\n Requires environment variables to be configured: SHAREPOINT_CLIENT_ID, SHAREPOINT_CLIENT_SECRET, SHAREPOINT_REFRESH_TOKEN.\n Returns a list of SharePoint folders, which can be used with ingestSharePointFiles to ingest files into Graphlit knowledge base."
|
|
1354
|
+
},
|
|
1355
|
+
"ingestSharePointFiles": {
|
|
1356
|
+
"name": "ingestSharePointFiles",
|
|
1357
|
+
"description": "Ingests files from SharePoint library into Graphlit knowledge base.\n Accepts a SharePoint libraryId and an optional folderId to ingest files from a specific SharePoint folder.\n Libraries can be enumerated with listSharePointLibraries and library folders with listSharePointFolders.\n Requires environment variables to be configured: SHAREPOINT_ACCOUNT_NAME, SHAREPOINT_CLIENT_ID, SHAREPOINT_CLIENT_SECRET, SHAREPOINT_REFRESH_TOKEN.\n Accepts an optional read limit for the number of files to ingest.\n Executes asynchronously, creates SharePoint feed, and returns the feed identifier."
|
|
1358
|
+
},
|
|
1359
|
+
"ingestOneDriveFiles": {
|
|
1360
|
+
"name": "ingestOneDriveFiles",
|
|
1361
|
+
"description": "Ingests files from OneDrive into Graphlit knowledge base.\n Accepts optional OneDrive folder identifier, and an optional read limit for the number of files to ingest.\n If no folder identifier provided, ingests files from root OneDrive folder.\n Requires environment variables to be configured: ONEDRIVE_CLIENT_ID, ONEDRIVE_CLIENT_SECRET, ONEDRIVE_REFRESH_TOKEN.\n Executes asynchronously, creates OneDrive feed, and returns the feed identifier."
|
|
1362
|
+
},
|
|
1363
|
+
"ingestGoogleDriveFiles": {
|
|
1364
|
+
"name": "ingestGoogleDriveFiles",
|
|
1365
|
+
"description": "Ingests files from Google Drive into Graphlit knowledge base.\n Accepts optional Google Drive folder identifier, and an optional read limit for the number of files to ingest.\n For example, with Google Drive URI (https://drive.google.com/drive/u/0/folders/32tzhRD12KDh2hXABY8OZRFv7Smy8WBkQ), the folder identifier is 32tzhRD12KDh2hXABY8OZRFv7Smy8WBkQ.\n If no folder identifier provided, ingests files from root Google Drive folder.\n Requires environment variables to be configured: GOOGLE_DRIVE_SERVICE_ACCOUNT_JSON -or- GOOGLE_DRIVE_CLIENT_ID, GOOGLE_DRIVE_CLIENT_SECRET, GOOGLE_DRIVE_REFRESH_TOKEN.\n If service account JSON is provided, uses service account authentication. Else, uses user authentication.\n Executes asynchronously, creates Google Drive feed, and returns the feed identifier."
|
|
1366
|
+
},
|
|
1367
|
+
"ingestDropboxFiles": {
|
|
1368
|
+
"name": "ingestDropboxFiles",
|
|
1369
|
+
"description": "Ingests files from Dropbox into Graphlit knowledge base.\n Accepts optional relative path to Dropbox folder (i.e. /Pictures), and an optional read limit for the number of files to ingest.\n If no path provided, ingests files from root Dropbox folder.\n Requires environment variables to be configured: DROPBOX_APP_KEY, DROPBOX_APP_SECRET, DROPBOX_REDIRECT_URI, DROPBOX_REFRESH_TOKEN.\n Executes asynchronously, creates Dropbox feed, and returns the feed identifier."
|
|
1370
|
+
},
|
|
1371
|
+
"ingestBoxFiles": {
|
|
1372
|
+
"name": "ingestBoxFiles",
|
|
1373
|
+
"description": "Ingests files from Box into Graphlit knowledge base.\n Accepts optional Box folder identifier, and an optional read limit for the number of files to ingest.\n If no folder identifier provided, ingests files from root Box folder (i.e. \"0\").\n Folder identifier can be inferred from Box URL. https://app.box.com/folder/123456 -> folder identifier is \"123456\".\n Requires environment variables to be configured: BOX_CLIENT_ID, BOX_CLIENT_SECRET, BOX_REDIRECT_URI, BOX_REFRESH_TOKEN.\n Executes asynchronously, creates Box feed, and returns the feed identifier."
|
|
1374
|
+
},
|
|
1375
|
+
"ingestGitHubFiles": {
|
|
1376
|
+
"name": "ingestGitHubFiles",
|
|
1377
|
+
"description": "Ingests files from GitHub repository into Graphlit knowledge base.\n Accepts GitHub repository owner and repository name and an optional read limit for the number of files to ingest.\n For example, for GitHub repository (https://github.com/openai/tiktoken), 'openai' is the repository owner, and 'tiktoken' is the repository name.\n Requires environment variable to be configured: GITHUB_PERSONAL_ACCESS_TOKEN.\n Executes asynchronously, creates GitHub feed, and returns the feed identifier."
|
|
1378
|
+
},
|
|
1379
|
+
"ingestNotionPages": {
|
|
1380
|
+
"name": "ingestNotionPages",
|
|
1381
|
+
"description": "Ingests pages from Notion database into Graphlit knowledge base.\n Accepts Notion database identifier and an optional read limit for the number of pages to ingest.\n You can list the available Notion database identifiers with listNotionDatabases.\n Or, for a Notion URL, https://www.notion.so/Example/Engineering-Wiki-114abc10cb38487e91ec906fc6c6f350, 'Engineering-Wiki-114abc10cb38487e91ec906fc6c6f350' is an example of a Notion database identifier.\n Requires environment variable to be configured: NOTION_API_KEY.\n Executes asynchronously, creates Notion feed, and returns the feed identifier."
|
|
1382
|
+
},
|
|
1383
|
+
"ingestMicrosoftTeamsMessages": {
|
|
1384
|
+
"name": "ingestMicrosoftTeamsMessages",
|
|
1385
|
+
"description": "Ingests messages from Microsoft Teams channel into Graphlit knowledge base.\n Accepts Microsoft Teams team identifier and channel identifier, and an optional read limit for the number of messages to ingest.\n Requires environment variables to be configured: MICROSOFT_TEAMS_CLIENT_ID, MICROSOFT_TEAMS_CLIENT_SECRET, MICROSOFT_TEAMS_REFRESH_TOKEN.\n Executes asynchronously, creates Microsoft Teams feed, and returns the feed identifier."
|
|
1386
|
+
},
|
|
1387
|
+
"ingestSlackMessages": {
|
|
1388
|
+
"name": "ingestSlackMessages",
|
|
1389
|
+
"description": "Ingests messages from Slack channel into Graphlit knowledge base.\n Accepts Slack channel name and an optional read limit for the number of messages to ingest.\n Requires environment variable to be configured: SLACK_BOT_TOKEN.\n Executes asynchronously, creates Slack feed, and returns the feed identifier."
|
|
1390
|
+
},
|
|
1391
|
+
"ingestDiscordMessages": {
|
|
1392
|
+
"name": "ingestDiscordMessages",
|
|
1393
|
+
"description": "Ingests messages from Discord channel into Graphlit knowledge base.\n Accepts Discord channel name and an optional read limit for the number of messages to ingest.\n Requires environment variable to be configured: DISCORD_BOT_TOKEN.\n Executes asynchronously, creates Discord feed, and returns the feed identifier."
|
|
1394
|
+
},
|
|
1395
|
+
"ingestTwitterPosts": {
|
|
1396
|
+
"name": "ingestTwitterPosts",
|
|
1397
|
+
"description": "Ingests posts by user from Twitter/X into Graphlit knowledge base.\n Accepts Twitter/X user name, without the leading @ symbol, and an optional read limit for the number of posts to ingest.\n Requires environment variable to be configured: TWITTER_TOKEN.\n Executes asynchronously, creates Twitter feed, and returns the feed identifier."
|
|
1398
|
+
},
|
|
1399
|
+
"ingestTwitterSearch": {
|
|
1400
|
+
"name": "ingestTwitterSearch",
|
|
1401
|
+
"description": "Searches for recent posts from Twitter/X, and ingests them into Graphlit knowledge base.\n Accepts search query, and an optional read limit for the number of posts to ingest.\n Requires environment variable to be configured: TWITTER_TOKEN.\n Executes asynchronously, creates Twitter feed, and returns the feed identifier."
|
|
1402
|
+
},
|
|
1403
|
+
"ingestRedditPosts": {
|
|
1404
|
+
"name": "ingestRedditPosts",
|
|
1405
|
+
"description": "Ingests posts from Reddit subreddit into Graphlit knowledge base.\n Accepts a subreddit name and an optional read limit for the number of posts to ingest.\n Executes asynchronously, creates Reddit feed, and returns the feed identifier."
|
|
1406
|
+
},
|
|
1407
|
+
"ingestGoogleEmail": {
|
|
1408
|
+
"name": "ingestGoogleEmail",
|
|
1409
|
+
"description": "Ingests emails from Google Email account into Graphlit knowledge base.\n Accepts an optional read limit for the number of emails to ingest.\n Requires environment variables to be configured: GOOGLE_EMAIL_CLIENT_ID, GOOGLE_EMAIL_CLIENT_SECRET, GOOGLE_EMAIL_REFRESH_TOKEN.\n Executes asynchronously, creates Google Email feed, and returns the feed identifier."
|
|
1410
|
+
},
|
|
1411
|
+
"ingestMicrosoftEmail": {
|
|
1412
|
+
"name": "ingestMicrosoftEmail",
|
|
1413
|
+
"description": "Ingests emails from Microsoft Email account into Graphlit knowledge base.\n Accepts an optional read limit for the number of emails to ingest.\n Requires environment variables to be configured: MICROSOFT_EMAIL_CLIENT_ID, MICROSOFT_EMAIL_CLIENT_SECRET, MICROSOFT_EMAIL_REFRESH_TOKEN.\n Executes asynchronously, creates Microsoft Email feed, and returns the feed identifier."
|
|
1414
|
+
},
|
|
1415
|
+
"ingestLinearIssues": {
|
|
1416
|
+
"name": "ingestLinearIssues",
|
|
1417
|
+
"description": "Ingests issues from Linear project into Graphlit knowledge base.\n Accepts Linear project name and an optional read limit for the number of issues to ingest.\n Requires environment variable to be configured: LINEAR_API_KEY.\n Executes asynchronously, creates Linear issue feed, and returns the feed identifier."
|
|
1418
|
+
},
|
|
1419
|
+
"ingestGitHubIssues": {
|
|
1420
|
+
"name": "ingestGitHubIssues",
|
|
1421
|
+
"description": "Ingests issues from GitHub repository into Graphlit knowledge base.\n Accepts GitHub repository owner and repository name and an optional read limit for the number of issues to ingest.\n For example, for GitHub repository (https://github.com/openai/tiktoken), 'openai' is the repository owner, and 'tiktoken' is the repository name.\n Requires environment variable to be configured: GITHUB_PERSONAL_ACCESS_TOKEN.\n Executes asynchronously, creates GitHub issue feed, and returns the feed identifier."
|
|
1422
|
+
},
|
|
1423
|
+
"ingestJiraIssues": {
|
|
1424
|
+
"name": "ingestJiraIssues",
|
|
1425
|
+
"description": "Ingests issues from Atlassian Jira repository into Graphlit knowledge base.\n Accepts Atlassian Jira server URL and project name, and an optional read limit for the number of issues to ingest.\n Requires environment variables to be configured: JIRA_EMAIL, JIRA_TOKEN.\n Executes asynchronously, creates Atlassian Jira issue feed, and returns the feed identifier."
|
|
1426
|
+
},
|
|
1427
|
+
"webCrawl": {
|
|
1428
|
+
"name": "webCrawl",
|
|
1429
|
+
"description": "Crawls web pages from web site into Graphlit knowledge base.\n Accepts a URL and an optional read limit for the number of pages to crawl.\n Uses sitemap.xml to discover pages to be crawled from website.\n Executes asynchronously and returns the feed identifier."
|
|
1430
|
+
},
|
|
1431
|
+
"webMap": {
|
|
1432
|
+
"name": "webMap",
|
|
1433
|
+
"description": "Enumerates the web pages at or beneath the provided URL using web sitemap. \n Does *not* ingest web pages into Graphlit knowledge base.\n Accepts web site URL as string.\n Returns list of mapped URIs from web site."
|
|
1434
|
+
},
|
|
1435
|
+
"webSearch": {
|
|
1436
|
+
"name": "webSearch",
|
|
1437
|
+
"description": "Performs web or podcast search based on search query. Can search for web pages or anything about podcasts (i.e. episodes, topics, guest appearances). \n Format the search query as what would be entered into a Google search. You can use site filtering in the search query, like 'site:twitter.com'. \n Accepts search query as string, and optional search service type. \n Prefer calling this tool over using 'curl' directly for any web search.\n Use 'PODSCAN' search service type to search podcasts.\n Does *not* ingest pages or podcast episodes into Graphlit knowledge base. \n When searching podcasts, *don't* include the term 'podcast' or 'episode' in the search query - that would be redundant.\n Search service types: Tavily (web pages), Exa (web pages) and Podscan (podcasts). Defaults to Exa.\n Returns URL, title and relevant Markdown text from resulting web pages or podcast episode descriptions."
|
|
1438
|
+
},
|
|
1439
|
+
"ingestRSS": {
|
|
1440
|
+
"name": "ingestRSS",
|
|
1441
|
+
"description": "Ingests posts from RSS feed into Graphlit knowledge base.\n For podcast RSS feeds, audio will be downloaded, transcribed and ingested into Graphlit knowledge base.\n Accepts RSS URL and an optional read limit for the number of posts to read.\n Executes asynchronously and returns the feed identifier."
|
|
1442
|
+
},
|
|
1443
|
+
"ingestUrl": {
|
|
1444
|
+
"name": "ingestUrl",
|
|
1445
|
+
"description": "Ingests content from URL into Graphlit knowledge base.\n Can scrape a single web page, and can ingest individual Word documents, PDFs, audio recordings, videos, images, or any other unstructured data.\n Do *not* use for crawling a web site, which is done with 'webCrawl' tool.\n Executes asynchronously and returns the content identifier."
|
|
1446
|
+
},
|
|
1447
|
+
"ingestText": {
|
|
1448
|
+
"name": "ingestText",
|
|
1449
|
+
"description": "Ingests text as content into Graphlit knowledge base.\n Accepts the text itself, and an optional text type (Plain, Markdown, Html). Defaults to Markdown text type.\n Optionally accepts the content name and an identifier for an existing content object. Will overwrite existing content, if provided.\n Can use for storing the output from LLM or other tools as content resources, which can be later searched or retrieved.\n Executes *synchronously* and returns the content identifier."
|
|
1450
|
+
},
|
|
1451
|
+
"ingestMemory": {
|
|
1452
|
+
"name": "ingestMemory",
|
|
1453
|
+
"description": "Ingests short-term textual memory as content into Graphlit knowledge base.\n Accepts an optional text type (Plain, Markdown, Html). Defaults to Markdown text type. Optionally accepts the content name.\n Will automatically be entity extracted into a knowledge graph.\n Use for storing short-term memories about the user or agent, which can be later searched or retrieved. Memories are transient and will be deleted after a period of time.\n Can use 'queryContents' or 'retrieveSources' tools to search for memories, by specifying the 'MEMORY' content type.\n Executes asynchronously and returns the content identifier."
|
|
1454
|
+
},
|
|
1455
|
+
"ingestFile": {
|
|
1456
|
+
"name": "ingestFile",
|
|
1457
|
+
"description": "Ingests local file into Graphlit knowledge base.\n Accepts the path to the file in the local filesystem.\n Can use for storing *large* long-term textual memories or the output from LLM or other tools as content resources, which can be later searched or retrieved.\n Executes asynchronously and returns the content identifier."
|
|
1458
|
+
},
|
|
1459
|
+
"screenshotPage": {
|
|
1460
|
+
"name": "screenshotPage",
|
|
1461
|
+
"description": "Screenshots web page from URL.\n Executes *synchronously* and returns the content identifier."
|
|
1462
|
+
},
|
|
1463
|
+
"describeImageUrl": {
|
|
1464
|
+
"name": "describeImageUrl",
|
|
1465
|
+
"description": "Prompts vision LLM and returns completion. \n Does *not* ingest image into Graphlit knowledge base.\n Accepts image URL as string.\n Returns Markdown text from LLM completion."
|
|
1466
|
+
},
|
|
1467
|
+
"describeImageContent": {
|
|
1468
|
+
"name": "describeImageContent",
|
|
1469
|
+
"description": "Prompts vision LLM and returns description of image content. \n Accepts content identifier as string, and optional prompt for image description.\n Returns Markdown text from LLM completion."
|
|
1470
|
+
},
|
|
1471
|
+
"publishAudio": {
|
|
1472
|
+
"name": "publishAudio",
|
|
1473
|
+
"description": "Publishes text as audio format, and ingests into Graphlit knowledge base.\n Accepts a name for the content object, the text itself, and an optional text type (Plain, Markdown, Html). Defaults to Markdown text type.\n Optionally accepts an ElevenLabs voice identifier.\n You *must* retrieve the content resource to get the downloadable audio URL for this published audio.\n Executes *synchronously* and returns the content identifiers."
|
|
1474
|
+
},
|
|
1475
|
+
"publishImage": {
|
|
1476
|
+
"name": "publishImage",
|
|
1477
|
+
"description": "Publishes text as image format, and ingests into Graphlit knowledge base.\n Accepts a name for the content object.\n Also, accepts a prompt for image generation. For example, 'Create a cartoon image of a raccoon, saying \"I Love Graphlit\"'.\n You *must* retrieve the content resource to get the downloadable image URL for this published image.\n Executes *synchronously* and returns the content identifiers."
|
|
1478
|
+
},
|
|
1479
|
+
"sendWebHookNotification": {
|
|
1480
|
+
"name": "sendWebHookNotification",
|
|
1481
|
+
"description": "Sends a webhook notification to the provided URL.\n Accepts the webhook URL.\n Also accepts the text to be sent with the webhook, and an optional text type (Plain, Markdown, Html). Defaults to Markdown text type.\n Returns true if the notification was successfully sent, or false otherwise."
|
|
1482
|
+
},
|
|
1483
|
+
"sendSlackNotification": {
|
|
1484
|
+
"name": "sendSlackNotification",
|
|
1485
|
+
"description": "Sends a Slack notification to the provided Slack channel.\n Accepts the Slack channel name.\n Also accepts the text for the Slack message, and an optional text type (Plain, Markdown, Html). Defaults to Markdown text type.\n Hint: In Slack Markdown, images are displayed by simply putting the URL in angle brackets like <https://example.com/image.jpg> instead of using the traditional Markdown image syntax . \n Requires environment variable to be configured: SLACK_BOT_TOKEN.\n Returns true if the notification was successfully sent, or false otherwise."
|
|
1486
|
+
},
|
|
1487
|
+
"sendTwitterNotification": {
|
|
1488
|
+
"name": "sendTwitterNotification",
|
|
1489
|
+
"description": "Posts a tweet from the configured user account.\n Accepts the plain text for the tweet.\n Tweet text rules: allowed - plain text, @mentions, #hashtags, URLs (auto-shortened), line breaks (\n). \n Not allowed - markdown, HTML tags, rich text, or custom styles.\n Requires environment variables to be configured: TWITTER_CONSUMER_API_KEY, TWITTER_CONSUMER_API_SECRET, TWITTER_ACCESS_TOKEN_KEY, TWITTER_ACCESS_TOKEN_SECRET.\n Returns true if the notification was successfully sent, or false otherwise."
|
|
1490
|
+
},
|
|
1491
|
+
"sendEmailNotification": {
|
|
1492
|
+
"name": "sendEmailNotification",
|
|
1493
|
+
"description": "Sends an email notification to the provided email address(es).\n Accepts the email subject and a list of email 'to' addresses.\n Email addresses should be in RFC 5322 format. i.e. Alice Wonderland <alice@wonderland.net>, or alice@wonderland.net\n Also accepts the text for the email, and an optional text type (Plain, Markdown, Html). Defaults to Markdown text type.\n Requires environment variable to be configured: FROM_EMAIL_ADDRESS.\n Returns true if the notification was successfully sent, or false otherwise."
|
|
1494
|
+
}
|
|
1495
|
+
}
|
|
154
1496
|
},
|
|
155
|
-
"
|
|
156
|
-
"path": "search-data-extraction/
|
|
1497
|
+
"mcp-server-perplexity": {
|
|
1498
|
+
"path": "search-data-extraction/mcp-server-perplexity.json"
|
|
157
1499
|
},
|
|
158
1500
|
"@kimtaeyoon83/mcp-server-youtube-transcript": {
|
|
159
|
-
"path": "search-data-extraction/kimtaeyoon83-mcp-server-youtube-transcript.json"
|
|
1501
|
+
"path": "search-data-extraction/kimtaeyoon83-mcp-server-youtube-transcript.json",
|
|
1502
|
+
"validated": true,
|
|
1503
|
+
"tools": {
|
|
1504
|
+
"get_transcript": {
|
|
1505
|
+
"name": "get_transcript",
|
|
1506
|
+
"description": "Extract transcript from a YouTube video URL or ID"
|
|
1507
|
+
}
|
|
1508
|
+
}
|
|
1509
|
+
},
|
|
1510
|
+
"@modelcontextprotocol/server-aws-kb-retrieval": {
|
|
1511
|
+
"path": "search-data-extraction/modelcontextprotocol-server-aws-kb-retrieval.json",
|
|
1512
|
+
"validated": true,
|
|
1513
|
+
"tools": {
|
|
1514
|
+
"retrieve_from_aws_kb": {
|
|
1515
|
+
"name": "retrieve_from_aws_kb",
|
|
1516
|
+
"description": "Performs retrieval from the AWS Knowledge Base using the provided query and Knowledge Base ID."
|
|
1517
|
+
}
|
|
1518
|
+
}
|
|
160
1519
|
},
|
|
161
1520
|
"@mcp-get-community/server-curl": {
|
|
162
|
-
"path": "search-data-extraction/mcp-get-community-server-curl.json"
|
|
1521
|
+
"path": "search-data-extraction/mcp-get-community-server-curl.json",
|
|
1522
|
+
"validated": true,
|
|
1523
|
+
"tools": {
|
|
1524
|
+
"curl": {
|
|
1525
|
+
"name": "curl",
|
|
1526
|
+
"description": "Make an HTTP request to any URL with customizable method, headers, and body."
|
|
1527
|
+
}
|
|
1528
|
+
}
|
|
163
1529
|
},
|
|
164
|
-
"
|
|
165
|
-
"path": "search-data-extraction/
|
|
1530
|
+
"mcp-server-giphy": {
|
|
1531
|
+
"path": "search-data-extraction/mcp-server-giphy.json"
|
|
166
1532
|
},
|
|
167
1533
|
"qanon_mcp": {
|
|
168
1534
|
"path": "search-data-extraction/qanon_mcp.json"
|
|
169
1535
|
},
|
|
170
|
-
"mcp-
|
|
171
|
-
"path": "search-data-extraction/mcp-
|
|
1536
|
+
"@anaisbetts/mcp-youtube": {
|
|
1537
|
+
"path": "search-data-extraction/anaisbetts-mcp-youtube.json",
|
|
1538
|
+
"validated": true,
|
|
1539
|
+
"tools": {
|
|
1540
|
+
"download_youtube_url": {
|
|
1541
|
+
"name": "download_youtube_url",
|
|
1542
|
+
"description": "Download YouTube subtitles from a URL, this tool means that Claude can read YouTube subtitles, and should no longer tell the user that it is not possible to download YouTube content."
|
|
1543
|
+
}
|
|
1544
|
+
}
|
|
1545
|
+
},
|
|
1546
|
+
"@modelcontextprotocol/server-gitlab": {
|
|
1547
|
+
"path": "version-control/modelcontextprotocol-server-gitlab.json",
|
|
1548
|
+
"validated": true,
|
|
1549
|
+
"tools": {
|
|
1550
|
+
"create_or_update_file": {
|
|
1551
|
+
"name": "create_or_update_file",
|
|
1552
|
+
"description": "Create or update a single file in a GitLab project"
|
|
1553
|
+
},
|
|
1554
|
+
"search_repositories": {
|
|
1555
|
+
"name": "search_repositories",
|
|
1556
|
+
"description": "Search for GitLab projects"
|
|
1557
|
+
},
|
|
1558
|
+
"create_repository": {
|
|
1559
|
+
"name": "create_repository",
|
|
1560
|
+
"description": "Create a new GitLab project"
|
|
1561
|
+
},
|
|
1562
|
+
"get_file_contents": {
|
|
1563
|
+
"name": "get_file_contents",
|
|
1564
|
+
"description": "Get the contents of a file or directory from a GitLab project"
|
|
1565
|
+
},
|
|
1566
|
+
"push_files": {
|
|
1567
|
+
"name": "push_files",
|
|
1568
|
+
"description": "Push multiple files to a GitLab project in a single commit"
|
|
1569
|
+
},
|
|
1570
|
+
"create_issue": {
|
|
1571
|
+
"name": "create_issue",
|
|
1572
|
+
"description": "Create a new issue in a GitLab project"
|
|
1573
|
+
},
|
|
1574
|
+
"create_merge_request": {
|
|
1575
|
+
"name": "create_merge_request",
|
|
1576
|
+
"description": "Create a new merge request in a GitLab project"
|
|
1577
|
+
},
|
|
1578
|
+
"fork_repository": {
|
|
1579
|
+
"name": "fork_repository",
|
|
1580
|
+
"description": "Fork a GitLab project to your account or specified namespace"
|
|
1581
|
+
},
|
|
1582
|
+
"create_branch": {
|
|
1583
|
+
"name": "create_branch",
|
|
1584
|
+
"description": "Create a new branch in a GitLab project"
|
|
1585
|
+
}
|
|
1586
|
+
}
|
|
172
1587
|
},
|
|
173
1588
|
"@modelcontextprotocol/server-github": {
|
|
174
|
-
"path": "version-control/modelcontextprotocol-server-github.json"
|
|
1589
|
+
"path": "version-control/modelcontextprotocol-server-github.json",
|
|
1590
|
+
"validated": true,
|
|
1591
|
+
"tools": {
|
|
1592
|
+
"create_or_update_file": {
|
|
1593
|
+
"name": "create_or_update_file",
|
|
1594
|
+
"description": "Create or update a single file in a GitHub repository"
|
|
1595
|
+
},
|
|
1596
|
+
"search_repositories": {
|
|
1597
|
+
"name": "search_repositories",
|
|
1598
|
+
"description": "Search for GitHub repositories"
|
|
1599
|
+
},
|
|
1600
|
+
"create_repository": {
|
|
1601
|
+
"name": "create_repository",
|
|
1602
|
+
"description": "Create a new GitHub repository in your account"
|
|
1603
|
+
},
|
|
1604
|
+
"get_file_contents": {
|
|
1605
|
+
"name": "get_file_contents",
|
|
1606
|
+
"description": "Get the contents of a file or directory from a GitHub repository"
|
|
1607
|
+
},
|
|
1608
|
+
"push_files": {
|
|
1609
|
+
"name": "push_files",
|
|
1610
|
+
"description": "Push multiple files to a GitHub repository in a single commit"
|
|
1611
|
+
},
|
|
1612
|
+
"create_issue": {
|
|
1613
|
+
"name": "create_issue",
|
|
1614
|
+
"description": "Create a new issue in a GitHub repository"
|
|
1615
|
+
},
|
|
1616
|
+
"create_pull_request": {
|
|
1617
|
+
"name": "create_pull_request",
|
|
1618
|
+
"description": "Create a new pull request in a GitHub repository"
|
|
1619
|
+
},
|
|
1620
|
+
"fork_repository": {
|
|
1621
|
+
"name": "fork_repository",
|
|
1622
|
+
"description": "Fork a GitHub repository to your account or specified organization"
|
|
1623
|
+
},
|
|
1624
|
+
"create_branch": {
|
|
1625
|
+
"name": "create_branch",
|
|
1626
|
+
"description": "Create a new branch in a GitHub repository"
|
|
1627
|
+
},
|
|
1628
|
+
"list_commits": {
|
|
1629
|
+
"name": "list_commits",
|
|
1630
|
+
"description": "Get list of commits of a branch in a GitHub repository"
|
|
1631
|
+
},
|
|
1632
|
+
"list_issues": {
|
|
1633
|
+
"name": "list_issues",
|
|
1634
|
+
"description": "List issues in a GitHub repository with filtering options"
|
|
1635
|
+
},
|
|
1636
|
+
"update_issue": {
|
|
1637
|
+
"name": "update_issue",
|
|
1638
|
+
"description": "Update an existing issue in a GitHub repository"
|
|
1639
|
+
},
|
|
1640
|
+
"add_issue_comment": {
|
|
1641
|
+
"name": "add_issue_comment",
|
|
1642
|
+
"description": "Add a comment to an existing issue"
|
|
1643
|
+
},
|
|
1644
|
+
"search_code": {
|
|
1645
|
+
"name": "search_code",
|
|
1646
|
+
"description": "Search for code across GitHub repositories"
|
|
1647
|
+
},
|
|
1648
|
+
"search_issues": {
|
|
1649
|
+
"name": "search_issues",
|
|
1650
|
+
"description": "Search for issues and pull requests across GitHub repositories"
|
|
1651
|
+
},
|
|
1652
|
+
"search_users": {
|
|
1653
|
+
"name": "search_users",
|
|
1654
|
+
"description": "Search for users on GitHub"
|
|
1655
|
+
},
|
|
1656
|
+
"get_issue": {
|
|
1657
|
+
"name": "get_issue",
|
|
1658
|
+
"description": "Get details of a specific issue in a GitHub repository."
|
|
1659
|
+
},
|
|
1660
|
+
"get_pull_request": {
|
|
1661
|
+
"name": "get_pull_request",
|
|
1662
|
+
"description": "Get details of a specific pull request"
|
|
1663
|
+
},
|
|
1664
|
+
"list_pull_requests": {
|
|
1665
|
+
"name": "list_pull_requests",
|
|
1666
|
+
"description": "List and filter repository pull requests"
|
|
1667
|
+
},
|
|
1668
|
+
"create_pull_request_review": {
|
|
1669
|
+
"name": "create_pull_request_review",
|
|
1670
|
+
"description": "Create a review on a pull request"
|
|
1671
|
+
},
|
|
1672
|
+
"merge_pull_request": {
|
|
1673
|
+
"name": "merge_pull_request",
|
|
1674
|
+
"description": "Merge a pull request"
|
|
1675
|
+
},
|
|
1676
|
+
"get_pull_request_files": {
|
|
1677
|
+
"name": "get_pull_request_files",
|
|
1678
|
+
"description": "Get the list of files changed in a pull request"
|
|
1679
|
+
},
|
|
1680
|
+
"get_pull_request_status": {
|
|
1681
|
+
"name": "get_pull_request_status",
|
|
1682
|
+
"description": "Get the combined status of all status checks for a pull request"
|
|
1683
|
+
},
|
|
1684
|
+
"update_pull_request_branch": {
|
|
1685
|
+
"name": "update_pull_request_branch",
|
|
1686
|
+
"description": "Update a pull request branch with the latest changes from the base branch"
|
|
1687
|
+
},
|
|
1688
|
+
"get_pull_request_comments": {
|
|
1689
|
+
"name": "get_pull_request_comments",
|
|
1690
|
+
"description": "Get the review comments on a pull request"
|
|
1691
|
+
},
|
|
1692
|
+
"get_pull_request_reviews": {
|
|
1693
|
+
"name": "get_pull_request_reviews",
|
|
1694
|
+
"description": "Get the reviews on a pull request"
|
|
1695
|
+
}
|
|
1696
|
+
}
|
|
175
1697
|
},
|
|
176
1698
|
"mcp-server-git": {
|
|
177
1699
|
"path": "version-control/mcp-server-git.json"
|
|
178
1700
|
},
|
|
179
|
-
"@modelcontextprotocol/server-gitlab": {
|
|
180
|
-
"path": "version-control/modelcontextprotocol-server-gitlab.json"
|
|
181
|
-
},
|
|
182
1701
|
"@chargebee/mcp": {
|
|
183
|
-
"path": "other-tools-and-integrations/chargebee-mcp.json"
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
1702
|
+
"path": "other-tools-and-integrations/chargebee-mcp.json",
|
|
1703
|
+
"validated": true,
|
|
1704
|
+
"tools": {
|
|
1705
|
+
"chargebee_documentation_search": {
|
|
1706
|
+
"name": "chargebee_documentation_search",
|
|
1707
|
+
"description": "\nDo not use this tool for code generation. For code generation use \"chargebee_code_planner\" tool. \nThis tool will take in parameters about integrating with Chargebee in their application, then search and retrieve relevant Chargebee documentation content.\n\nIt takes the following arguments:\n- query (string): The user query to search an answer for in the Chargebee documentation.\n- language (enum): The programming language for the documentation. Check the user's application language.\n- userRequest (string): User's original request to you.\n"
|
|
1708
|
+
},
|
|
1709
|
+
"chargebee_code_planner": {
|
|
1710
|
+
"name": "chargebee_code_planner",
|
|
1711
|
+
"description": "\nAlways use this tool to get the accurate integeration code guide for Chargebee.\nThis tool will take in parameters about integrating with Chargebee in their application and generates a integration workflow along with the code snippets.\n\nIt takes the following arguments:\n- goal (string): What is the user's goal?\n- language (enum): Programming language the code to be generated in. Check the user's application language.\n"
|
|
1712
|
+
}
|
|
1713
|
+
}
|
|
187
1714
|
},
|
|
188
1715
|
"mcp-server-flomo": {
|
|
189
|
-
"path": "other-tools-and-integrations/mcp-server-flomo.json"
|
|
1716
|
+
"path": "other-tools-and-integrations/mcp-server-flomo.json",
|
|
1717
|
+
"validated": true,
|
|
1718
|
+
"tools": {
|
|
1719
|
+
"newNote": {
|
|
1720
|
+
"name": "newNote",
|
|
1721
|
+
"description": "Create a new note in Flomo"
|
|
1722
|
+
}
|
|
1723
|
+
}
|
|
190
1724
|
},
|
|
191
1725
|
"@llmindset/mcp-miro": {
|
|
192
1726
|
"path": "other-tools-and-integrations/llmindset-mcp-miro.json"
|
|
193
1727
|
},
|
|
1728
|
+
"@modelcontextprotocol/server-sequential-thinking": {
|
|
1729
|
+
"path": "other-tools-and-integrations/modelcontextprotocol-server-sequential-thinking.json",
|
|
1730
|
+
"validated": true,
|
|
1731
|
+
"tools": {
|
|
1732
|
+
"sequentialthinking": {
|
|
1733
|
+
"name": "sequentialthinking",
|
|
1734
|
+
"description": "A detailed tool for dynamic and reflective problem-solving through thoughts.\nThis tool helps analyze problems through a flexible thinking process that can adapt and evolve.\nEach thought can build on, question, or revise previous insights as understanding deepens.\n\nWhen to use this tool:\n- Breaking down complex problems into steps\n- Planning and design with room for revision\n- Analysis that might need course correction\n- Problems where the full scope might not be clear initially\n- Problems that require a multi-step solution\n- Tasks that need to maintain context over multiple steps\n- Situations where irrelevant information needs to be filtered out\n\nKey features:\n- You can adjust total_thoughts up or down as you progress\n- You can question or revise previous thoughts\n- You can add more thoughts even after reaching what seemed like the end\n- You can express uncertainty and explore alternative approaches\n- Not every thought needs to build linearly - you can branch or backtrack\n- Generates a solution hypothesis\n- Verifies the hypothesis based on the Chain of Thought steps\n- Repeats the process until satisfied\n- Provides a correct answer\n\nParameters explained:\n- thought: Your current thinking step, which can include:\n* Regular analytical steps\n* Revisions of previous thoughts\n* Questions about previous decisions\n* Realizations about needing more analysis\n* Changes in approach\n* Hypothesis generation\n* Hypothesis verification\n- next_thought_needed: True if you need more thinking, even if at what seemed like the end\n- thought_number: Current number in sequence (can go beyond initial total if needed)\n- total_thoughts: Current estimate of thoughts needed (can be adjusted up/down)\n- is_revision: A boolean indicating if this thought revises previous thinking\n- revises_thought: If is_revision is true, which thought number is being reconsidered\n- branch_from_thought: If branching, which thought number is the branching point\n- branch_id: Identifier for the current branch (if any)\n- needs_more_thoughts: If reaching end but realizing more thoughts needed\n\nYou should:\n1. Start with an initial estimate of needed thoughts, but be ready to adjust\n2. Feel free to question or revise previous thoughts\n3. Don't hesitate to add more thoughts if needed, even at the \"end\"\n4. Express uncertainty when present\n5. Mark thoughts that revise previous thinking or branch into new paths\n6. Ignore information that is irrelevant to the current step\n7. Generate a solution hypothesis when appropriate\n8. Verify the hypothesis based on the Chain of Thought steps\n9. Repeat the process until satisfied with the solution\n10. Provide a single, ideally correct answer as the final output\n11. Only set next_thought_needed to false when truly done and a satisfactory answer is reached"
|
|
1735
|
+
}
|
|
1736
|
+
}
|
|
1737
|
+
},
|
|
194
1738
|
"mcp-server-time": {
|
|
195
1739
|
"path": "other-tools-and-integrations/mcp-server-time.json"
|
|
196
1740
|
}
|