Skip to main content
Glama

tenki_list_exposed_ports

Read-onlyIdempotent

Find which ports are exposed for a sandbox session ID to see available preview URLs and service endpoints.

Instructions

List the ports currently exposed from a sandbox.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYesSandbox session id (UUID), from tenki_create_sandbox or tenki_list_sandboxes.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.0

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true, fully covering the safety and idempotency profile. The description adds no further behavioral context beyond restating the action—it does not mention response format, prerequisites like an active sandbox, or any edge behavior. Since annotations carry the safety burden, a score of 3 is appropriate.

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 of seven words, with no filler. The purpose is front-loaded and immediately clear, making it highly efficient for an agent to parse.

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 listing tool, the description states the action, and the required parameter is fully documented in the schema. While there is no output schema, the description 'List the ports' implies the return type. The only minor gap is the lack of explicit return format, but this is not critical for a list operation.

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?

The input schema provides a descriptive comment for session_id, including its purpose and origin. The tool description itself adds no parameter-specific details. With 100% schema coverage, the baseline of 3 is correct because the schema does the heavy lifting.

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 uses the specific verb 'List' and the resource 'ports currently exposed from a sandbox', clearly distinguishing this tool from siblings like tenki_expose_port and tenki_unexpose_port. An agent can immediately understand what is being listed and for which entity.

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?

The description does not provide explicit guidance on when to use this tool or mention any alternative tools. The usage is implied by the verb and resource, but there is no 'use this when...' or 'instead of...' statement, leaving the agent to infer the appropriate context on its own.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools