create_agent
ActiveTool of Chronary
declared in 1.0.0
Register your agent (AI assistant, human participant, or resource) with Chronary so it can own calendars, events, and webhooks.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"name",
"type"
],
"properties": {
"name": {
"type": "string",
"maxLength": 255,
"minLength": 1,
"description": "Display name for the agent"
},
"type": {
"enum": [
"ai",
"human",
"resource"
],
"type": "string",
"description": "Agent type"
},
"description": {
"type": "string",
"description": "Optional description"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Chronary
https://github.com/Chronary/chronary-mcp
2/7 registries