Openakita call-mcp-tool

Call MCP server tool for extended capabilities. Check 'MCP Servers' section in system prompt for available servers and tools. When you need to use external service or access specialized functionality.

install
source · Clone the upstream repo
git clone https://github.com/openakita/openakita
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openakita/openakita "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/system/call-mcp-tool" ~/.claude/skills/openakita-openakita-call-mcp-tool && rm -rf "$T"
manifest: skills/system/call-mcp-tool/SKILL.md
source content

Call MCP Tool

调用 MCP 服务器的工具。

Parameters

参数类型必填说明
serverstringMCP 服务器标识符
tool_namestring工具名称
argumentsobject工具参数,默认 {}

Usage

查看系统提示中的 'MCP Servers' 部分了解可用的服务器和工具。

Examples

{
  "server": "my-server",
  "tool_name": "search",
  "arguments": {"query": "example"}
}

Related Skills

  • list-mcp-servers
    : 列出可用服务器
  • get-mcp-instructions
    : 获取使用说明