validate_mcp_tool_definition
Validate MCP tool definitions against Darwin platform standards to ensure compliance with design requirements and identify potential issues.
Instructions
Validate an MCP tool definition against standards.
Checks if the tool follows Darwin platform MCP tool design standards.
Args: tool_name: Name of the tool tool_description: Tool docstring/description parameters: Tool parameters schema (JSON Schema format) ctx: MCP context
Returns: ValidationResult with any issues found.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool_name | Yes | ||
| tool_description | Yes | ||
| parameters | Yes |