Skip to main content
Glama
sassoftware

SAS MCP Server

Official
by sassoftware

submit_batch_job

Submit SAS code for asynchronous batch execution via the Job Execution service, with optional job naming. Retrieve results when done.

Instructions

Submit a SAS job for asynchronous execution via the Job Execution service.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sas_codeYesSAS code to execute.
job_nameNoOptional descriptive name for the job.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the full burden of disclosing behavior. It mentions 'asynchronous execution' which is a key behavioral trait, but does not disclose what the tool returns or any side effects (e.g., job ID creation, resource consumption). The existence of an output schema partially mitigates this, but the description could be richer.

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 of 11 words, front-loaded with the action verb 'Submit'. Every word serves a purpose, making it concise and efficient.

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?

The description covers the basic purpose and asynchronous nature, but given the complexity of job submission and the presence of sibling tools for monitoring (e.g., 'get_job_status', 'cancel_job'), it lacks contextual completeness by not mentioning how to track or manage the submitted job. The output schema exists but is not referenced.

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 baseline is 3. The description adds no additional meaning to parameters beyond what the schema already provides (e.g., 'SAS code' and 'optional descriptive name'). Hence no extra value.

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 clearly states the verb 'submit' and the resource 'SAS job' with the key detail 'asynchronous execution'. However, it does not explicitly differentiate from sibling tool 'execute_sas_code', which may be synchronous, so it misses a chance to clarify unique purpose.

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?

The description implies asynchronous usage but provides no explicit guidance on when to use this tool versus alternatives like 'execute_sas_code' (synchronous) or 'cancel_job' (after submission). There is no mention of scenarios or exclusions.

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/sassoftware/sas-mcp-server'

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