Skip to main content
Glama
Ringer

warp-mcp

by Ringer

Get port-in progress

port_get_progress
Read-onlyIdempotent

Retrieve a live TNIQ progress snapshot for a port project to track per-TN states, FOC readiness, and verify activatability before port activation.

Instructions

Get the live TNIQ progress snapshot for the port project. Use to track a submitted port (per-TN states, FOC readiness) and to check whether it is activatable before port_activate. For aggregate counts use port_get_statistics. Errors: NOT_FOUND, TNIQ_ERROR.

Input Schema

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

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

Annotations already declare read-only, idempotent, non-destructive. Description adds that it provides a 'live' snapshot and lists possible errors (NOT_FOUND, TNIQ_ERROR). No contradictions.

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 defines the tool, second explains usage, third provides alternatives and errors. No wasted words; front-loaded with key information.

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 read-only tool with one parameter and no output schema, the description is complete enough. It specifies the type of data (per-TN states, FOC readiness) and mentions activatability check. Lack of output schema is mitigated by the description's clarity.

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% description coverage for the single parameter 'id'. The description does not add new semantics beyond the schema, which already states it's a port request UUID. Baseline 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 it gets a live TNIQ progress snapshot for a port project, tracking per-TN states and FOC readiness. It distinguishes from port_get_statistics, which provides aggregate counts, and from port_get_history and port_get_request, which are different in nature.

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?

Explicitly tells when to use: for tracking submitted port progress and checking activatability before port_activate. Provides an alternative for aggregate counts (port_get_statistics). Could be improved by mentioning when not to use (e.g., for historical data or request details).

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