read-strategy

Select raw reads or analytical queries for CAS or SAS tables.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps data practitioners determine the correct read pathway for CAS or SAS tables, choosing between raw reads and analytical queries to ensure accurate results and efficient performance.

Core Features & Use Cases

  • Decision framework to route reads to the appropriate tool based on table type and server context.
  • Supports two-step workflow: verify table existence and server resolution (Step 1), then perform the read with the selected tool (Step 2).
  • Real-world scenario: reading a table from CAS for analytic queries or from SAS for simple row reads, ensuring the right endpoint and method are used.

Quick Start

Use the read-strategy to determine the correct read path for a given CAS or SAS table by validating the table and selecting the appropriate read tool.

Frequently Asked Questions about read-strategy

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

FAQPage Schema
How do I read data from a CAS or SAS table using the correct query method?

To read CAS or SAS table data correctly, you must select between raw reads and analytical queries based on the table's characteristics and server context. This ensures accurate results and efficient performance across both environments.

What is the two-step workflow for verifying and reading SAS data tables?

The two-step workflow for reading SAS data tables involves first verifying table existence and resolving the server context, then performing the actual data read or query using the selected appropriate tool.

When should I use raw reads versus analytical queries for CAS tables?

Use raw reads for simple row extraction from SAS tables and analytical queries when reading tables from CAS for analytic processing. The optimal pathway is determined by evaluating the table type and server context.

Does reading CAS or SAS data require server verification before querying?

Yes, reading CAS or SAS data enforces server verification before querying. You must complete the first step of checking table existence and resolving the server context before invoking the proper read tool.

What's the best way to ensure accurate results when accessing SAS or CAS data?

The best way to ensure accurate results when accessing SAS or CAS data is to use a decision framework that routes your read request to the appropriate tool, validating the table and server context before executing the read.