Skip to main content
Glama
mguttmann
by mguttmann

Getting a remote session

action1_get_remote_session
Read-onlyIdempotent

Retrieve details of a remote session by ID and endpoint. View session status, permissions, and configuration.

Instructions

Getting a remote session. Gets details for an existing remote session specified by ID. Perm: remote_connect.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
org_idNoOrg UUID.
verboseNoSkip per-item compactor.
session_idYesProvide a specific remote session ID.
endpoint_idYesProvide an endpoint ID.
response_formatNoOutput format. Default markdown.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Adds value beyond annotations by specifying the required permission. Annotations already indicate read-only and non-destructive nature; description complements with access control info. 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.

Conciseness3/5

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

Conveys purpose and permission in two sentences, but first sentence is somewhat redundant with the title. No extraneous information, but could be tighter.

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?

Provides essential information for a read tool but does not elaborate on response format or parameter specifics (though output schema exists to cover return values). Adequate for a simple retrieval 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?

Schema coverage is 100% with all parameters described. Description does not add additional meaning beyond what is already in the input schema.

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?

Clearly states the verb 'get' and resource 'remote session details' and specifies identification by ID. Distinguishes from sibling tools like action1_create_endpoint_remote_session and action1_update_remote_session.

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?

Mentions permission requirement ('Perm: remote_connect') but lacks explicit guidance on when to use versus alternatives or when not to use. Provides basic context.

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/mguttmann/action1-mcp'

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