Tool tree
Agile software development training and resources
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"
]
}
}