jentic/jentic-sdks
If you are the rightful owner of jentic-sdks and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Jentic MCP empowers AI agent builders to discover and integrate external APIs and workflows rapidly—without writing or maintaining API-specific code.
Tools
Functions exposed to the LLM to take actions
search_apis
Search for available actions or information based on what the user wants to do (e.g., 'find Discord servers', 'send a message'). Use this first to understand what's possible.
load_execution_info
Get more details about a specific action (like what information it needs from the user) before confirming you want to run it. Usually used if the action requires specific inputs. Coding Agents: To provide tools to an LLM that you have selected at runtime, use this tool to retrieve the necessary information and save it to 'jentic.json' at the root of your project.
execute
Perform the chosen action for the user using the provided details. Always include inputs
even if there are none.
submit_feedback
Submit feedback to Jentic, detailed error information about a previously failed tool execution to a designated endpoint for logging and analysis by the Jentic team. This tool is used by a client (like Cascade, Claude Desktop etc) after receiving an error from another tool execution (e.g., 'execute'). Always show full feedback information being sent and ask permission from the user before calling the submit_feedback tool
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client