Files
whetstone_DSL/tools/claude/tools.json
Bill 17c4cd252a Sprint 41: wire whetstone_schema_to_cpp + whetstone_generate_dispatch_table (Steps 664-668)
Two C++ generators existed since Steps 634/642 but were never registered as
MCP tools. This sprint is pure plumbing — no new logic, just wiring.

Steps:
  664 - RegisterCodegenTools.h: whetstone_schema_to_cpp handler (12/12)
  665 - RegisterCodegenTools.h: whetstone_generate_dispatch_table handler (12/12)
  666 - MCPServer.h + RegisterOnboardingAndAllTools.h + tools.json wired (8/8)
  667 - whetstone_mcp rebuilt, smoke tested: 84 tools live, both calls return success
  668 - Sprint41IntegrationSummary.h (8/8)

Total: 40/40 passing. tool count 82 → 84.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-18 16:52:29 -07:00

981 lines
20 KiB
JSON

{
"version": "2.0",
"provider": "anthropic",
"tools": [
{
"name": "whetstone_add_skeleton_node",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_apply_annotation",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_apply_quick_fix",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_approve_item",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_architect_intake",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_assign_task",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_batch_mutate",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_batch_query",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_close_file",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_complete_task",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_create_skeleton",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_create_workflow",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_execute_task",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_export_training_data",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_file_create",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_file_diff",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_file_read",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_file_write",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_generate_code",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_generate_examples",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_generate_taskitems",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_get_ast",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_get_ast_diff",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_get_ast_subtree",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_get_blockers",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_get_call_hierarchy",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_get_diagnostics",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_get_diagnostics_delta",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_get_environment",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_get_event_stream",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_get_lowering_hints",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_get_progress",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_get_project_diagnostics",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_get_project_model",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_get_quick_fixes",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_get_ready_tasks",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_get_recent_events",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_get_review_context",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_get_review_policy",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_get_review_queue",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_get_routing_explanation",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_get_scope",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_get_semantic_annotations",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_get_unannotated_nodes",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_get_work_item",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_get_workflow_state",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_index_workspace",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_infer_annotations",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_list_annotated_files",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_list_buffers",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_load_annotated_ast",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_mutate",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_onboard_workspace",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_open_file",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_orchestrate_advance",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_orchestrate_run_deterministic",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_orchestrate_step",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_project_language",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_queue_ready",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_redo",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_reject_item",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_reject_task",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_remove_semantic_annotation",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_rename_symbol",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_route_all_ready",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_route_task",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_run_pipeline",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_save_all_buffers",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_save_annotated_ast",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_save_buffer",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_save_workflow",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_search_project",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_set_active_buffer",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_set_environment",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_set_review_policy",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_set_semantic_annotation",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_set_workspace",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_submit_result",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_suggest_annotations",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_undo",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_validate_environment",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_workspace_list",
"description": "See Whetstone MCP docs.",
"input_schema": {
"type": "object",
"properties": {}
},
"examples": [
{}
]
},
{
"name": "whetstone_schema_to_cpp",
"description": "Generate a typed C++ header struct with nlohmann JSON serializers from a JSON Schema object. Returns header_code (ready to write to a .h file) and a cmake_interface_target snippet.",
"input_schema": {
"type": "object",
"properties": {
"schema": {
"type": "object",
"description": "JSON Schema with 'title' and 'properties'."
},
"header_name": {
"type": "string",
"description": "Output header filename, e.g. 'EnergyContext.h'."
},
"target_name": {
"type": "string",
"description": "CMake INTERFACE target name, e.g. energy_context_types."
}
},
"required": [
"schema",
"header_name",
"target_name"
]
},
"examples": [
{}
]
},
{
"name": "whetstone_generate_dispatch_table",
"description": "Generate a C++ dispatch table header (makeDispatchTable()) from a list of job type specs. Each entry maps a job_type string to a C++ executor callable.",
"input_schema": {
"type": "object",
"properties": {
"entries": {
"type": "array",
"description": "Array of job dispatch entries.",
"items": {
"type": "object",
"properties": {
"job_type": {
"type": "string"
},
"required_caps": {
"type": "array",
"items": {
"type": "string"
}
},
"payload_type": {
"type": "string"
},
"executor": {
"type": "string",
"description": "C++ callable expression, e.g. handleCudaTask"
}
},
"required": [
"job_type",
"executor"
]
}
}
},
"required": [
"entries"
]
},
"examples": [
{}
]
}
]
}