← WebMCP Directory

Tool tree

docs.dify.ai

liveDeveloper Tools
https://docs.dify.ai/en/home
Build AI applications on Dify Cloud or run Dify on your own infrastructure
Explore capabilities
search_docsAnswer

Search the documentation for relevant pages and content.

View tool JSON
{
  "name": "search_docs",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search the documentation for relevant pages and content.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Search query"
      }
    },
    "required": [
      "query"
    ]
  },
  "page": "/"
}
open_skillAction

Open an agent skill document by name.

View tool JSON
{
  "name": "open_skill",
  "kind": "act",
  "impl": "imperative",
  "description": "Open an agent skill document by name.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "skill_name": {
        "type": "string",
        "description": "The slug of the skill to open"
      }
    },
    "required": [
      "skill_name"
    ]
  },
  "page": "/"
}