Skip to main content
Glama

Bootstrap AlmaEsami Session

almaesami_bootstrap_session

Create a server-side session from an almaesami JSESSIONID cookie header, returning an opaque session ID without echoing the original cookie.

Instructions

Creates a server-side session from an existing almaesami cookie header (JSESSIONID cookie header for almaesami.unibo.it). Returns an opaque session_id; the cookie is never echoed back.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelNoalmaesami-bootstrap
cookiesYesJSESSIONID cookie header for almaesami.unibo.it
Behavior3/5

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

Discloses that the cookie is not echoed back and returns an opaque session_id, but lacks details on error conditions, session lifetime, or idempotency. With no annotations, this is a moderate effort.

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?

Two sentences, no fluff. Every word adds value.

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?

Adequate for a simple bootstrap tool, but missing workflow context (e.g., that this precedes other almaesami tools) and error behavior. No output schema shifts burden to description, which is only partially met.

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?

Schema coverage is 50%; description only repeats the cookie schema description and does not explain the 'label' parameter. Fails to compensate for undocumented parameters.

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?

Description clearly states the verb (creates) and resource (server-side session from existing cookie), and distinguishes from siblings like rps_bootstrap_session by specifying the almaesami domain.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives (e.g., almaesami_get_env_session) or when not to use it. The context is implied but not explicit.

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/gattaa/uniboh'

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