← WebMCP Directory

Tool tree

blossoms.com

Media & Personal
https://www.blossoms.com/
International dating and relationship service
Explore capabilities

Tools verified

blossoms_get_api_catalogAnswer

Fetch the Cherry Blossoms API catalog for agent service discovery.

View tool JSON
{
  "name": "blossoms_get_api_catalog",
  "kind": "answer",
  "impl": "imperative",
  "description": "Fetch the Cherry Blossoms API catalog for agent service discovery.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  }
}
blossoms_get_page_markdownAnswer

Fetch a same-origin Cherry Blossoms page as markdown when the server can negotiate it.

View tool JSON
{
  "name": "blossoms_get_page_markdown",
  "kind": "answer",
  "impl": "imperative",
  "description": "Fetch a same-origin Cherry Blossoms page as markdown when the server can negotiate it.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "path": {
        "type": "string",
        "default": "/",
        "description": "Same-origin path or URL to retrieve as markdown."
      }
    },
    "additionalProperties": false
  }
}
blossoms_list_destination_membersAnswer

List public member previews for a destination country and optional city.

View tool JSON
{
  "name": "blossoms_list_destination_members",
  "kind": "answer",
  "impl": "imperative",
  "description": "List public member previews for a destination country and optional city.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "country": {
        "type": "string",
        "minLength": 1,
        "description": "Destination country slug, for example philippines."
      },
      "city": {
        "type": "string",
        "minLength": 1,
        "description": "Optional destination city slug."
      },
      "limit": {
        "type": "integer",
        "minimum": 1,
        "maximum": 16,
        "default": 8,
        "description": "Maximum number of member previews to return."
      }
    },
    "required": [
      "country"
    ],
    "additionalProperties": false
  }
}
blossoms_open_signupAction

Navigate the browser to the Cherry Blossoms signup flow, optionally preselecting male or female.

View tool JSON
{
  "name": "blossoms_open_signup",
  "kind": "act",
  "impl": "imperative",
  "description": "Navigate the browser to the Cherry Blossoms signup flow, optionally preselecting male or female.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "gender": {
        "type": "string",
        "enum": [
          "male",
          "female"
        ],
        "description": "Optional signup path preference."
      }
    },
    "additionalProperties": false
  }
}