get_standard_details
Retrieve detailed information about a specific IIA standard by providing its standard number. Access professional standards, guidance documents, and compliance validation resources through the IIA-MCP Server.
Instructions
Get detailed information about a specific IIA standard
Input Schema
Name | Required | Description | Default |
---|---|---|---|
standardNumber | Yes | IIA standard number (e.g., "2010", "1100") |
Input Schema (JSON Schema)
{
"properties": {
"standardNumber": {
"description": "IIA standard number (e.g., \"2010\", \"1100\")",
"type": "string"
}
},
"required": [
"standardNumber"
],
"type": "object"
}