syndicateCreate
ActiveTool of Chikoh - Fantasy Sports & Entertainment Intelligence
Create a new syndicate group for collaborative fantasy analysis. Inserts a group and adds you as owner. Requires Syndicate or Front Office tier and OAuth authentication.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"maxLength": 50,
"minLength": 3,
"description": "Syndicate group name"
},
"sport": {
"type": "string",
"description": "Primary sport focus"
},
"isPrivate": {
"type": "boolean",
"description": "Private group (invite-only)"
},
"description": {
"type": "string",
"maxLength": 200,
"description": "Group description"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Chikoh - Fantasy Sports & Entertainment Intelligence
https://github.com/romcdonald9976/chikoh-architecture-showcase.git
1/7 registries