← WebMCP Directory

Tool tree

bcdtravel.com

Travel & Events
https://bcdtravel.com/
BCD Travel offers a range of solutions for all types of business travel programs. You can explore these solutions to find the one that fits your needs.
Explore capabilities

Tools verified

page: Every page

search_siteAnswer

Full-text search of BCD Travel.

View tool JSON
{
  "name": "search_site",
  "kind": "answer",
  "impl": "imperative",
  "description": "Full-text search of BCD Travel.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "The search query."
      }
    },
    "required": [
      "query"
    ]
  },
  "page": "/"
}
fetch_as_markdownAnswer

Fetch any public page on this site as Markdown.

View tool JSON
{
  "name": "fetch_as_markdown",
  "kind": "answer",
  "impl": "imperative",
  "description": "Fetch any public page on this site as Markdown.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "url": {
        "type": "string",
        "description": "Absolute URL of a page on this site."
      }
    },
    "required": [
      "url"
    ]
  },
  "page": "/"
}