Skip to main content
Glama
Ringer

warp-mcp

by Ringer

Set auto-activation policy

port_set_auto_activation
Idempotent

Set whether a port request activates automatically without a manual call. Modes: disabled, as soon as FOC is reached, or at a scheduled time.

Instructions

Update the port project's auto-activation mode so numbers activate without a manual port_activate call. Modes: DISABLED (manual only), ASAP (activate as soon as FOC is reached), SCHEDULED (activate at scheduled_at, which is required for that mode). Errors: INVALID_PAYLOAD, NOT_FOUND, TNIQ_ERROR.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPort request UUID (from port_list_requests or port_create_request)
modeYesAuto-activation mode: DISABLED | ASAP | SCHEDULED (SCHEDULED requires scheduled_at)
scheduled_atNoISO 8601 timestamp for SCHEDULED mode, e.g. 2026-08-01T14:00:00Z; required when mode=SCHEDULED
Behavior4/5

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

Annotations already provide idempotentHint=true, destructiveHint=false, readOnlyHint=false. The description adds meaningful context: what the update does (activates numbers without manual call), mode-specific behavior (FOC for ASAP), and error codes. It doesn't contradict annotations.

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 sentences: first states purpose, second lists modes with brief descriptions, third lists errors. No fluff, front-loaded with the core action. Every sentence adds value.

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 mutation tool with idempotentHint, the description sufficiently explains what it does and when to use it. No output schema exists, but the description doesn't need to detail return values. Slight gap: no mention of response behavior, but not critical given simplicity.

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

Parameters4/5

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

Schema covers all 3 params with descriptions (100% coverage). The description reinforces the dependency of scheduled_at on mode=SCHEDULED and adds behavioral context for each mode (e.g., 'activate as soon as FOC is reached' for ASAP), which the schema does not provide.

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?

Description clearly states it updates the auto-activation mode, enumerates the three modes with concise explanations, and distinguishes from the manual port_activate call. The verb 'update' and resource 'port project's auto-activation mode' are specific.

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 explains the benefit of using this tool (avoid manual port_activate call) and describes each mode's behavior. However, it does not explicitly state when not to use it or mention alternatives like port_activate for manual activation. The context of sibling tools partially compensates.

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/Ringer/warp-mcp'

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