Skip to main content
Glama

Jentic

Official
by jentic
sync_example.py744 B
import asyncio import jentic def main(): async def run(): # Initialize the client (API key from env or pass explicitly) client = jentic.Jentic() # List available APIs apis = await client.list_apis() print("Available APIs:", apis) # Search for a workflow or operation search_result = await client.search("send message to discord channel") print("Search result:", search_result) # Example: Execute an operation request = jentic.ExecutionRequest(id="op_1234567890", inputs={"message": "Hello, world!"}) result = await client.execute(request) print("Execution result:", result) asyncio.run(run()) if __name__ == "__main__": 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