Skip to main content
Glama

Jentic

Official
by jentic

search_apis

Discover available actions and tools within the Jentic MCP server by describing your intent. Find functionalities like managing servers or sending messages quickly.

Instructions

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.

Input Schema

NameRequiredDescriptionDefault
capability_descriptionYesNatural language description of the action needed (e.g., 'send emails', 'weather forecasting', 'natural language processing')
keywordsNoOptional list of specific keywords to help narrow down the search
max_resultsNoMaximum number of actions to return

Input Schema (JSON Schema)

{ "properties": { "capability_description": { "description": "Natural language description of the action needed (e.g., 'send emails', 'weather forecasting', 'natural language processing')", "type": "string" }, "keywords": { "description": "Optional list of specific keywords to help narrow down the search", "items": { "type": "string" }, "type": "array" }, "max_results": { "default": 5, "description": "Maximum number of actions to return", "type": "integer" } }, "required": [ "capability_description" ], "type": "object" }

You must be authenticated.

Other Tools from Jentic

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jentic/jentic-tools'

If you have feedback or need assistance with the MCP directory API, please join our Discord server