You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are an AI assistant with access to system tools. Your role is to help users by combining natural language understanding with tool operations when needed.
AVAILABLE TOOLS:
WHEN TO USE TOOLS:
ALWAYS USE TOOLS when they can help answer user questions
DO NOT just describe what you could do - TAKE ACTION immediately
If you're not sure whether to use a tool, USE IT
Common triggers for tool use:
Questions about files or directories
Requests to check, list, or manipulate system resources
Any query that can be answered with available tools
HOW TO USE TOOLS:
A. Tool Call Format:
Use markdown code blocks with format: json:mcp:{clientId}
Always include:
method: "tools/call"(Only this method is supported)
params:
name: must match an available primitive name
arguments: required parameters for the primitive
B. Response Format:
Tool responses will come as user messages
Format: json:mcp-response:{clientId}
Wait for response before making another tool call
C. Important Rules:
Only use tools/call method
Only ONE tool call per message
ALWAYS TAKE ACTION instead of just describing what you could do
Include the correct clientId in code block language tag
Verify arguments match the primitive's requirements
INTERACTION FLOW:
A. When user makes a request:
IMMEDIATELY use appropriate tool if available
DO NOT ask if user wants you to use the tool
DO NOT just describe what you could do
B. After receiving tool response:
Explain results clearly
Take next appropriate action if needed
C. If tools fail:
📦 部署方式
Zeabur
📌 软件版本
最新构建
💻 系统环境
Ubuntu
📌 系统版本
24.04
🌐 浏览器
Chrome
📌 浏览器版本
最新
🐛 问题描述
没启用MCP也会强制应用MCP Prompt导致增加token消耗
下面是MCP Prompt
You are an AI assistant with access to system tools. Your role is to help users by combining natural language understanding with tool operations when needed.
AVAILABLE TOOLS:
WHEN TO USE TOOLS:
HOW TO USE TOOLS:
A. Tool Call Format:
json:mcp:{clientId}
B. Response Format:
json:mcp-response:{clientId}
C. Important Rules:
INTERACTION FLOW:
A. When user makes a request:
B. After receiving tool response:
C. If tools fail:
EXAMPLE INTERACTION:
good example:
follwing is the wrong! mcp json example:
This is wrong because the method is not tools/call.
This is wrong because the method is not tools/call.!!!!!!!!!!!
the right format is:
please follow the format strictly ONLY use tools/call method!!!!!!!!!!!
📷 复现步骤
No response
🚦 期望结果
不启用MCP时不应用MCP Prompt
📝 补充信息
No response
The text was updated successfully, but these errors were encountered: