Skip to main content
Glama
Ashu-codeai

jioaicloud-mcp-server

by Ashu-codeai

jio_import_session

Import a browser localStorage userData JSON to establish a local JioAICloud session and unlock it with your passphrase for backup management.

Instructions

Import a browser userData JSON blob (from localStorage) to create a local session, then unlock with passphrase.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userDataJsonYesJSON string of JioAICloud userData from browser localStorage
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It states that importing creates a local session, but does not disclose whether it overwrites an existing session, requires prior authentication, makes network calls, or how the passphrase step is handled. The mention of unlocking without a passphrase parameter is unclear and potentially misleading.

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 a compact single sentence (13 words) that front-loads the main action. It is concise, though the 'then unlock with passphrase' clause adds a possibly unnecessary ambiguity; still, it earns a high score for brevity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the auth-related context with siblings like jio_login and jio_unlock_passphrase, the description does not explain the overall workflow, what the tool returns (no output schema exists), or whether the unlock step is separate. This is a significant gap for a tool that restores a session from browser data.

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 description coverage is 100%, and the description of the parameter in prose ('browser userData JSON blob') mirrors the schema's 'JSON string of JioAICloud userData from browser localStorage' without adding meaningful new semantics like format, size, or validation requirements. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Import') and resource ('browser userData JSON blob') to state what the tool does, and it is distinct from sibling tools like jio_login and jio_unlock_passphrase. However, the phrase 'then unlock with passphrase' creates ambiguity about whether this tool performs the unlock or a separate step, slightly weakening clarity.

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 context of use is implied: when you have a saved userData JSON from browser localStorage to create a local session. However, it does not explicitly mention alternatives (e.g., jio_login for fresh logins) or when not to use this tool, so it offers only implied guidance.

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/Ashu-codeai/jioaicloud-mcp-server'

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