← Back to Labs
Write the Tool Description
tool design mcp✓Fill in Blank
Complete this tool definition for lookup_order. The description must clearly differentiate it from the get_customer tool, and the input schema must use an appropriate parameter name.
{ "name": "lookup_order", "description": "", "input_schema": { "type": "object", "properties": { "": { "type": "string", "description": "Order ID (e.g., #12345) or tracking number (e.g., TRK-ABC123)" } }, "required": [""] } }