Skip to main content
Glama

list_webhooks

Retrieve all configured webhooks for a Codemagic application to monitor integration points and manage event notifications.

Instructions

List all webhooks configured for a Codemagic application.

Args: app_id: The Codemagic application ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_idYes

Implementation Reference

  • The tool handler for 'list_webhooks', registered with FastMCP.
    @mcp.tool()
    async def list_webhooks(app_id: str) -> Any:
        """List all webhooks configured for a Codemagic application.
    
        Args:
            app_id: The Codemagic application ID.
        """
        async with CodemagicClient() as client:
            return await client.list_webhooks(app_id)
  • Registration function that exposes 'list_webhooks' as an MCP tool.
    def register(mcp: FastMCP) -> None:

Latest Blog Posts

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/AgiMaulana/CodemagicMcp'

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