Skip to main content
Glama
rp4

IIA-MCP Server

by rp4

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
search_documentsC

Search IIA documents by keywords, standard numbers, or topics

get_standard_detailsB

Get detailed information about a specific IIA standard

get_related_documentsC

Find documents related to a specific topic or standard

validate_complianceC

Check compliance against IIA standards and provide recommendations

get_document_updatesC

Check for recent updates to IIA documents

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Standard 1100 - Independence and Objectivitystandards - 1100
Standard 1110 - Organizational Independencestandards - 1110
Standard 1120 - Individual Objectivitystandards - 1120
Standard 1130 - Impairment to Independence or Objectivitystandards - 1130
Standard 2010 - Planningstandards - 2010
Standard 2120 - Risk Managementstandards - 2120
Standard 2200 - Engagement Planningstandards - 2200
Standard 2400 - Communicating Resultsstandards - 2400
Global Guidancestandards -
Global Internal Audit Standardsstandards - 2024
Untitledstandards -
Topical Requirementsstandards - 2024
IIA Global Internal Audit Competency Frameworkguidance -
Ethics and Professionalismguidance -
Risk Assessment Implementation Guidanceguidance -
International Professional Practices Framework (IPPF)guidance -
Cybersecurity Auditingtopics -
Risk Resources in Internal Audittopics -
Internal Audit Program Templatetemplates -

TDQS

A3.5/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: get_document_updates focuses on recent changes, get_related_documents finds topic-based associations, get_standard_details provides standard-specific information, search_documents performs keyword-based retrieval, and validate_compliance assesses adherence to standards. There is no overlap or ambiguity in their functions.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case, starting with verbs like 'get', 'search', or 'validate' followed by descriptive nouns. This uniformity makes the tool set predictable and easy to understand.

Tool Count5/5

With 5 tools, the server is well-scoped for its IIA document and standards management purpose. Each tool serves a specific, necessary function without redundancy, making the count appropriate for the domain.

Completeness4/5

The tool set covers key operations like retrieval (search, get details/updates/related documents) and compliance validation, supporting core workflows. A minor gap is the lack of tools for modifying or creating documents, but this may be intentional if the server is read-only.