| controllerPath | String | Fully qualified class name of the controller (e.g., com.valkyrlabs.controller.LLMRoutingController) | |
| endpointPath | String | Optional specific endpoint path within controller (e.g., /route). If omitted, publishes all endpoints. | [optional] |
| toolSlug | String | Unique slug for the MCP tool | |
| displayName | String | Human-readable tool name | |
| summary | String | Brief summary of what the tool does | [optional] |
| description | String | Detailed description | [optional] |
| category | String | Tool category for classification | [optional] |
| marketplaceCategory | String | Marketplace category for discovery | [optional] |
| apiBaseUrl | URI | Base URL for the API | [optional] |
| documentationUrl | URI | URL to detailed documentation | [optional] |
| repositoryUrl | URI | URL to source repository | [optional] |
| icon | String | Base64-encoded icon or URL to icon | [optional] |
| requiresApiKey | Boolean | Whether tool requires API key authentication | [optional] |
| tags | String | Tags for discovery | [optional] |
| marketplaceTags | String | Additional marketplace tags | [optional] |
| authorName | String | Author or organization name | [optional] |
| autoApprove | Boolean | Whether to auto-approve tool invocations | [optional] |
| recommendedFor | String | Recommended use cases or personas | [optional] |
| id | UUID | Unique identifier for object in the system | [optional] [readonly] |
| ownerId | UUID | UUID of owner of the object in the system | [optional] [readonly] |
| createdDate | OffsetDateTime | Date of object creation | [optional] [readonly] |
| keyHash | String | Data, including hash of the key(s) used to encrypt this record. | [optional] [readonly] |
| lastAccessedById | UUID | Last user to access object | [optional] [readonly] |
| lastAccessedDate | OffsetDateTime | Timestamp of last access of object | [optional] [readonly] |
| lastModifiedById | UUID | Unique identifier for user who last modifed the object in the system | [optional] [readonly] |
| lastModifiedDate | OffsetDateTime | Date of last object modification | [optional] [readonly] |