Skip to main content
Glama
altrsoftware

ALTR MCP Server

Official
by altrsoftware

get_classification_report

Read-only

Retrieve detailed results of a completed classification job, showing detected sensitive columns and confidence scores. Use after job completion.

Instructions

Get detailed results from a completed classification job.

Returns which columns were detected as containing sensitive data along with confidence scores. Only call after the job status is COMPLETED (verify with get_jobs).

After reviewing results, check if the needed Snowflake tags exist using get_tags. If tags are missing, they must be created in Snowflake first before connecting with connect_tag.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYesJob identifier returned from `create_job` or listed by `get_jobs`.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint=true, so the description adds value by detailing the output (sensitive column detection with confidence scores) and the job completion precondition. No contradictions.

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?

Description is concise and well-structured: purpose, output, precondition, follow-up steps. Every sentence adds value with no redundancy.

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 presence of an output schema and the tool's simplicity (one parameter, read-only), the description covers all necessary context: precondition, output nature, and workflow integration. Complete for agent selection.

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?

Only one parameter (job_id) with 100% schema description coverage. Description does not add further parameter details beyond what the schema provides, so baseline 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 retrieves detailed results from a completed classification job, specifying columns with sensitive data and confidence scores. It distinguishes from sibling tools like get_jobs and get_tags by mentioning the precondition and subsequent steps.

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?

Explicitly advises to call only after job completion (verified via get_jobs) and provides a workflow: after review, check tags with get_tags and create if missing. This gives clear when-to-use and alternatives.

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/altrsoftware/altr-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server