Member Junction
    Preparing search index...

    Action to list available tools from an MCP server.

    This action connects to an MCP server and retrieves the list of available tools with their names, descriptions, and input schemas.

    await runAction({
    ActionName: 'List MCP Tools',
    Params: [
    { Name: 'ConnectionID', Value: 'connection-uuid' }
    ]
    });

    Parameters:

    • ConnectionID (required): UUID of the MCP Server Connection to query

    Result:

    • Success: Tool list in Message as JSON
    • Output params include: Tools, ToolCount

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    Constructors

    Methods