Skip to main content
Glama
impossiblecode

overseer-nvim-mcp

Restart an overseer task

overseer_restart
Destructive

Restart a task by ID or name substring, stopping it first if running. Use force to restart tasks started by the user; ambiguous names list matching candidates.

Instructions

Restart a task by id or name substring (stops it first if running). A name matching more than one task is an error listing the candidates; pass a numeric id instead. Running tasks the user started are refused unless force is set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskYes
forceNo
Behavior5/5

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

Beyond the destructiveHint annotation, the description discloses important behaviors: automatic stop-before-restart, ambiguous-name error listing candidates, and refusal of user-started running tasks unless force is set. This significantly enriches the agent's understanding of side effects and restrictions.

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?

Three concise sentences, each carrying essential information without redundancy. Front-loaded with the primary action and followed by necessary caveats and error behavior.

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

Completeness5/5

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

The description is complete for a restart operation: it covers input selection, error conditions, and safety restrictions. No output schema is present, but return values are not critical for this destructive action, and the description provides enough context for correct invocation.

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

Parameters5/5

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

Despite zero schema description coverage, the description explains both parameters: task can be a numeric id or name substring, and force overrides the refusal of running user-started tasks. This fully compensates for the schema's lack of descriptive text.

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 restarts a task by id or name substring, using a specific verb and resource. It distinguishes itself from sibling tools like overseer_stop by explicitly noting it stops the task first if running.

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 gives practical usage guidance: use a numeric id when a name matches multiple tasks, and set force to override refusal of user-started running tasks. It does not explicitly contrast with alternatives but provides clear contextual usage rules.

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/impossiblecode/overseer-nvim-mcp'

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