Skip to main content
Glama

ism_list_by_classification

Read-only

List controls applicable to a specific classification level. Provide a canonical abbreviation (NC, OS, P, S, or TS) to receive the count and identifiers of matching controls.

Instructions

List controls that apply at a given classification level.

classification takes canonical abbreviations only: NC, OS, P, S, or TS (see ism_list_classifications for the OFFICIAL through TOP_SECRET mapping). Returns {classification, count, identifiers} with ids only. Fetch full records with ism_get. An unknown level fails.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
versionNo
classificationYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
identifiersYes
classificationYes
Behavior4/5

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

Annotations already indicate readOnlyHint=true. The description adds that it returns a summary with ids only, and that an unknown level fails. This provides useful behavioral context beyond the annotations, though it could mention the return type more formally.

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, with three sentences each adding distinct value: purpose, parameter guidance, and return/error behavior. Front-loaded with the main action, no wasted words.

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 presence of an output schema, the description provides sufficient context: it lists controls by classification, returns a summary format, and errors on invalid input. It could be more explicit about the identifiers' nature, but overall it is complete for a simple listing tool.

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?

The description explains the classification parameter in detail, including allowed values and a hint to another tool for mapping. However, it omits any explanation of the optional version parameter. With schema coverage at 0%, the description should cover both parameters.

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 it lists controls by classification level. The verb 'list' and resource 'controls' are explicit, and it distinguishes itself from siblings like ism_get (full records) and ism_list_by_topic (filter by topic).

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?

It specifies that classification takes canonical abbreviations and directs to ism_list_classifications for the mapping. It also instructs to use ism_get for full records. While it does not explicitly contrast with ism_list_by_topic, the purpose is clear enough for the agent to choose correctly.

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/SamuelDudley/ism-mcp'

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