Skip to main content
Glama
GT-dinuo

server-ops-mcp

by GT-dinuo

confirm_execute

Confirm and execute server operations that require a secondary approval, such as file writes or deletions, by providing the confirmation ID.

Instructions

确认并执行需要二次确认的操作(如 file_write、file_delete、nginx_reload 等)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmationIdYes需要确认的操作 ID,由之前的工具调用返回
Behavior3/5

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

No annotations are provided, so the description must fully disclose behavior. It states the tool confirms and executes, implying a mutation, but lacks details on side effects, irreversibility, or what happens on failure. The description is adequate but not rich.

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 sentence that immediately states the action and provides examples. Every word adds value, with no redundancy.

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 confirmation tool with one parameter, the description covers the essential purpose and usage context. It does not explain return values, but that is acceptable given no output schema and the straightforward nature of the tool.

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% for the single parameter. The tool description does not add new meaning beyond the schema's description. Baseline score of 3 is appropriate.

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 confirms and executes operations requiring secondary confirmation, with explicit examples like file_write, file_delete, and nginx_reload. This distinguishes it from siblings which are the operations themselves.

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 indicates when to use the tool (for operations needing secondary confirmation) and implicitly when not to use it (for operations that don't require confirmation). It could provide more explicit guidance on alternatives or prerequisites.

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/GT-dinuo/server-ops-mcp'

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