Skip to main content
Glama

manage_reverse_task

Manage JS reverse engineering tasks via a single entry point for list, update, progress, search, archive, tag, compare, and more. Reduces tool-selection overhead in the MCP server.

Instructions

Unified reverse task entry for list/get/summarize/progress/update/timeline/archive/restore/search/tag/prune/compare actions. Preferred task-management entry to reduce tool-selection overhead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNo
goalNo
nextNo
tagsNo
limitNo
queryNo
stageNo
actionYes
detailNo
resultNo
statusNo
taskIdNo
taskSlugNo
targetUrlNo
outputModeNo
otherTaskIdNo
replaceTagsNo
currentStageNo
nextStepHintNo
evidenceLimitNo
timelineLimitNo
currentSummaryNo
timelineActionNo
timelineStatusNo
includeArchivedNo
successCriteriaNo
pruneOlderThanDaysNo
Behavior2/5

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

Annotations only provide readOnlyHint=false, which is weak. The description lists mutating actions like archive, prune, and update, but does not disclose side effects, permissions, or consequences. It relies on the action names to imply behavior, which is insufficient for a tool with many state-changing operations.

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 two sentences, front-loaded with the core purpose, and contains no fluff. It is appropriately concise for a high-level statement, though more detail could have been added without harming structure.

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

Completeness1/5

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

Given the enormous complexity (27 params, 12 actions, nested objects, no output schema), the description is woefully incomplete. It does not explain action-parameter relationships, return formats, error conditions, or any operational context. The agent would struggle to invoke this tool correctly without external documentation.

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

Parameters1/5

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

With 27 parameters and 0% schema description coverage, the description does nothing to explain what parameters mean or how they map to actions. The action list in the description gives a hint (e.g., 'tag' likely uses 'tag'), but no explicit mapping or semantics are provided. This is a severe gap for such a parameter-rich tool.

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

Purpose4/5

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

The description clearly states it is a unified entry for multiple named actions (list/get/summarize/etc.) on reverse tasks, making the tool's purpose explicit. However, it does not contrast with sibling tools like orchestrate_reverse_task or start_reverse_task, so it lacks full distinction.

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

Usage Guidelines3/5

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

It says 'Preferred task-management entry to reduce tool-selection overhead,' which gives a clear usage context: prefer this for task management actions. But it does not explicitly state when not to use it or name alternatives, leaving room for ambiguity.

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/NoOne-hub/JSReverser-MCP'

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