Skip to main content
Glama
sassoftware

SAS MCP Server

Official
by sassoftware

catalog_run_agent

Start an asynchronous catalog discovery agent run to crawl data sources and populate or refresh catalog metadata. Results are applied in the background; poll catalog history to track completion.

Instructions

Start a catalog discovery agent run (asynchronous).

Triggers the agent to crawl its data source and populate/refresh catalog metadata. The run is asynchronous — results are applied to the catalog in the background; poll catalog_get_agent_history to track completion. Note: the Catalog API can only start an agent, not stop one already running.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idYesID of the agent to run (see catalog_list_agents).

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 provided, the description carries the full burden. It discloses that the run is asynchronous, results are applied in the background, and that the API cannot stop a running agent. This provides important behavioral context, though it omits details like error handling or what happens if the agent is already running.

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 concise at four sentences, front-loaded with the core purpose, and contains no redundant information. Every sentence adds value.

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?

Given the tool's complexity (async agent run) and the presence of an output schema (not shown), the description covers the key aspects: asynchronous execution, background application, and the inability to stop a running agent. It is fairly complete, though it could mention the output schema or return values briefly.

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 coverage is 100%, and there is only one required parameter (agent_id) with a description in the schema. The description adds a reference to catalog_list_agents for finding IDs, but this provides minimal added value beyond the schema. Baseline 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 the tool starts an asynchronous catalog discovery agent run. It specifies the verb 'start' and resource 'agent run', distinguishing it from related siblings like catalog_get_agent_history (for tracking) and catalog_list_agents (for listing).

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

Usage Guidelines4/5

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

The description explains when to use the tool (to trigger crawling and refreshing metadata) and provides guidance on tracking completion via polling. It also notes a limitation (cannot stop a running agent), but does not explicitly discuss when not to use it or alternative tools for synchronous operations.

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