You're viewing a demo portfolio

Join the waitlist
PRSM

create_agent

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Chronary

https://github.com/Chronary/chronary-mcp

2/7 registries
View full server →