{"name":"SOIL DID IT Agent Interface","short_name":"SoilDidIt WebMCP","description":"WebMCP Protocol integration allowing AI agents to interact with SOIL DID IT","mcp_server":{"url":"/api/mcp","transport":"http-post-jsonrpc"},"tools":[{"name":"list_products","description":"Search, filter, and retrieve products from the SOIL DID IT organic wellness catalog.","inputSchema":{"type":"object","properties":{"category":{"type":"string","description":"Filter products by category name"},"search":{"type":"string","description":"Search query for product name or description"},"limit":{"type":"number","description":"Maximum number of products to return (default 20)"}}}},{"name":"get_product_details","description":"Fetch full details, ingredients, usage instructions, pricing, and stock for a specific product ID.","inputSchema":{"type":"object","properties":{"id":{"type":"string","description":"Product ID or slug"}},"required":["id"]}},{"name":"calculate_pricing","description":"Calculate tier discounts and bulk pricing for distribution packs or wholesale volume orders.","inputSchema":{"type":"object","properties":{"productId":{"type":"string","description":"Product ID"},"quantity":{"type":"number","description":"Desired order quantity"}},"required":["productId","quantity"]}},{"name":"search_blog","description":"Search soil care, herbal wellness, and organic living guides from the soil-did-it blog.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Topic or keyword search string"}},"required":["query"]}},{"name":"get_store_info","description":"Get general store details, shipping policies, environmental commitment, and contact information.","inputSchema":{"type":"object","properties":{}}}],"auth":{"public":["tools/list","initialize"],"protected":["tools/call"],"description":"Read operations are public, write operations require admin auth"}}