#Objective: 
Based on the task and context, select the appropriate tool from the MCP tool list and extract the required parameters.

#Task: 
{task}

#Context:
{context}

#MCP Tool List: 
{mcp_tool_list}

#Output Format: JSON
{
    "tool_name": "tool_name",
    "tool_args": {
        "para_name1": value1,
        "para_name2": value2
    }
}

