Skip to main content
Glama

start_reverse_task

Creates a structured workspace for JS reverse engineering tasks, generating task.json, state.json, report.md, and first timeline entry.

Instructions

Initialize a task artifact directory with task.json, state.json, report.md, and first timeline entry.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
goalYes
taskIdYes
taskSlugYes
targetUrlYes
currentStageNo
targetContextNo
currentSummaryNo
successCriteriaNo
Behavior3/5

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

The description discloses that the tool creates task.json, state.json, report.md, and a first timeline entry, which aligns with readOnlyHint=false. However, it does not mention whether existing files are overwritten, whether parent directories are created, or any other side effects.

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?

The description is a single, front-loaded sentence that efficiently states the action and the specific outputs. It contains no unnecessary words or repetition.

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

Completeness2/5

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

For a tool with eight parameters, nested objects, and no output schema, the description is too sparse. It does not explain the purpose of the artifact directory within the reverse task workflow, what the timeline entry represents, or how this step fits with other tools.

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

Parameters2/5

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

None of the eight parameters are described in the tool description, leaving complex nested objects like targetContext and successCriteria without explanation. Since schema description coverage is 0%, the description should compensate but fails to do so.

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 uses the specific verb 'Initialize' and identifies the resource as the 'task artifact directory', listing the files created. While this clearly conveys the action, it does not explicitly differentiate from sibling tools such as create_reverse_task_from_request or manage_reverse_task.

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool versus alternatives like create_reverse_task_from_request or orchestrate_reverse_task. The description simply states the action without contextual cues about prerequisites or workflow placement.

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