Skip to main content
Glama
sassoftware

SAS MCP Server

Official
by sassoftware

Assign Glossary Term

assign_glossary_term
Idempotent

Assign a business term to a table column so the term governs the data. Use this to link columns to glossary terms and make them discoverable through table terms, term assets, and column facets.

Instructions

Assign a business term to a table column — the step that makes a term govern data.

Creating a term only defines a word. This attaches it to the column that carries it, and it is what list_table_terms, list_term_assets and the catalog's Column.term facet all read. Assigning the same term to the same column twice is reported, not duplicated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
term_idNoThe glossary term UUID.
term_nameNoExact term name, if the id is not known. One of the two is required.
table_nameNoTable name, if the URI is not known.
column_nameYesThe column to assign the term to (case-insensitive).
resource_uriNoThe table's source URI (preferred).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.14.0

TDQS

A4.5/5.0
Behavior5/5

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

The description goes well beyond the annotations by explaining what the assignment actually does, what downstream catalog facets read it, and that 'assigning the same term to the same column twice is reported, not duplicated.' This gives concrete idempotency semantics beyond the idempotentHint annotation, with no contradiction to 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.

Conciseness5/5

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

The purpose is front-loaded in the first sentence, and each subsequent sentence adds non-redundant context: the distinction from term creation, the downstream consumers of the assignment, and duplicate behavior. There is no filler or unnecessary repetition.

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?

Given the fully documented schema, output schema, and annotations, the description supplies the non-obvious context an agent needs: what the assignment does, what reads it, and how duplicates are handled. Nothing material is missing.

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 the schema already documents all parameters including term_id, term_name, table_name, column_name, and resource_uri. The description does not add parameter-level meaning beyond that, so the baseline score applies.

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 opens with a specific verb and resource: 'Assign a business term to a table column,' and immediately conveys the operational consequence ('the step that makes a term govern data'). It also distinguishes itself from create_glossary_term by explaining that creating only defines a word, so an agent can tell assignment apart from term definition.

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 clearly implies when to use this tool: after a term exists, when the goal is to attach it to a column rather than just define it. It also ties the effect to downstream tools like list_table_terms and list_term_assets, giving useful context. However, it does not explicitly point to unassign_glossary_term as the removal alternative or state when not to use this tool.

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