Skip to main content
Glama
ambient-code

Ambient Code Platform MCP Server

by ambient-code

acp_bulk_restart_sessions

Restart multiple stopped sessions in the Ambient Code Platform MCP Server to resume interrupted AI agent tasks. Supports batch operations for up to 3 sessions with confirmation required for safety.

Instructions

Restart multiple stopped sessions (max 3). Requires confirm=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectNoProject/namespace name (uses default if not provided)
sessionsYesList of session names (max 3)
confirmNoRequired for destructive operations (default: false)
dry_runNoPreview without executing (default: false)
Behavior3/5

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

No annotations provided, so description carries full burden. Discloses two important behavioral constraints: target must be 'stopped' sessions and 'confirm=true' is mandatory. However, missing side effects (what happens to running sessions in the list?), error behavior, and whether operation is atomic or partial on failure.

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 zero waste. Front-loaded with the core action followed by critical constraints. Every word earns its place; no redundant explanation of parameters already well-documented in schema.

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

Completeness3/5

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

Adequate for a 4-parameter destructive operation lacking annotations or output schema. Covers the operation scope and safety prerequisite. Missing return value description (what indicates success?) and explicit differentiation from the numerous sibling bulk tools, which would help in this crowded namespace.

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?

Input schema has 100% coverage, establishing baseline 3. Description repeats the 'max 3' constraint already in schema and adds emphasis on the confirmation requirement, but does not add syntax details, example formats, or semantics beyond what the schema already provides clearly.

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?

Clearly states the action (restart), resource (sessions), and scope (multiple, max 3). Specifies 'stopped' sessions, which distinguishes from general restart operations. However, does not explicitly differentiate from sibling 'acp_bulk_restart_sessions_by_label' (explicit names vs label targeting).

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?

Provides constraint-based guidance (max 3, requires confirm=true) implying safety-critical usage, but lacks explicit guidance on when to choose this over the single 'acp_restart_session' or the label-based bulk variant. Usage is implied rather than stated.

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/ambient-code/mcp'

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