← WebMCP Directory

Tool tree

aimeos.org

Developer Tools
https://aimeos.org/
Open-source PHP ecommerce framework
Explore capabilities

Tools verified

searchAction

Search the website and return matching pages with their titles and links

View tool JSON
{
  "name": "search",
  "kind": "act",
  "impl": "declarative",
  "description": "Search the website and return matching pages with their titles and links",
  "inputSchema": {
    "type": "object",
    "properties": {
      "q": {
        "type": "string",
        "description": "Words or phrase to search for in the website content"
      }
    },
    "required": [
      "q"
    ]
  }
}