Skip to main content
GET
List Tools

Request

Query Parameters

string
default:"mcp"
Response format: mcp, openai, or grok
string
Filter by category: products, cart, orders

Response

boolean
Whether the request succeeded
object

Example


Tool Categories

Products

  • search_products - Search for products
  • get_product_details - Get product details
  • check_inventory - Check stock levels
  • get_recommendations - Get product recommendations

Cart

  • add_to_cart - Add item to cart
  • remove_from_cart - Remove item from cart
  • get_cart - Get current cart
  • clear_cart - Clear all items

Orders

  • create_order - Create new order
  • get_order - Get order details
  • list_orders - List user’s orders
  • cancel_order - Cancel an order

Format Conversion

MCP Format (Claude)

Returns tools in Anthropic’s MCP format for Claude Desktop.

OpenAI Format (ChatGPT)

Returns tools in OpenAI Function Calling format for ChatGPT.

Grok Format (X/Twitter)

Returns tools in Grok’s function calling format.

Next Steps

Execute Tool

Execute a tool with parameters

Chat Completion

Multi-turn conversation with automatic tool calling