Skip to main content
Glama
sassoftware

SAS MCP Server

Official
by sassoftware

list_registered_models

Read-onlyIdempotent

List registered models in the SAS Model Repository to identify available model artifacts for selection and deployment.

Instructions

List models in the Model Repository.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum models to return (default 50).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

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

  1. Changed2 schema fields changedv1.2.0
    • addedOutput schema / properties / result / items / additionalProperties
      Added value: +true
    • addedOutput schema / properties / result / items / type
      Added value: +"object"
  2. First observedv0.1.0

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description is not required to repeat these. The description 'List models' is consistent with a safe, idempotent read operation. It adds no extra behavioral context (e.g., about pagination or result ordering), but given the strong annotation coverage, the minimal description meets the baseline.

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, clear sentence with no wasted words. It is appropriately sized for a simple list operation and front-loads the action and resource. No unnecessary elaboration.

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?

Given the presence of an output schema, a well-documented parameter schema, and comprehensive annotations, the description is adequate but not rich. It does not clarify what constitutes a 'registered model' versus other model states (e.g., champion models) or whether any implicit scoping exists. However, for a simple list operation, the essentials are covered, so it is minimally complete.

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?

There is only one parameter (limit) and the schema fully describes it with default and meaning (100% coverage). The tool description adds nothing beyond the schema, so the baseline score of 3 applies. It neither clarifies nor obscures the parameter.

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 'List models in the Model Repository' clearly states the action (list) and the resource (models in the Model Repository). It is specific enough to distinguish from sibling tools like list_jobs or list_ml_projects by naming the resource type. However, it does not explicitly differentiate it from other model-related listing tools, but the resource name is sufficient.

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 provides no guidance on when to use this tool versus alternatives, such as other listing tools or model-specific actions like register_ml_champion_model. There is no mention of prerequisites, filters, or typical use cases. Without any contextual hints, an agent may not know when this is the appropriate choice.

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