clawhup
Server Details
Description:
▎ Spec-driven AI development workflow tools for Claude Code. Manage PRD → Design → Impl → Agent Task lifecycles, search and execute AI Prompts, and
▎ track traceable software delivery — all from Cl
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Scored across 34 tools
Each tool has a clear and distinct purpose, with prefixes like agent_task, doc, dict, prompt, etc. making them easily distinguishable. Even within the same domain, actions are unique (e.g., create vs. update vs. delete).
All tools follow a consistent clawhup_ prefix with a verb_noun or noun_verb pattern using underscores. No mixing of camelCase or other styles, making the naming predictable and systematic.
With 34 tools, the set is on the heavier side, covering multiple domains (agent tasks, documents, prompts, dictionary, etc.). While each domain is well-covered, the total number may be overwhelming and could benefit from splitting into separate servers.
The tool surface covers the core lifecycle of agent tasks, document management, prompt management, data dictionary, decisions, and rules. Minor gaps exist, such as missing document deletion or task cancellation, but overall the domain seems well-covered.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
1 tool update
- Changed
clawhup_rule_audit_hit1 field changed- changed
Input schema / properties / ruleId / descriptionPrevious value: -"规则 ID: R1-R23"New value: +"规则 ID: R1-R24"
1 tool update
- Changed
clawhup_create_decision1 field changed- added
Input schema / properties / affectedCriteriaAdded value: +{ + "description": "影响的验收标准编号数组(如 [\"AC-1\", \"AC-3\"])", + "items": { + "type": "string" + }, + "type": "array" +}
2 tool updates
- Removed
clawhup_agent_task_report_files - Changed
clawhup_list_decisions2 fields changed- added
Input schema / properties / projectIdAdded value: +{ + "description": "项目 ID", + "type": "number" +} - changed
Input schema / requiredPrevious value: -[ - "topic" -]New value: +[ + "projectId", + "topic" +]
2 tool updates
- Changed
clawhup_dict_register_field2 fields changed- added
Input schema / properties / projectIdAdded value: +{ + "type": "number" +} - changed
Input schema / requiredPrevious value: -[ - "table", - "field" -]New value: +[ + "table", + "field", + "projectId" +]
- Changed
clawhup_dict_sync_schema3 fields changed- added
Input schema / additionalPropertiesAdded value: +false - added
Input schema / properties / projectIdAdded value: +{ + "type": "number" +} - added
Input schema / requiredAdded value: +[ + "projectId" +]
6 tool updates
- Added
clawhup_dict_list_fields_by_table - Added
clawhup_dict_query_field - Added
clawhup_dict_register_field - Added
clawhup_dict_sync_schema - Added
clawhup_rule_audit_hit - Added
clawhup_rule_audit_report
36 tool updates
- Removed
clawhup_append_session_message - Removed
clawhup_create_benchmark_run - Removed
clawhup_create_generation_share - Removed
clawhup_create_material_library - Removed
clawhup_create_session - Removed
clawhup_delete_generation - Removed
clawhup_delete_material_item - Removed
clawhup_delete_material_library - Removed
clawhup_delete_session - Removed
clawhup_delete_share - Removed
clawhup_doc_delete - Removed
clawhup_doc_move - Removed
clawhup_execute_prompt - Removed
clawhup_generate - Removed
clawhup_get_benchmark_result - Removed
clawhup_get_decision - Removed
clawhup_get_generation - Removed
clawhup_get_prompt_version - Removed
clawhup_get_session - Removed
clawhup_get_session_messages - Removed
clawhup_get_share_detail - Removed
clawhup_get_topic_focus - Removed
clawhup_get_variable_suggestions - Removed
clawhup_list_material_items - Removed
clawhup_list_material_libraries - Removed
clawhup_list_sessions - Removed
clawhup_patch_benchmark_item - Removed
clawhup_patch_decision - Removed
clawhup_patch_material_item - Removed
clawhup_patch_material_library - Removed
clawhup_patch_session - Removed
clawhup_reproduce_share - Removed
clawhup_rewrite_generation - Removed
clawhup_rollback_prompt_version - Removed
clawhup_update_generation_visibility - Removed
clawhup_update_prompt
2 tool updates
- Changed
clawhup_agent_task_get1 field changed- added
Input schema / properties / fullAdded value: +{ + "description": "true=返回完整步骤列表(默认 false,只返最近 5 步 + totalSteps)", + "type": "boolean" +}
- Removed
clawhup_extract_decisions
1 tool update
- Changed
clawhup_doc_get1 field changed- added
Input schema / properties / includeContentAdded value: +{ + "description": "true=返回正文 contentTemplate(默认 false,返回收窄视图)", + "type": "boolean" +}
1 tool update
- Added
clawhup_extract_decisions
1 tool update
- Changed
clawhup_doc_create1 field changed- changed
Input schema / properties / type / descriptionPrevious value: -"文档类型: prd / design / adr / plan / testplan / release / runbook / postmortem(spec 用 clawhup_doc_create_spec)"New value: +"文档类型: prd / design / adr / plan / testplan / release / runbook / postmortem / quick(spec 用 clawhup_doc_create_spec;quick 适用于 typo/微调场景,不支持 specLevel/parentDocId,Agent Task ≤5 步)"
6 tool updates
- Added
clawhup_create_decision - Changed
clawhup_doc_list1 field changed- added
Input schema / properties / includeArchivedAdded value: +{ + "description": "true=包含 archived/deprecated spec,默认 false(仅返回活跃 spec)", + "type": "boolean" +}
- Added
clawhup_get_decision - Added
clawhup_get_topic_focus - Added
clawhup_list_decisions - Added
clawhup_patch_decision
7 tool updates
- Added
clawhup_doc_delete - Changed
clawhup_doc_update5 fields changed- added
Input schema / properties / aiSummaryAdded value: +{ + "description": "Spec 摘要(≤300字),write-time 由 Claude Code 生成后上传", + "maxLength": 300, + "type": "string" +} - added
Input schema / properties / changeSummaryAdded value: +{ + "description": "修改原因,随 contentTemplate 更新时传入,自动写入修改记录", + "type": "string" +} - added
Input schema / properties / decisionAdded value: +{ + "description": "审核决策: approved / changes_requested / rejected / comment", + "type": "string" +} - added
Input schema / properties / reviewCommentAdded value: +{ + "description": "审核意见原文,status 变更时自动落库", + "type": "string" +} - added
Input schema / properties / statusAdded value: +{ + "description": "Spec 状态: confirmed / frozen / implemented", + "type": "string" +}
- Removed
clawhup_spec_create - Removed
clawhup_spec_delete - Removed
clawhup_spec_get - Removed
clawhup_spec_list - Removed
clawhup_spec_update
5 tool updates
- Added
clawhup_agent_task_report_files - Added
clawhup_doc_move - Added
clawhup_doc_summarize - Added
clawhup_spec_delete - Changed
clawhup_spec_update4 fields changed- added
Input schema / properties / aiSummaryAdded value: +{ + "description": "Spec 摘要(≤300字),write-time 由 Claude Code 生成后上传", + "maxLength": 300, + "type": "string" +} - added
Input schema / properties / changeSummaryAdded value: +{ + "description": "修改原因,随 contentTemplate 更新时传入,自动写入修改记录", + "type": "string" +} - added
Input schema / properties / decisionAdded value: +{ + "description": "审核决策: approved / changes_requested / rejected / comment", + "type": "string" +} - added
Input schema / properties / reviewCommentAdded value: +{ + "description": "审核意见原文,status 变更时自动落库", + "type": "string" +}
60 tool updates
- First observed
clawhup_add_material_item - First observed
clawhup_agent_step_report - First observed
clawhup_agent_task_complete - First observed
clawhup_agent_task_create - First observed
clawhup_agent_task_fail - First observed
clawhup_agent_task_get - First observed
clawhup_agent_task_list - First observed
clawhup_agent_task_start - First observed
clawhup_agent_task_wait - First observed
clawhup_append_session_message - First observed
clawhup_create_benchmark_run - First observed
clawhup_create_generation_share - First observed
clawhup_create_material_library - First observed
clawhup_create_prompt - First observed
clawhup_create_session - First observed
clawhup_delete_generation - First observed
clawhup_delete_material_item - First observed
clawhup_delete_material_library - First observed
clawhup_delete_prompt - First observed
clawhup_delete_session - First observed
clawhup_delete_share - First observed
clawhup_doc_add_relation - First observed
clawhup_doc_create - First observed
clawhup_doc_create_spec - First observed
clawhup_doc_get - First observed
clawhup_doc_list - First observed
clawhup_doc_update - First observed
clawhup_execute_prompt - First observed
clawhup_generate - First observed
clawhup_generate_stream - First observed
clawhup_get_benchmark_result - First observed
clawhup_get_generation - First observed
clawhup_get_prompt_version - First observed
clawhup_get_prompt_versions - First observed
clawhup_get_session - First observed
clawhup_get_session_messages - First observed
clawhup_get_share_detail - First observed
clawhup_get_variable_suggestions - First observed
clawhup_list_material_items - First observed
clawhup_list_material_libraries - First observed
clawhup_list_my_prompts - First observed
clawhup_list_sessions - First observed
clawhup_patch_benchmark_item - First observed
clawhup_patch_material_item - First observed
clawhup_patch_material_library - First observed
clawhup_patch_session - First observed
clawhup_project_list - First observed
clawhup_prompt_detail - First observed
clawhup_reproduce_share - First observed
clawhup_rewrite_generation - First observed
clawhup_rollback_prompt_version - First observed
clawhup_save_prompt_version - First observed
clawhup_search_prompts - First observed
clawhup_spec_create - First observed
clawhup_spec_get - First observed
clawhup_spec_list - First observed
clawhup_spec_update - First observed
clawhup_update_generation_visibility - First observed
clawhup_update_prompt - First observed
clawhup_update_prompt_content
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables brand visibility monitoring across major AI platforms like ChatGPT, Claude, Gemini, and Perplexity. It allows users to track visibility scores, analyze competitor data, and receive actionable insights to improve AI-generated brand recommendations.169 npm1MIT
- AlicenseCqualityAmaintenanceCompetitor Monitor AI - MCP server providing AI-powered tools and automation by MEOK AI Labs119 npm49 PyPIMIT
- AlicenseNot gradedqualityBmaintenanceEnables tracking competitor websites, changelogs, blog feeds, and pricing pages with meaningful diffs, classification, and Markdown digests via MCP tools for listing, adding, removing competitors, running checks, and retrieving digests or changes.MIT

industrylens-mcpofficial
AlicenseNot gradedqualityBmaintenanceBrowse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.