← WebMCP Directory

Tool tree

ai-radar.app

AI & Agents
https://ai-radar.app/
Explore AI use cases, enabling technologies, and implementation requirements, and build a shortlist for evaluation.
Explore capabilities

Tools verified

filter_use_cases_by_functionAction

Navigate the browser to the use cases library filtered by a chosen business function.

View tool JSON
{
  "name": "filter_use_cases_by_function",
  "kind": "act",
  "impl": "imperative",
  "description": "Navigate the browser to the use cases library filtered by a chosen business function.",
  "inputSchema": {
    "type": "object",
    "required": [
      "function_name"
    ],
    "properties": {
      "function_name": {
        "type": "string",
        "description": "The business function to filter by (e.g. 'Finance & Accounting', 'Operations', 'Marketing & Sales', 'Customer Support', 'Human Resources', 'Product Development', 'Supply Chain Management', 'Procurement', 'Compliance')"
      }
    }
  }
}
get_use_case_detailAnswer

Get detailed evaluation criteria for a specific AI use case including objectives, requirements, and related technologies.

View tool JSON
{
  "name": "get_use_case_detail",
  "kind": "answer",
  "impl": "imperative",
  "description": "Get detailed evaluation criteria for a specific AI use case including objectives, requirements, and related technologies.",
  "inputSchema": {
    "type": "object",
    "required": [
      "use_case_id_or_url"
    ],
    "properties": {
      "use_case_id_or_url": {
        "type": "string",
        "description": "The UUID or full URL of the AI use case (e.g. '2f040d33-1af0-48e6-9f2c-d3d0e3928bcb' or 'https://ai-radar.app/use-cases/2f040d33-1af0-48e6-9f2c-d3d0e3928bcb')"
      }
    }
  }
}
list_technologiesAnswer

Browse enabling AI technologies, interaction patterns, and architectural patterns.

View tool JSON
{
  "name": "list_technologies",
  "kind": "answer",
  "impl": "imperative",
  "description": "Browse enabling AI technologies, interaction patterns, and architectural patterns.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Optional search keyword to filter technologies by name, description, or pattern type"
      }
    }
  }
}
list_use_casesAnswer

Discover and filter AI use cases by business function or search keywords from the AI Radar catalog.

View tool JSON
{
  "name": "list_use_cases",
  "kind": "answer",
  "impl": "imperative",
  "description": "Discover and filter AI use cases by business function or search keywords from the AI Radar catalog.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Optional search keyword to match against use case title or description"
      },
      "function_category": {
        "type": "string",
        "description": "Optional business function filter (e.g. 'Finance & Accounting', 'Operations', 'Marketing & Sales', 'Customer Support', 'Human Resources', 'Product Development', 'Supply Chain Management')"
      }
    }
  }
}
manage_shortlistAction

View stored use cases in the shortlist or navigate to the shortlist evaluation and prioritization view.

View tool JSON
{
  "name": "manage_shortlist",
  "kind": "act",
  "impl": "imperative",
  "description": "View stored use cases in the shortlist or navigate to the shortlist evaluation and prioritization view.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "action": {
        "enum": [
          "view",
          "navigate_to_shortlist"
        ],
        "type": "string",
        "description": "Action to perform: 'view' to inspect local shortlist state or 'navigate_to_shortlist' to navigate to the shortlist page"
      }
    }
  }
}