Skip to main content
Glama

ism_applicable

Finds and ranks ISM controls relevant to a described work activity, with optional filters for classification, maturity, and scope.

Instructions

Rank ISM controls relevant to a free-text description of planned or current work.

Uses hybrid retrieval (semantic embeddings + FTS5 BM25) fused with Reciprocal Rank Fusion. Optional filters: classification (NC|OS|P|S|TS or OFFICIAL|...|TOP_SECRET), maturity (ML1|ML2|ML3, Essential Eight only: only ~126 of 1081 controls carry a maturity rating, so passing maturity drops every other control; leave it unset unless scoping to the Essential Eight), tags (validated against ism_list_sections), paths (repo paths whose tokens expand the lexical query). score in each result is a normalised RRF score in [0.0, 1.0], not a probability.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workYes
classificationNo
maturityNo
tagsNo
pathsNo
limitNo
verboseNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

No annotations are provided, so the description fully discloses behavior: hybrid retrieval (semantic + FTS5 BM25 with RRF), score normalization in [0,1], and validation of tags via ism_list_sections. It also clarifies maturity's limited applicability.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

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

The description is well-structured with an initial purpose sentence followed by method and parameter details. It is concise but packs necessary information, though it could be slightly shorter.

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 complexity (7 parameters, many siblings, output schema exists), the description covers essential behavioral aspects and parameter semantics. It mentions the output score interpretation but could have provided more detail on the output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description compensates by explaining all parameters: work (free-text), classification (valid values listed), maturity (with caveat), tags (validated), paths (lexical expansion), limit, verbose. Only limit and verbose lack explicit explanation but are common.

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's purpose: 'Rank ISM controls relevant to a free-text description of planned or current work.' It specifies the verb (rank) and resource (ISM controls), and distinguishes itself from siblings by detailing the hybrid retrieval method and RRF.

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 provides usage guidance for each optional parameter, especially maturity: 'leave it unset unless scoping to the Essential Eight.' It explains the effect of filters, but does not explicitly contrast with sibling tools like ism_search or ism_coverage_read.

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