> For the complete documentation index, see [llms.txt](https://knowledgebase.autorabit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.autorabit.com/product-guides/integral-zone/iz-suite/iz-core/mcp-server/mcp-tools.md).

# MCP Tools

## MCP Server Tools

List of tools available in the IZ MCP server along with the permissions required to run each tool:

### Tools available in both STDIO and HTTP MCP Servers:

| Tool Name                    | Available Version | Description                                                             | Permission                                  |
| ---------------------------- | ----------------- | ----------------------------------------------------------------------- | ------------------------------------------- |
| **`getIZApplicationIssues`** | 1.0.0             | Returns the number of issues for a given application                    | **`View Report`**, **`View Organizations`** |
| **`getIZIssuesSummary`**     | 1.0.0             | Returns the total number of issues across all the organizations         | **`View Report`**, **`View Organizations`** |
| **`getIZOrganizations`**     | 1.0.0             | Get all the organizations in IZ Suite                                   | **`View Organization`**                     |
| **`getIZRuleSeverities`**    | 1.0.0             | Get all IZ rule severities in IZ Suite                                  | **`View Quality Rules`**                    |
| **`getIZRuleCategories`**    | 1.0.0             | Get the rule categories in IZ Suite                                     | **`View Quality Rules`**                    |
| **`getIZIssuesDetails`**     | 1.0.0             | Returns all the issues by line number and file across all organizations | **`View Report`**                           |
| **`getIZRules`**             | 1.0.0             | Returns the IZ rules matching the search criteria                       | **`View Quality Rules`**                    |

### Tools available only in STDIO Servers:

| Tool Name          | Available Version | Description                                   | Permission                 |
| ------------------ | ----------------- | --------------------------------------------- | -------------------------- |
| **`iz-code-scan`** | 1.0.0             | Execute IZ Scan Code Analysis for the project | Add role **`IZ Scan CLI`** |

### Tools available as part of automation tasks:

1. Navigate to **`IZ AI`** -> **`Automation Tasks`**
2. Click on any of the listed **`Automation Tasks`** and toggle **`Include in MCP Server`**
3. If selected value is **`Yes`**, the automation task will be available as part of MCP Server tool list.

### See Also

* [Create Agent](/product-guides/integral-zone/iz-suite/iz-core/agent/create-agent.md)
* [Update Agent](/product-guides/integral-zone/iz-suite/iz-core/agent/update-agent.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://knowledgebase.autorabit.com/product-guides/integral-zone/iz-suite/iz-core/mcp-server/mcp-tools.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
