sonar_get_tool_schema
Get the full JSON schema for a specific SonarQube tool to access parameter details before executing the tool.
Instructions
Get the full JSON schema for a specific SonarQube tool.
Use after list_categories to get parameter details before calling execute_tool.
Args: tool_name: Name of the tool (e.g., 'sonar_list_issues', 'sonar_get_project')
Returns: Dictionary with: - success: bool - Operation success status - tool_name: str - The tool name - schema: dict - JSON schema for tool parameters - description: str - Tool description from docstring - error: str - Error message (if success is False)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||