Skip to main content
Glama
rampify-dev

Rampify MCP Server

by rampify-dev

update_feature_spec

Update feature specifications to track progress by marking tasks and criteria as complete, adjusting overall status, and advancing next actions in the Rampify MCP Server.

Instructions

Update a feature spec to reflect actual progress. Mark tasks and criteria as complete, update spec status, and advance next_action.

Use this after completing work described in a spec task. Returns a suggested_commit message string.

Examples:

  • Mark a task complete: { spec_id, task_id, task_status: "completed" }

  • Update overall status: { spec_id, status: "in_progress" }

  • Mark a criterion verified: { spec_id, criterion_id, criterion_status: "verified" }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
spec_idYesUUID of the feature spec to update (required)
statusNoNew status for the overall spec
next_actionNoManually override next_action. Auto-advanced after task completion if omitted.
task_idNoUUID of the task to update (from get_feature_spec tasks array)
task_statusNoNew status for the task
criterion_idNoUUID of the criterion to update (from get_feature_spec criteria array)
criterion_statusNoNew status for the criterion
add_taskNoAdd a new task to the spec
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It reveals that the tool returns a 'suggested_commit message string' and mentions auto-advancement of next_action, which are valuable behavioral details. However, it doesn't cover important aspects like whether this is a destructive operation, what permissions are required, or error handling for invalid updates.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately sized and front-loaded with the core purpose in the first sentence. The examples are helpful but could be more concise. Every sentence serves a purpose, though the structure could be slightly improved by separating the examples more clearly from the usage guidance.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (8 parameters with nested objects) and absence of both annotations and output schema, the description provides adequate but incomplete context. It explains the purpose and gives usage examples but doesn't fully address behavioral aspects like side effects, error conditions, or the format of the return value beyond 'suggested_commit message string'.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all 8 parameters thoroughly with descriptions and enums. The description adds some value through the examples that show how parameters combine in practical use cases, but doesn't provide additional semantic context beyond what's in the schema. This meets the baseline for high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose with specific verbs ('update', 'mark', 'advance') and resources ('feature spec', 'tasks', 'criteria', 'spec status', 'next_action'). It distinguishes from sibling tools like 'create_feature_spec' and 'get_feature_spec' by focusing on updating existing specs rather than creating or retrieving them.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use the tool ('after completing work described in a spec task') and offers examples of specific use cases. However, it doesn't explicitly state when NOT to use it or mention alternatives among siblings (e.g., when to use create_feature_spec vs. update_feature_spec).

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rampify-dev/rampify-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server