{"site":"PureJewels UK","site_url":"https:\/\/www.purejewels.com\/de\/","version":"1.5.0","mescio_for_agents":true,"tools":[{"name":"search_posts","description":"Search posts, pages or custom post types on the site.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Search keywords."},"post_type":{"type":"string","description":"Post type slug (default: any)."},"per_page":{"type":"integer","description":"Results per page (default: 5, max: 20)."}},"required":["query"]},"group":"content"},{"name":"get_post","description":"Retrieve a single post or page by ID or slug.","inputSchema":{"type":"object","properties":{"id":{"type":"integer","description":"Post ID."},"slug":{"type":"string","description":"Post slug."}}},"group":"content"},{"name":"get_menu","description":"Return the items of a navigation menu.","inputSchema":{"type":"object","properties":{"menu":{"type":"string","description":"Menu name, slug, or ID (default: primary)."}}},"group":"navigation"},{"name":"submit_contact_form","description":"Submit a Contact Form 7 form programmatically.","inputSchema":{"type":"object","properties":{"form_id":{"type":"integer","description":"CF7 form post ID."},"fields":{"type":"object","description":"Key-value pairs matching the form field names."}},"required":["form_id","fields"]},"group":"forms"},{"name":"get_site_info","description":"Return basic site metadata (name, description, URL, language).","inputSchema":{"type":"object","properties":[]},"group":"core"},{"name":"get_categories","description":"List all post categories with their slugs and counts.","inputSchema":{"type":"object","properties":{"taxonomy":{"type":"string","description":"Taxonomy slug (default: category)."}}},"group":"content"},{"name":"get_markdown_content","description":"Retrieve a published post or page as clean Markdown \u2014 ideal for AI consumption. Requires Mescio for Agents.","inputSchema":{"type":"object","properties":{"id":{"type":"integer","description":"Post ID."},"slug":{"type":"string","description":"Post slug."}}},"group":"content"},{"name":"get_llms_txt","description":"Return the structured llms.txt context for the whole site \u2014 lets agents understand what the site is about at a glance. Requires Mescio for Agents.","inputSchema":{"type":"object","properties":{"variant":{"type":"string","description":"\"index\" for the summary (default) or \"full\" for the complete content."}}},"group":"content"},{"name":"woo_search_products","description":"Search WooCommerce products by keyword, category or price range.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Search keywords."},"category":{"type":"string","description":"Category slug."},"min_price":{"type":"number","description":"Minimum price."},"max_price":{"type":"number","description":"Maximum price."},"per_page":{"type":"integer","description":"Results (default: 6, max: 24)."},"orderby":{"type":"string","description":"price | popularity | rating | date (default: relevance)."}}},"group":"woocommerce"},{"name":"woo_get_product","description":"Get full details for a single WooCommerce product.","inputSchema":{"type":"object","properties":{"id":{"type":"integer","description":"Product ID."},"slug":{"type":"string","description":"Product slug."}}},"group":"woocommerce"},{"name":"woo_add_to_cart","description":"Add a product to the WooCommerce cart.","inputSchema":{"type":"object","properties":{"product_id":{"type":"integer","description":"Product ID."},"quantity":{"type":"integer","description":"Quantity (default: 1)."},"variation_id":{"type":"integer","description":"Variation ID for variable products."}},"required":["product_id"]},"group":"woocommerce"},{"name":"woo_get_cart","description":"Return the current cart contents and totals.","inputSchema":{"type":"object","properties":[]},"group":"woocommerce"},{"name":"woo_remove_from_cart","description":"Remove an item from the cart by cart item key.","inputSchema":{"type":"object","properties":{"cart_item_key":{"type":"string","description":"Cart item key from woo_get_cart."}},"required":["cart_item_key"]},"group":"woocommerce"},{"name":"woo_apply_coupon","description":"Apply a coupon code to the cart.","inputSchema":{"type":"object","properties":{"coupon_code":{"type":"string","description":"Coupon code."}},"required":["coupon_code"]},"group":"woocommerce"},{"name":"woo_get_checkout_fields","description":"Return the checkout form fields so an agent can fill them.","inputSchema":{"type":"object","properties":[]},"group":"woocommerce"},{"name":"woo_get_product_categories","description":"List all WooCommerce product categories.","inputSchema":{"type":"object","properties":[]},"group":"woocommerce"}]}