Skip to main content
Glama
sassoftware

SAS MCP Server

Official
by sassoftware

create_ml_project

Create an AutoML pipeline automation project from a global CAS table. Verify the training table is loaded, and receive actionable error if not, then run pipelines automatically.

Instructions

Create a new AutoML pipeline automation project from a CAS table.

The training table must already be loaded into CAS memory at global scope. This tool verifies that first and returns an actionable error otherwise (use promote_table_to_memory to load + promote a source table, and list_source_tables to find one). The data-table URI is built from server_id/caslib_name/table_name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
auto_runNoWhether to automatically run pipelines after creation (default True).
server_idNoCAS server name or ID (default 'cas-shared-default').cas-shared-default
table_nameYesName of the (loaded, global) training table.
caslib_nameYesCaslib containing the training table.
descriptionNoOptional project description.
project_nameYesName for the project.
prediction_typeNo'binary', 'interval', or 'nominal' (default 'binary').binary
target_variableYesName of the target/response variable.
target_event_levelNoTarget event level for binary/nominal classification (default '1').1

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed5 schema fields changedv1.2.0
    • addedInput schema / properties / caslib_name
      Added value: +{
      +  "description": "Caslib containing the training table.",
      +  "type": "string"
      +}
    • removedInput schema / properties / data_table_uri
      Removed value: -{
      -  "description": "URI of the training data table (e.g. '/dataTables/dataSources/cas~fs~cas-shared-default~fs~Public/tables/HMEQ').",
      -  "type": "string"
      -}
    • addedInput schema / properties / server_id
      Added value: +{
      +  "default": "cas-shared-default",
      +  "description": "CAS server name or ID (default 'cas-shared-default').",
      +  "type": "string"
      +}
    • addedInput schema / properties / table_name
      Added value: +{
      +  "description": "Name of the (loaded, global) training table.",
      +  "type": "string"
      +}
    • changedInput schema / required
      Previous value: -[
      -  "project_name",
      -  "data_table_uri",
      -  "target_variable"
      -]New value: +[
      +  "project_name",
      +  "caslib_name",
      +  "table_name",
      +  "target_variable"
      +]
  2. First observedv0.1.0

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already indicate it's not read-only (readOnlyHint=false), so the description need not repeat that. It adds context about the verification step ('This tool verifies that first and returns an actionable error otherwise') and explains the URI construction from server_id/caslib_name/table_name. This goes beyond annotations and helps the agent understand side effects and dependencies.

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 tightly worded, with the core purpose stated first, followed by essential prerequisites and guidance. There is no fluff; every sentence contributes value. The structure is clear and front-loaded, making it easy to scan.

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 complexity (9 params) and the existence of an output schema, the description covers the critical aspects: prerequisites (table in global scope), verification behavior, and URI construction. It doesn't need to explain return values since an output schema exists. The description is complete for the agent to understand when to use it and what it does.

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?

Schema coverage is 100%, so all parameters have descriptions. The description adds extra meaning by explaining that the training table must be loaded globally and that the URI is built from server_id/caslib_name/table_name, which clarifies the relationship between those parameters. This added context goes beyond what the schema provides.

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: 'Create a new AutoML pipeline automation project from a CAS table.' It specifies the resource (CAS table) and the purpose (AutoML pipeline automation), and it distinguishes itself from sibling tools like run_ml_project (running a project) and list_ml_projects (listing). This is a specific verb+resource pair with clear differentiation.

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

Usage Guidelines5/5

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

The description provides explicit prerequisites: 'The training table must already be loaded into CAS memory at **global** scope.' It even names alternative tools for preparation: 'use promote_table_to_memory to load + promote a source table, and list_source_tables to find one.' This gives clear when-to-use and when-not-to-use guidance, and points to alternatives for those prerequisites.

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