register_service
Register an AI agent service in the directory by providing name, description, and category. Optionally add capabilities, endpoint, MCP config, author, and tags to improve discoverability.
Instructions
Einen AI-Agent-Service im Verzeichnis registrieren.
Args: name: Eindeutiger Service-Name description: Was der Service macht category: Kategorie (z.B. "finance", "weather", "data") capabilities: Liste der Fähigkeiten endpoint: URL oder MCP-Endpoint mcp_config: MCP Server Konfiguration (JSON) author: Autor/Entwickler tags: Tags für bessere Auffindbarkeit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | Yes | ||
| category | Yes | ||
| capabilities | No | ||
| endpoint | No | ||
| mcp_config | No | ||
| author | No | ||
| tags | No |