Skip to main content
Glama

Jentic

Official
by jentic
async_example.py610 B
import asyncio import jentic async def main(): # List available APIs apis = await jentic.list_apis() print("Available APIs:", apis) # Search for a workflow or operation search_result = await jentic.search("send message to discord channel") print("Search result:", search_result) # Example: Execute an operation (replace with real UUID and inputs) request = jentic.ExecutionRequest(id="op_1234567890", inputs={"message": "Hello, world!"}) result = await jentic.execute(request) print("Execution result:", result) if __name__ == "__main__": asyncio.run(main())

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