Skip to main content
Glama

dropSession

Clears local session cache for SAP connections while preserving STATEFUL mode to maintain object locks.

Instructions

Clear local session cache (keeps STATEFUL mode so object locks still work).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
connectionNoOptional: SAP connection name to use for THIS call only (overrides the active connection; see listConnections). Immune to server restarts and concurrent switches.
Behavior3/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It states that the tool keeps STATEFUL mode and preserves object locks, which is helpful. However, it does not mention whether the operation is safe to repeat, what exactly gets cleared, or any side effects. For a cache-clearing tool, this is adequate but not fully transparent.

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 a single sentence that immediately states the core action and the important behavioral detail. Every word earns its place; there is no redundancy. It is optimally concise and front-loaded.

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 simple nature of the tool (no output schema, one optional parameter, low complexity), the description covers the essential behavioral distinction from sibling tools (resetSession, etc.). It does not explain return values or error handling, but for a cache clear operation, this is acceptable. However, a brief note on what the tool returns (e.g., success message) would improve completeness.

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?

The schema coverage is 100% (one parameter 'connection' is described in the schema). The description does not add any additional meaning about the parameter or its usage. Since the schema already explains it, the description provides no extra value for parameter semantics.

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 action: 'Clear local session cache'. It also adds the key differentiator: 'keeps STATEFUL mode so object locks still work', which distinguishes it from sibling tools like resetSession. This meets the criterion of specific verb+resource with sibling differentiation.

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 implies when to use this tool (when you want to clear cache without disrupting locks), but it does not explicitly state when not to use it or provide alternatives. There is no mention of context like 'use this instead of resetSession if you need to preserve locks'. Thus, usage guidelines are only implied.

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/rafaelssclaudio/MCP'

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