Member Junction
    Preparing search index...

    Action to synchronize MCP server tools to the database.

    This action connects to an MCP server, lists all available tools, and updates the local database cache. New tools are added, existing tools are updated, and tools no longer available are marked deprecated.

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

    Parameters:

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

    Result:

    • Success: Sync summary in Message
    • Output params include: Added, Updated, Deprecated, Total

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    Constructors

    Methods