← WebMCP Directory

Tool tree

wethemakers.dev

Productivity & Business
https://wethemakers.dev/
AI product design and development studio
Explore capabilities

Tools verified

findRelevantWorkAnswer

Search WeTheMakers case studies by industry, product type, or technology. Use to answer questions like "have they built anything for logistics", "show me their fintech work", or "do they use React Native". Returns matching case studies with a one-line summary and a link to each.

View tool JSON
{
  "name": "findRelevantWork",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search WeTheMakers case studies by industry, product type, or technology. Use to answer questions like \"have they built anything for logistics\", \"show me their fintech work\", or \"do they use React Native\". Returns matching case studies with a one-line summary and a link to each.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Industry, product type, or technology to look for. Examples: \"logistics\", \"fintech mobile app\", \"React Native\", \"e-commerce\"."
      },
      "limit": {
        "type": "integer",
        "minimum": 1,
        "maximum": 10,
        "description": "Maximum results. Default 5."
      }
    },
    "required": [
      "query"
    ],
    "additionalProperties": false
  }
}