Skip to main content
Glama
Ringer

warp-mcp

by Ringer

Submit a port-in request

port_submit_request

Submit a port request to NPAC after ensuring LOA and project validation are complete. Requires step-up MFA for execution.

Instructions

Submit the port to NPAC. Gated on (1) every off-net SPID group having a current LOA (generate one with port_generate_loa or upload with port_upload_document) and (2) the project being submittable (validate first with port_validate_request). Requires step-up MFA. On the LOA gate a 409 CONFLICT is returned whose error.details has reason="loa_required" and groups=[{spid, tn_count, reason: "missing"|"stale"}]; other 409s carry error.details.reason from the submit blocker. After submitting, track with port_get_progress and port_get_statistics. Errors: NOT_FOUND, CONFLICT, TNIQ_ERROR.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPort request UUID (from port_list_requests or port_create_request)
Behavior5/5

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

Beyond annotations (readOnlyHint=false, destructiveHint=false), the description discloses that 'Requires step-up MFA' and details the 409 CONFLICT response structure including error.details.reason and groups. This provides critical operational context not captured in annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is relatively concise but packs dense information including gates, error details, and post-submission tracking. It could be slightly more compact, but it remains well-structured and front-loaded with the core purpose. No wasted sentences.

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?

Given the tool's complexity (multiple failure modes, MFA requirement, post-submission steps) and the absence of an output schema, the description covers all essential aspects: prerequisites, error handling, and follow-up actions. No gaps remain for effective use.

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?

With 100% schema description coverage, the schema already documents the 'id' parameter. The description adds minor value by specifying the id's source (port_list_requests or port_create_request), but this is not essential. Baseline 3 is appropriate as the description does not significantly enhance parameter understanding.

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 'Submit the port to NPAC.' as the core action, which is a specific verb and resource. It distinguishes itself from sibling tools by referencing prerequisite steps like port_generate_loa and port_validate_request, making its role in the workflow explicit.

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

Usage Guidelines5/5

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

The description explicitly lists two gating conditions (LOA presence and project submittability) and directs the agent to specific tools for handling each gate. It also recommends tracking tools (port_get_progress, port_get_statistics) after submission, effectively guiding when and when not to use this tool.

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