Skip to main content
Glama

context

Save and retrieve conversion data for SQL to PySpark, with real-time SQL analysis to assist in code translation.

Instructions

Store, retrieve, and work with SQL/PySpark conversion context.

Modes:

store Store additional context data for a conversion. Parameters: conversion_id (required), context_data (required)

get Retrieve stored context for a conversion. Parameters: conversion_id (required)

assist Real-time SQL assistance — analyze and convert as you edit. Parameters: sql_query or selected_text

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYes
sql_queryNo
context_dataNo
conversion_idNo
selected_textNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Describes main behaviors (store, get, assist) and their parameters. No annotations provided, so description carries full burden. Missing details on persistence, side effects, or errors; partially compensates but could be more 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?

Concise and well-structured with markdown headers and bullet points. Each sentence serves a purpose; no fluff. Efficiently presents three modes and their parameters.

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?

Covers core functionality and parameter usage per mode. Lacks description of return values (though output schema exists) and error behavior. With moderate complexity, more detail on outputs would improve completeness.

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

Parameters4/5

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

With 0% schema description coverage, the description adds essential meaning by mapping parameters (conversion_id, context_data, sql_query, selected_text) to specific modes. Could include more detail on expected formats (e.g., context_data as JSON).

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?

Clearly states verb and resource: 'Store, retrieve, and work with SQL/PySpark conversion context.' Lists three distinct modes with specific purposes, differentiating it from sibling tools like convert and analyze.

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?

Provides explicit guidance on when to use each mode (e.g., store for additional context, get for retrieval, assist for real-time SQL help). Lacks explicit when-not-to-use or alternative tool references, but usage context is clear.

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/AnnasMazhar/pyspark_mcp'

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