identity:
name: mcp_sse_call_tool
author: junjiem
label:
en_US: Call MCP Tool
zh_Hans: 调用MCP工具
description:
human:
en_US: Call MCP Server tool by HTTP with SSE transport.
zh_Hans: 通过 HTTP with SSE 传输来调用MCP服务端工具。
llm: Call MCP Server tool.
extra:
python:
source: tools/mcp_sse_call_tool.py
parameters:
- name: tool_name
type: string
required: true
label:
en_US: Tool Name
zh_Hans: 工具名称
human_description:
en_US: Name of the tool to execute.
zh_Hans: 要执行的工具的名称。
llm_description: Name of the tool to execute.
form: llm
- name: arguments
type: string
required: true
label:
en_US: Arguments
zh_Hans: 参数
human_description:
en_US: Tool arguments (JSON string in the python dict[str, Any] format).
zh_Hans: 工具的参数。
llm_description: Tool arguments (JSON string in the python dict[str, Any] format).
form: llm