Skip to main content
Glama
sassoftware

SAS MCP Server

Official
by sassoftware

describe_report_objects

Discover SAS Visual Analytics report operations and object types to understand data roles and build reports correctly.

Instructions

Discover what a Visual Analytics report can contain — operations and objects.

Call this to learn how to build a report before calling apply_report_operations. It reads a bundled catalog (no network), so it is the cheap way to look up an object's data roles instead of guessing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNoRestrict the catalog to one category.
operationNoAn operation key (e.g. ``"addData"``, ``"applyDataView"``) for its full shape, example, and notes.
object_typeNoA schema key (e.g. ``"barChart"``, ``"scatterPlot"``) or colloquial alias for its contract and example.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the full burden and discloses key behavioral traits: it reads a bundled catalog (no network) and is computationally cheap. It does not describe return format or side effects, but the presence of an output schema mitigates that gap.

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 only two sentences: the first establishes the tool's purpose, and the second provides usage guidance. Every word contributes value, and the key information is front-loaded.

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

Completeness5/5

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

The description covers the tool's purpose, usage timing, resource type, and cost/network characteristics. Given the output schema, the agent has everything needed to select and invoke this tool correctly within the set of sibling report tools.

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?

All three parameters already have rich descriptions in the input schema (e.g., 'Restrict the catalog to one category'). The tool description does not add further parameter-level meaning, but since schema coverage is 100%, a baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific verb ('Discover') and resource ('Visual Analytics report can contain — operations and objects'). It also distinguishes itself from siblings by explicitly mentioning 'before calling apply_report_operations', positioning it as a learning tool for report construction.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It gives explicit when-to-use guidance: 'Call this to learn how to build a report before calling apply_report_operations'. It also contrasts with guessing, saying it is the 'cheap way to look up an object's data roles', which reinforces its role as the preferred lookup method.

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