Skip to main content
Glama

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

C2.8/5.0

Scored across 34 tools

Disambiguation5/5

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).

Naming Consistency5/5

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.

Tool Count3/5

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.

Completeness4/5

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. 1 tool update
    • Changedclawhup_rule_audit_hit1 field changed
      • changedInput schema / properties / ruleId / description
        Previous value: -"规则 ID: R1-R23"New value: +"规则 ID: R1-R24"
  2. 1 tool update
    • Changedclawhup_create_decision1 field changed
      • addedInput schema / properties / affectedCriteria
        Added value: +{
        +  "description": "影响的验收标准编号数组(如 [\"AC-1\", \"AC-3\"])",
        +  "items": {
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
  3. 2 tool updates
    • Removedclawhup_agent_task_report_files
    • Changedclawhup_list_decisions2 fields changed
      • addedInput schema / properties / projectId
        Added value: +{
        +  "description": "项目 ID",
        +  "type": "number"
        +}
      • changedInput schema / required
        Previous value: -[
        -  "topic"
        -]New value: +[
        +  "projectId",
        +  "topic"
        +]
  4. 2 tool updates
    • Changedclawhup_dict_register_field2 fields changed
      • addedInput schema / properties / projectId
        Added value: +{
        +  "type": "number"
        +}
      • changedInput schema / required
        Previous value: -[
        -  "table",
        -  "field"
        -]New value: +[
        +  "table",
        +  "field",
        +  "projectId"
        +]
    • Changedclawhup_dict_sync_schema3 fields changed
      • addedInput schema / additionalProperties
        Added value: +false
      • addedInput schema / properties / projectId
        Added value: +{
        +  "type": "number"
        +}
      • addedInput schema / required
        Added value: +[
        +  "projectId"
        +]
  5. 6 tool updates
    • Addedclawhup_dict_list_fields_by_table
    • Addedclawhup_dict_query_field
    • Addedclawhup_dict_register_field
    • Addedclawhup_dict_sync_schema
    • Addedclawhup_rule_audit_hit
    • Addedclawhup_rule_audit_report
  6. 36 tool updates
    • Removedclawhup_append_session_message
    • Removedclawhup_create_benchmark_run
    • Removedclawhup_create_generation_share
    • Removedclawhup_create_material_library
    • Removedclawhup_create_session
    • Removedclawhup_delete_generation
    • Removedclawhup_delete_material_item
    • Removedclawhup_delete_material_library
    • Removedclawhup_delete_session
    • Removedclawhup_delete_share
    • Removedclawhup_doc_delete
    • Removedclawhup_doc_move
    • Removedclawhup_execute_prompt
    • Removedclawhup_generate
    • Removedclawhup_get_benchmark_result
    • Removedclawhup_get_decision
    • Removedclawhup_get_generation
    • Removedclawhup_get_prompt_version
    • Removedclawhup_get_session
    • Removedclawhup_get_session_messages
    • Removedclawhup_get_share_detail
    • Removedclawhup_get_topic_focus
    • Removedclawhup_get_variable_suggestions
    • Removedclawhup_list_material_items
    • Removedclawhup_list_material_libraries
    • Removedclawhup_list_sessions
    • Removedclawhup_patch_benchmark_item
    • Removedclawhup_patch_decision
    • Removedclawhup_patch_material_item
    • Removedclawhup_patch_material_library
    • Removedclawhup_patch_session
    • Removedclawhup_reproduce_share
    • Removedclawhup_rewrite_generation
    • Removedclawhup_rollback_prompt_version
    • Removedclawhup_update_generation_visibility
    • Removedclawhup_update_prompt
  7. 2 tool updates
    • Changedclawhup_agent_task_get1 field changed
      • addedInput schema / properties / full
        Added value: +{
        +  "description": "true=返回完整步骤列表(默认 false,只返最近 5 步 + totalSteps)",
        +  "type": "boolean"
        +}
    • Removedclawhup_extract_decisions
  8. 1 tool update
    • Changedclawhup_doc_get1 field changed
      • addedInput schema / properties / includeContent
        Added value: +{
        +  "description": "true=返回正文 contentTemplate(默认 false,返回收窄视图)",
        +  "type": "boolean"
        +}
  9. 1 tool update
    • Addedclawhup_extract_decisions
  10. 1 tool update
    • Changedclawhup_doc_create1 field changed
      • changedInput schema / properties / type / description
        Previous 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 步)"
  11. 6 tool updates
    • Addedclawhup_create_decision
    • Changedclawhup_doc_list1 field changed
      • addedInput schema / properties / includeArchived
        Added value: +{
        +  "description": "true=包含 archived/deprecated spec,默认 false(仅返回活跃 spec)",
        +  "type": "boolean"
        +}
    • Addedclawhup_get_decision
    • Addedclawhup_get_topic_focus
    • Addedclawhup_list_decisions
    • Addedclawhup_patch_decision
  12. 7 tool updates
    • Addedclawhup_doc_delete
    • Changedclawhup_doc_update5 fields changed
      • addedInput schema / properties / aiSummary
        Added value: +{
        +  "description": "Spec 摘要(≤300字),write-time 由 Claude Code 生成后上传",
        +  "maxLength": 300,
        +  "type": "string"
        +}
      • addedInput schema / properties / changeSummary
        Added value: +{
        +  "description": "修改原因,随 contentTemplate 更新时传入,自动写入修改记录",
        +  "type": "string"
        +}
      • addedInput schema / properties / decision
        Added value: +{
        +  "description": "审核决策: approved / changes_requested / rejected / comment",
        +  "type": "string"
        +}
      • addedInput schema / properties / reviewComment
        Added value: +{
        +  "description": "审核意见原文,status 变更时自动落库",
        +  "type": "string"
        +}
      • addedInput schema / properties / status
        Added value: +{
        +  "description": "Spec 状态: confirmed / frozen / implemented",
        +  "type": "string"
        +}
    • Removedclawhup_spec_create
    • Removedclawhup_spec_delete
    • Removedclawhup_spec_get
    • Removedclawhup_spec_list
    • Removedclawhup_spec_update
  13. 5 tool updates
    • Addedclawhup_agent_task_report_files
    • Addedclawhup_doc_move
    • Addedclawhup_doc_summarize
    • Addedclawhup_spec_delete
    • Changedclawhup_spec_update4 fields changed
      • addedInput schema / properties / aiSummary
        Added value: +{
        +  "description": "Spec 摘要(≤300字),write-time 由 Claude Code 生成后上传",
        +  "maxLength": 300,
        +  "type": "string"
        +}
      • addedInput schema / properties / changeSummary
        Added value: +{
        +  "description": "修改原因,随 contentTemplate 更新时传入,自动写入修改记录",
        +  "type": "string"
        +}
      • addedInput schema / properties / decision
        Added value: +{
        +  "description": "审核决策: approved / changes_requested / rejected / comment",
        +  "type": "string"
        +}
      • addedInput schema / properties / reviewComment
        Added value: +{
        +  "description": "审核意见原文,status 变更时自动落库",
        +  "type": "string"
        +}
  14. 60 tool updates
    • First observedclawhup_add_material_item
    • First observedclawhup_agent_step_report
    • First observedclawhup_agent_task_complete
    • First observedclawhup_agent_task_create
    • First observedclawhup_agent_task_fail
    • First observedclawhup_agent_task_get
    • First observedclawhup_agent_task_list
    • First observedclawhup_agent_task_start
    • First observedclawhup_agent_task_wait
    • First observedclawhup_append_session_message
    • First observedclawhup_create_benchmark_run
    • First observedclawhup_create_generation_share
    • First observedclawhup_create_material_library
    • First observedclawhup_create_prompt
    • First observedclawhup_create_session
    • First observedclawhup_delete_generation
    • First observedclawhup_delete_material_item
    • First observedclawhup_delete_material_library
    • First observedclawhup_delete_prompt
    • First observedclawhup_delete_session
    • First observedclawhup_delete_share
    • First observedclawhup_doc_add_relation
    • First observedclawhup_doc_create
    • First observedclawhup_doc_create_spec
    • First observedclawhup_doc_get
    • First observedclawhup_doc_list
    • First observedclawhup_doc_update
    • First observedclawhup_execute_prompt
    • First observedclawhup_generate
    • First observedclawhup_generate_stream
    • First observedclawhup_get_benchmark_result
    • First observedclawhup_get_generation
    • First observedclawhup_get_prompt_version
    • First observedclawhup_get_prompt_versions
    • First observedclawhup_get_session
    • First observedclawhup_get_session_messages
    • First observedclawhup_get_share_detail
    • First observedclawhup_get_variable_suggestions
    • First observedclawhup_list_material_items
    • First observedclawhup_list_material_libraries
    • First observedclawhup_list_my_prompts
    • First observedclawhup_list_sessions
    • First observedclawhup_patch_benchmark_item
    • First observedclawhup_patch_material_item
    • First observedclawhup_patch_material_library
    • First observedclawhup_patch_session
    • First observedclawhup_project_list
    • First observedclawhup_prompt_detail
    • First observedclawhup_reproduce_share
    • First observedclawhup_rewrite_generation
    • First observedclawhup_rollback_prompt_version
    • First observedclawhup_save_prompt_version
    • First observedclawhup_search_prompts
    • First observedclawhup_spec_create
    • First observedclawhup_spec_get
    • First observedclawhup_spec_list
    • First observedclawhup_spec_update
    • First observedclawhup_update_generation_visibility
    • First observedclawhup_update_prompt
    • First observedclawhup_update_prompt_content

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables 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.
    16
    9 npm
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables 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
  • A
    license
    Not graded
    quality
    B
    maintenance
    Browse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources