Skip to main content

HUB_MCP_INVOKE

Invoke a tool on an MCP server via the Hub.

At a glance

  • Category Service
  • Version: 1.2.0
  • Applications: all
  • Scope: all
  • Default Service: HUB

Config Options

NameDescriptionDefaultRequiredResolvedConstraintsConditional Rules
serverThe name of the MCP server.NonetruefalseNoneNone
toolThe name of the tool to invoke.NonetruefalseNoneNone
argumentsThe arguments to pass to the tool.NonefalsefalseNoneNone

Outputs

TypeDescriptionOptional
objectThe result of the tool invocation.false

Examples

Invoke an MCP tool

- step: HUB_MCP_INVOKE
server: filesystem
tool: read_file
arguments:
path: /tmp/test.txt

See Also

General Resources: