find-resources

Verify SAS resource existence and select the appropriate sas-score-find-* tool.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unified resource verification helps prevent failed actions by confirming resources exist before proceeding.

Core Features & Use Cases

  • Dotted a.b resource reference parsing for quick tool selection
  • Find Library to verify library existence and determine server
  • Find Table workflow using library/server results to locate tables
  • Supports MAS, Job, JobDef, SCR, and CAS resources

Quick Start

Invoke the find-resources workflow to verify a library and a table before scoring

Frequently Asked Questions about find-resources

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

FAQPage Schema
How do I verify a SAS library and table exist before executing actions?

To verify a SAS library and table exist before executing actions, invoke the find-resources workflow to check library existence, determine the server type, and locate the table using the library and server results to ensure accurate targeting.

How does resource verification handle dotted a.b resource references?

Resource verification handles dotted a.b references by parsing the reference to quickly parse the input and select the appropriate sas-score-find-* tool for verifying the target resource before proceeding with actions.

Can I verify MAS models, jobs, and CAS tables before running scoring operations?

Yes, you can verify MAS models, jobs, jobdefs, SCRs, and CAS tables before running scoring operations by selecting the appropriate sas-score-find-* tool to confirm resource existence and handle found or not-found outcomes.

What is the best way to prevent failed actions when targeting resources in a verified library?

The best way to prevent failed actions when targeting resources in a verified library is to perform unified resource verification by checking library existence, server type, and resource naming before selecting a find tool to ensure accurate targeting.

Why does resource verification require checking the server type before finding a table?

Resource verification requires checking the server type before finding a table because the Find Table workflow uses the library and server results to locate tables in a verified library and accurately select the appropriate sas-score-find-* tool.