← WebMCP Directory

Tool tree

mountaingoatsoftware.com

Health & Education
https://www.mountaingoatsoftware.com/
Agile software development training and resources
Explore capabilities

Tools verified

search_mgs_contentAction

Open Mountain Goat Software search results for guides, articles, videos, courses, and workshops about Agile and Scrum.

View tool JSON
{
  "name": "search_mgs_content",
  "kind": "act",
  "impl": "imperative",
  "description": "Open Mountain Goat Software search results for guides, articles, videos, courses, and workshops about Agile and Scrum.",
  "inputSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "query": {
        "type": "string",
        "description": "The topic or question to search for.",
        "minLength": 1,
        "maxLength": 1024
      }
    },
    "required": [
      "query"
    ]
  }
}