Skip to main content
Glama
sassoftware

SAS MCP Server

Official
by sassoftware

promote_table_to_memory

Load a table into CAS memory and promote it to global scope, making it accessible to all sessions. Idempotent operation that does not reload already promoted tables.

Instructions

Load a source table into CAS memory at global scope (visible to all sessions).

Loads the table from its caslib data source and promotes it to global scope via the casManagement updateTableState API. Idempotent: if the table is already loaded in global scope it is left untouched. Use list_source_tables to discover unloaded tables that can be promoted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
server_idYesCAS server name or ID.
caslib_nameYesCaslib containing the table.
table_nameYesTable to load and promote.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Discloses the underlying API ('casManagement updateTableState'), idempotency (untouched if already loaded), and loading source (from caslib data source). No annotations provided, so description carries full burden; it adequately explains the behavior but could mention permission requirements or memory implications.

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 extremely concise (two sentences plus a reference) and front-loaded with the main purpose. Every sentence adds value, with no redundant or extraneous information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the presence of an output schema (handling return values) and full parameter documentation, the description covers all essential aspects: action, scope, API details, idempotency, and sibling tool relation. It is complete for a straightforward loading tool.

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% with clear parameter descriptions. The tool description does not add significant extra meaning beyond what the schema provides, only contextualizing the parameters' role in promoting to global scope. 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 action ('Load a source table into CAS memory at global scope') with a specific verb ('Load'), resource ('source table'), and scope ('global'). It distinguishes itself from sibling tools like 'list_source_tables' by explaining its role in promoting tables.

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 context for when to use this tool (after discovering unloaded tables via 'list_source_tables') and mentions idempotency. However, it does not explicitly state when not to use it or list alternatives for other scenarios, such as using 'list_castables' for already loaded tables.

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