Skip to main content
Glama
xgr-network

XGR MCP Gateway

Official
by xgr-network

Get live XDaLa session status

get_session_status_live

Check live session status on XGR blockchain by providing a session owner and session ID. Returns whether the session is alive.

Instructions

Use this to check live session status from XGR RPC. Returns xgr_sessionAlive for a session owner and session id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sessionIdYes
ownerYes
Behavior3/5

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

No annotations are provided, so the description must disclose behavioral traits. It mentions that the tool uses XGR RPC and returns a live status, implying a read-only operation. However, it does not describe authentication needs, rate limits, or potential side effects, which would be valuable for an agent.

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 consists of two concise sentences that convey the tool's purpose and basic behavior with no wasted words. It is front-loaded with the key action.

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?

For a simple status-check tool with two required parameters and no output schema, the description sufficiently covers the return field (xgr_sessionAlive) and the source (XGR RPC). It is complete enough given the absence of complex output.

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

Parameters2/5

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

The input schema has no descriptions for its two parameters, and the description only mentions 'session owner and session id' without explaining formats or constraints. The pattern for owner (Ethereum address) is in the schema but not in the description. The description adds minimal meaning beyond the 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?

The description clearly states the tool checks live session status from XGR RPC and returns a specific field (xgr_sessionAlive). It specifies the action (check status) and resource (XDaLa session), distinguishing it from sibling tools like get_xdala_session_detail which likely return more comprehensive data.

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 explicitly says 'Use this to check live session status', but does not provide guidance on when not to use or mention alternatives. There are sibling tools like get_xdala_session_detail that might also provide session information, but no exclusion criteria are given.

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/xgr-network/xgr-mcp'

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