Skip to main content
Glama

session_create

Create a gateway session record for a provider such as Claude, Codex, Gemini, Grok, Mistral, Devin, or Cursor. Returns a UUID for bookkeeping and session management.

Instructions

Create a gateway session record for a provider. NOTE: this is gateway bookkeeping (a plain UUID), not a provider-native session; Codex resume needs a real Codex UUID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cliYesProvider type (claude|codex|gemini|grok|mistral|grok-api)
descriptionNoSession description
setAsActiveNoSet as active session
Behavior4/5

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

Annotations show readOnlyHint=false, indicating a write operation. The description confirms creation and adds critical behavioral context: the session is a plain UUID for gateway bookkeeping, not a provider-native session. This goes beyond annotations by clarifying the nature of the created session, though it does not cover potential side effects or permissions.

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 two sentences long, each conveying essential information without fluff. The first sentence states the core action, and the second adds a crucial caveat. No wasted words.

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?

Given the tool's simplicity and no output schema, the description adequately explains the purpose and key nuance. It could mention the return format (likely a session ID) for completeness, but the provided context is sufficient for most use cases.

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%, so the description does not need to add parameter details. It does not provide any additional meaning beyond what the schema already describes (cli enum, description, setAsActive default). Baseline 3 is appropriate.

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 creates a 'gateway session record for a provider' and distinguishes it from 'provider-native session' with a specific note about Codex UUIDs. The verb 'create' is specific and the resource 'session record' is well-defined, differentiating from sibling tools like session_delete or session_list.

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

Usage Guidelines4/5

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

The description provides clear context about what the tool does (gateway bookkeeping) and explicitly cautions that Codex resume needs a real Codex UUID, implying when not to use it. However, it does not explicitly list alternative tools or conditions for using this versus other session operations.

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/verivus-oss/llm-cli-gateway'

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