We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a21acd9 commit 9ce7796Copy full SHA for 9ce7796
src/tools/helpers.ts
@@ -124,7 +124,7 @@ export const helpTool: ToolWrap = {
124
tool: {
125
name: HelperTools.HELP_TOOL,
126
description: 'Helper tool to get information on how to use and troubleshoot the Apify MCP server. '
127
- + 'This tool returns a message with information about the server and how to use it. '
+ + 'This tool always returns the same help message with information about the server and how to use it. '
128
+ 'Call this tool in case of any problems or uncertainties with the server. ',
129
inputSchema: zodToJsonSchema(HelpToolArgsSchema),
130
ajvValidate: ajv.compile(zodToJsonSchema(HelpToolArgsSchema)),
0 commit comments