activity_by_type
ActiveTool of uored
declared in 0.1.0
Find a random activity by category (e.g., 'cooking', 'sport', 'relaxation'). Returns activity name, type, participants needed, and price range.
Parameters schema
{
"type": "object",
"examples": [
{
"type": "cooking"
},
{
"type": "relaxation"
}
],
"required": [
"type"
],
"properties": {
"type": {
"enum": [
"education",
"recreational",
"social",
"diy",
"charity",
"cooking",
"relaxation",
"music",
"busywork"
],
"type": "string",
"description": "Activity category. One of: education, recreational, social, diy, charity, cooking, relaxation, music, busywork"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
uored
https://github.com/pipeworx-io/mcp-bored
2/7 registries