Skip to main content
Glama

IIA-MCP Server

by rp4

search_documents

Query IIA documents by keywords, standard numbers, or topics to retrieve relevant standards, guidance, glossary terms, or resources for audit compliance and accurate guidance.

Instructions

Search IIA documents by keywords, standard numbers, or topics

Input Schema

NameRequiredDescriptionDefault
categoryNoFilter by category (standards, guidance, topics, glossary)
limitNoMaximum number of results to return
queryYesSearch query (keywords, standard number, or topic)

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Filter by category (standards, guidance, topics, glossary)", "enum": [ "standards", "guidance", "topics", "glossary" ], "type": "string" }, "limit": { "default": 10, "description": "Maximum number of results to return", "type": "number" }, "query": { "description": "Search query (keywords, standard number, or topic)", "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools from IIA-MCP Server

Related Tools

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/rp4/IIA-MCP'

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