{
  "specVersion": "1.0",
  "host": {
    "displayName": "Wordstopia",
    "identifier": "wordstopia.com",
    "documentationUrl": "https://www.wordstopia.com/llms.txt",
    "webmcp": {
      "status": "experimental",
      "documentationUrl": "https://www.wordstopia.com/llms-full.txt#experimental-browser-agent-tools-webmcp",
      "description": "In browsers that support WebMCP, Wordstopia registers read-only browser tools for its public prefix, suffix, contains, rhyme, word-finder, and translation searches."
    }
  },
  "entries": [
    {
      "identifier": "urn:air:wordstopia.com:api:search-starts-with",
      "displayName": "Words starting with",
      "type": "application/json",
      "url": "https://www.wordstopia.com/api/search/starts-with",
      "description": "Find English words beginning with a prefix.",
      "representativeQueries": [
        "find English words that start with pla",
        "which words begin with the prefix pre"
      ],
      "metadata": {
        "openapi": "https://www.wordstopia.com/openapi.json#/paths/~1api~1search~1starts-with/get",
        "agentSkill": "https://www.wordstopia.com/.well-known/agent-skills/search-starts-with.json"
      }
    },
    {
      "identifier": "urn:air:wordstopia.com:api:search-ends-with",
      "displayName": "Words ending with",
      "type": "application/json",
      "url": "https://www.wordstopia.com/api/search/ends-with",
      "description": "Find English words ending with a suffix.",
      "representativeQueries": [
        "find English words that end with ing",
        "which words end with the suffix tion"
      ],
      "metadata": {
        "openapi": "https://www.wordstopia.com/openapi.json#/paths/~1api~1search~1ends-with/get",
        "agentSkill": "https://www.wordstopia.com/.well-known/agent-skills/search-ends-with.json"
      }
    },
    {
      "identifier": "urn:air:wordstopia.com:api:search-contains",
      "displayName": "Words containing",
      "type": "application/json",
      "url": "https://www.wordstopia.com/api/search/contains",
      "description": "Find English words containing a letter sequence.",
      "representativeQueries": [
        "find English words containing amp",
        "which words contain the letters light"
      ],
      "metadata": {
        "openapi": "https://www.wordstopia.com/openapi.json#/paths/~1api~1search~1contains/get",
        "agentSkill": "https://www.wordstopia.com/.well-known/agent-skills/search-contains.json"
      }
    },
    {
      "identifier": "urn:air:wordstopia.com:api:search-rhymes",
      "displayName": "Rhyming words",
      "type": "application/json",
      "url": "https://www.wordstopia.com/api/search/rhymes",
      "description": "Find perfect or near rhymes for an English word.",
      "representativeQueries": [
        "find words that rhyme with light",
        "what words are near rhymes for orange"
      ],
      "metadata": {
        "openapi": "https://www.wordstopia.com/openapi.json#/paths/~1api~1search~1rhymes/get",
        "agentSkill": "https://www.wordstopia.com/.well-known/agent-skills/search-rhymes.json"
      }
    },
    {
      "identifier": "urn:air:wordstopia.com:api:search-word-finder",
      "displayName": "Word finder",
      "type": "application/json",
      "url": "https://www.wordstopia.com/api/search/word-finder",
      "description": "Find English words that can be formed from an available rack of letters.",
      "representativeQueries": [
        "find words that can be made from the letters stone",
        "what words can I make with the letters a e r t"
      ],
      "metadata": {
        "openapi": "https://www.wordstopia.com/openapi.json#/paths/~1api~1search~1word-finder/get",
        "agentSkill": "https://www.wordstopia.com/.well-known/agent-skills/search-word-finder.json"
      }
    },
    {
      "identifier": "urn:air:wordstopia.com:api:translate-text",
      "displayName": "Text translation",
      "type": "application/json",
      "url": "https://www.wordstopia.com/api/search/translate",
      "description": "Translate text between language codes using the public Wordstopia translation route.",
      "representativeQueries": [
        "translate thank you from English to Spanish",
        "translate good morning into French"
      ],
      "metadata": {
        "openapi": "https://www.wordstopia.com/openapi.json#/paths/~1api~1search~1translate/get",
        "agentSkill": "https://www.wordstopia.com/.well-known/agent-skills/translate-text.json"
      }
    }
  ]
}