Skip to main content
Glama
sassoftware

SAS MCP Server

Official
by sassoftware

List Publishing Destinations

list_publishing_destinations
Read-onlyIdempotent

List publishing destinations to identify where SAS output can be sent. Filter by name to quickly find the target destination.

Instructions

List available publishing destinations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum destinations to return (default 50).
startNoRow offset (default 0).
filter_nameNoOptional filter for destination names.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.2.1

TDQS

B3.2/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 safety profile is covered. The description contributes only the vague qualifier 'available' and does not clarify scope, ordering, or permissions, but it also does not contradict the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise, with the action and resource front-loaded and no filler words. It is slightly too terse to add meaningful context beyond the title, but there is no unnecessary prose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With a complete input schema, strong read-only/idempotent annotations, and an output schema available, the description does not need to repeat return-value or safety details. The main gap is explaining what counts as an 'available' publishing destination, but this is a low-complexity tool and the surrounding structured metadata carries most of the burden.

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?

Schema description coverage is 100%, so all three parameters (limit, start, filter_name) are already documented with defaults. The description adds no extra meaning about how these parameters interact or what filtering entails.

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 clearly names a specific action (List) and resource (publishing destinations), making the basic operation unambiguous. It does not explicitly differentiate among the many list_* sibling tools, but the resource name is distinct enough to avoid direct confusion.

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?

There is no guidance on when to use this tool versus alternatives, nor any connection to related publishing workflows or sibling publish_* tools. The agent must infer usage entirely from the tool name.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools