← All WebMCP sites

docs.dify.ai

Developer Toolshttps://docs.dify.ai/en/homelisted as of 2026-08-23
Build AI applications on Dify Cloud or run Dify on your own infrastructure
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 61/100 (C).

Tools

search_docsanswerimperative
Search the documentation for relevant pages and content.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Search query"
    }
  },
  "required": [
    "query"
  ]
}
open_skillactimperative
Open an agent skill document by name.
Input schema
{
  "type": "object",
  "properties": {
    "skill_name": {
      "type": "string",
      "description": "The slug of the skill to open"
    }
  },
  "required": [
    "skill_name"
  ]
}
Listings are sourced from public community registries and shown as reported.