list-tables

List tables in a SAS Viya library after validating its server type.

1|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/sassoftware/sas-score-mcp-serverjs --skill list-tables
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: list-tables
Source: https://github.com/sassoftware/sas-score-mcp-serverjs/tree/main/.skills/skills/list-tables
Command: npx skills add https://github.com/sassoftware/sas-score-mcp-serverjs --skill list-tables

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

List tables in a SAS Viya library after validating the library exists and identifying its server (CAS or SAS).

Core Features & Use Cases

  • Verify library existence and server type, ensuring correct context for table listing.
  • List tables in the verified library using the appropriate server and display results for exploration, model development, or data preparation.
  • Use case: you want to enumerate all tables in Public to determine which contain relevant data for a project.

Quick Start

Ask it to list tables in a library, for example list tables in Public.

Frequently Asked Questions about list-tables

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list tables in a SAS Viya library?

To list tables in a SAS Viya library, you can use this functionality to verify the library exists and identify its server type, then enumerate all available tables for data exploration or model development.

What is the best way to check if a SAS library exists before listing its tables?

Checking if a SAS library exists involves validating the library and identifying its server type, either CAS or SAS, ensuring the correct context is applied before attempting to list tables.

How do I find tables in the Public library on SAS Viya for a project?

Finding tables in the Public library on SAS Viya requires specifying the library name to validate its existence and server context, which then allows you to enumerate all tables to determine relevant data for your project.

Does listing tables in SAS Viya work for both CAS and SAS servers?

Listing tables in SAS Viya works for both CAS and SAS servers by first identifying the appropriate server type during library validation, ensuring the correct parameters are used to call the table listing function.

Why do I need to verify a SAS library before discovering its tables?

You need to verify a SAS library before discovering its tables to ensure the library exists and to identify whether it resides on a CAS or SAS server, which guarantees accurate table discovery for workflows like MAS models and jobs.