Skip to main content

What Tools Are Available for Air's MCP?

Air's MCP server allows you to programmatically interact with Assets, Boards, Custom Fields, and Tags. Currently, our MCP server largely follows our Public API, and many of the same operations are supported.

Written by Brady Brown

Assets

Tool

Description

list_assets

List assets with filters (board, tags, search, custom fields)

list_nested_assets

List all assets within a board and its nested sub-boards

get_asset

Get detailed asset info including cover version and metadata

get_asset_download_url

Get a temporary download URL for an asset version

get_asset_boards

List all boards that contain an asset

get_asset_image

Get an inline image preview (base64) of an asset

rename_asset

Rename an asset's cover version title

add_tag_to_asset

Add a tag to an asset version

remove_tag_from_asset

Remove a tag from an asset version

update_asset_custom_field

Set a custom field value on an asset

upload_asset

Upload any image or other supported file that is in a directory accessible to the LLM client

import_asset

Give the LLM client one or more URLs and it creates the import job and then checks its status until finished

Boards

Tool

Description

list_boards

List boards, optionally filtered by name or parent

get_board

Get detailed board info

create_board

Create a new board

add_asset_to_board

Add assets to a board

Tags

Tool

Description

list_tags

List tags, optionally filtered by name

create_tag

Create a new tag

Custom Fields

Tool

Description

list_custom_fields

List custom fields in the workspace

get_custom_field

Get custom field details including type and possible values

Did this answer your question?