# anastasiya.studio MCP tools This site exposes WebMCP tools via toolname/tooldescription attributes on real HTML forms. Each tool below is synchronous: submit the form, get the resulting page back. ## search_products Method: GET Endpoint: https://anastasiya.studio/all-results/ Parameters: q (string, search keyword) Returns: HTML page listing matching products (title, price, URL) for the query. Declared on: the search form in the site header, present on every page. ## add_to_cart Method: GET Endpoint: https://anastasiya.studio/cart/add// Parameters: product_id (integer, in the URL path) Returns: redirects back to the referring page with the product added to the session cart. Declared on: the "Add to cart" form on product listing and product detail pages.