Skip to main content
Glama
stan13

ripper-mcp

by stan13

complete_task

Update a task's completion status by providing its task ID. Set completed to false to reopen a task.

Instructions

Mark a task done (or reopen it). Use list_tasks to get the taskId. Set completed=false to reopen.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskIdYesId of the task (from list_tasks).
completedNotrue to complete (default), false to reopen.
Behavior3/5

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

No annotations are provided, so the description must handle disclosure. It describes the toggle behavior but does not mention idempotency, side effects (e.g., notifications), or permissions. The description adequately covers basic behavior but lacks depth.

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

Conciseness5/5

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

Two sentences with no wasted words. Every sentence adds essential information: purpose first, then parameter clarification. Highly efficient.

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

Completeness4/5

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

For a simple toggle tool with two parameters and no output schema, the description covers the core functionality and provides a usage hint. It could mention the result on success, but the brevity is sufficient given the tool's simplicity.

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

Parameters4/5

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

Schema coverage is 100% with descriptions for both parameters. The description adds value by explaining the default for 'completed' and providing a usage hint for taskId ('from list_tasks').

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: 'Mark a task done (or reopen it).' It specifies the verb (mark done/reopen), the resource (task), and distinguishes from siblings like update_task by focusing specifically on completion status.

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 advises using list_tasks to obtain the taskId and explains the completed parameter (false to reopen). It implies when to use the tool but does not explicitly state when not to use it or compare to update_task.

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/stan13/ripper-mcp'

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