com.mcparmory/miro
PYPI · MCPARMORY-MIRO · 2 COMPONENTS · SCANNED SEP 20
Create and manage collaborative boards, items, and diagrams programmatically
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- Install-script risk not yet assessed.Unverified
- 2 of 46 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: the license (MIT License) isn't a recognized OSI-approved license. See how to fix → Fail
- Actively maintained (last published 130 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability72
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 26826 tokens (~152/item across 176 items; 176 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
- Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- All 32 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
- An AI judge read all 176 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
How do I install the com.mcparmory/miro MCP server?
com.mcparmory/miro runs locally as a PyPI package, launched with uvx mcparmory-miro. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
pypi · mcparmory-miro
claude mcp add com-mcparmory-miro -- uvx mcparmory-miro
{
"mcpServers": {
"com-mcparmory-miro": {
"command": "uvx",
"args": [
"mcparmory-miro"
]
}
}
} {
"servers": {
"com-mcparmory-miro": {
"command": "uvx",
"args": [
"mcparmory-miro"
]
}
}
} codex mcp add com-mcparmory-miro -- uvx mcparmory-miro
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-mcparmory-miro": {
"type": "local",
"command": [
"uvx",
"mcparmory-miro"
],
"enabled": true
}
}
} openclaw mcp add com-mcparmory-miro --command uvx --arg mcparmory-miro
mcp_servers:
com-mcparmory-miro:
command: "uvx"
args: ["mcparmory-miro"] {
"McpServers": {
"com-mcparmory-miro": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"mcparmory-miro"
]
}
}
} assistant mcp add com-mcparmory-miro -t stdio -c uvx -a mcparmory-miro
{
"mcpServers": {
"com-mcparmory-miro": {
"command": "uvx",
"args": [
"mcparmory-miro"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 20 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 19 Sept 26 −2
- Stability: pass → 0.83 functional
- 18 Sept 26 0
- Stability: 0.97 → pass security
- 17 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 15 Sept 26 +15
- Malware scan: unverified → pass ▲ security
- 14 Sept 26 −14
- Malware scan: pass → unverified ▼ security
- 12 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 77 to 80. That category is still filling its 30-day observation window: 23 days of observed history at the previous scan, 24 at this one. The score rises as the window fills, whether or not the server changes.
- 11 Sept 26 −3
- Stability: pass → 0.77 functional
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed pypi/mcparmory-miro@1.0.2
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | pypi |
Background: How many MCP packages publish verified provenance →
Dependencies 46 packages
| Packages resolved | 46 |
|---|---|
| Stale | 1 |
| No linked repository | 1 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
delete_shape_item Delete Shape Item ~72
Permanently removes a shape item from a board. This action cannot be undone and requires write access to the board.
| Name | Type | Req | Description |
|---|---|---|---|
| board_id | string | yes | The unique identifier of the board containing the shape item to delete. |
| item_id | string | yes | The unique identifier of the shape item to delete from the board. |
No output schema declared.
No examples provided.
delete_shape_item_experimental Delete Shape Item ~69
Permanently removes a flowchart shape item from a board. This action cannot be undone.
| Name | Type | Req | Description |
|---|---|---|---|
| board_id | string | yes | The unique identifier of the board containing the shape item to delete. |
| item_id | string | yes | The unique identifier of the shape item to delete from the board. |
No output schema declared.
No examples provided.
delete_sticky_note_item Delete Sticky Note Item ~66
Permanently removes a sticky note item from a board. This action cannot be undone.
| Name | Type | Req | Description |
|---|---|---|---|
| board_id | string | yes | The unique identifier of the board containing the sticky note to delete. |
| item_id | string | yes | The unique identifier of the sticky note item to delete. |
No output schema declared.
No examples provided.
delete_tag Delete Tag ~89
Permanently deletes a tag from the board and removes it from all associated cards and sticky notes. Note: Changes made via REST API may not appear in real-time on the board; refresh the board to see updates.
| Name | Type | Req | Description |
|---|---|---|---|
| board_id | string | yes | The unique identifier of the board containing the tag to delete. |
| tag_id | string | yes | The unique identifier of the tag to delete from the board. |
No output schema declared.
No examples provided.
delete_team Delete Team ~66
Permanently deletes an existing team from an organization. This operation is restricted to Enterprise plan users with Company Admin role.
| Name | Type | Req | Description |
|---|---|---|---|
| org_id | string | yes | The unique identifier of the organization containing the team to delete. |
| team_id | string | yes | The unique identifier of the team to delete. |
No output schema declared.
No examples provided.
delete_text_item Delete Text Item ~74
Permanently removes a text item from a board. Requires boards:write scope and is subject to Level 3 rate limiting.
| Name | Type | Req | Description |
|---|---|---|---|
| board_id | string | yes | The unique identifier of the board containing the text item to delete. |
| item_id | string | yes | The unique identifier of the text item to delete from the board. |
No output schema declared.
No examples provided.
delete_user Delete User ~73
Permanently removes a user from the organization and transfers ownership of their boards to the oldest admin team member. The user must be an organization member (not a guest) and cannot be the last admin in their team or organization.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the user to delete, assigned by the server. |
No output schema declared.
No examples provided.
delete_user_all_sessions Delete User All Sessions ~80
Immediately terminate all active sessions for a user across all devices, forcing them to sign in again. Use this to restrict access during security incidents, credential compromises, or when a user leaves the organization.
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | The email address of the user whose sessions should be terminated. The user will be signed out from all devices and applications immediately. |
No output schema declared.
No examples provided.
enterprise_get_organization_members Get Organization Members ~198
Get organization members
| Name | Type | Req | Description |
|---|---|---|---|
| active | boolean | – | Filter results based on whether the user is active or deactivated. Learn more about <a target="blank" href="https://help.miro.com/hc/en-us/articles/360025025894-Deactivated-users">user deactivation</… |
| emails | string | – | Emails of the organization members you want to retrieve. If you specify a value for the `emails` parameter, only the `emails` parameter is considered. All other filtering parameters are ignored. Maxi… |
| license | string | – | Filter organization members by license |
| limit | string | – | Limit for the number of organization members returned in the result list. |
| org_id | string | yes | id of the organization |
| role | string | – | Filter organization members by role |
No output schema declared.
No examples provided.
get_access_token_info Get Access Token Info ~41
Retrieve detailed information about the current access token, including its type, assigned scopes, associated team and user, creation timestamp, and the user who created it.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_app_card_item Get App Card Item ~78
Retrieves detailed information about a specific app card item on a board. Use this to fetch properties and content of an individual app card.
| Name | Type | Req | Description |
|---|---|---|---|
| board_id | string | yes | The unique identifier of the board containing the app card item you want to retrieve. |
| item_id | string | yes | The unique identifier of the specific app card item to retrieve. |
No output schema declared.
No examples provided.
get_app_metrics Get App Metrics ~170
Retrieve usage metrics for a specific app over a specified time range, with data grouped by the requested time period (day, week, or month). Requires an app management API token generated from the Developer Hub.
| Name | Type | Req | Description |
|---|---|---|---|
| app_id | string | yes | The unique identifier of the app for which to retrieve metrics. |
| endDate | string | yes | The end date for the metrics period in UTC format (YYYY-MM-DD). Metrics will be retrieved up to and including this date. |
| period | string | – | The time period to group metrics by. Accepts 'DAY', 'WEEK', or 'MONTH'. Defaults to 'WEEK' if not specified. |
| startDate | string | yes | The start date for the metrics period in UTC format (YYYY-MM-DD). Metrics will be retrieved from this date onwards. |
No output schema declared.
No examples provided.
get_app_metrics_total Get App Metrics Total ~56
Retrieve cumulative usage metrics for a specific app since its creation. Returns total metrics data for the app identified by the provided app ID.
| Name | Type | Req | Description |
|---|---|---|---|
| app_id | string | yes | The unique identifier of the app for which to retrieve total metrics. |
No output schema declared.
No examples provided.
get_board Get Board ~68
Retrieve detailed information about a specific board by its unique identifier. This operation requires boards:read scope and is rate-limited at Level 1.
| Name | Type | Req | Description |
|---|---|---|---|
| board_id | string | yes | The unique identifier of the board to retrieve. This is a required string that identifies which board's information should be returned. |
No output schema declared.
No examples provided.
get_board_data_classification Get Board Data Classification ~112
Retrieves the data classification level assigned to a specific board within an organization and team. This enterprise-only endpoint requires Company Admin role and the boards:read scope.
| Name | Type | Req | Description |
|---|---|---|---|
| board_id | string | yes | The unique identifier of the board whose data classification you want to retrieve. |
| org_id | string | yes | The unique identifier of the organization that owns the board. Use the organization ID provided in your Enterprise account. |
| team_id | string | yes | The unique identifier of the team within the organization that contains the board. |
No output schema declared.
No examples provided.
get_board_export_job_results Get Board Export Job Results ~113
Retrieves the results of a completed board export job, including the S3 link to the exported files. This operation is available only for Enterprise plan users with Company Admin role and eDiscovery enabled.
| Name | Type | Req | Description |
|---|---|---|---|
| job_id | string | yes | The unique identifier of the export job. This is a UUID that identifies the specific board export job whose results you want to retrieve. |
| org_id | string | yes | The unique identifier of the organization. This is a numeric string that identifies which organization's board export job to retrieve results for. |
No output schema declared.
No examples provided.
get_board_export_job_status Get Board Export Job Status ~82
Retrieves the current status of a board export job, including completion progress and results. Available only for Enterprise plan users with Company Admin role and eDiscovery enabled.
| Name | Type | Req | Description |
|---|---|---|---|
| job_id | string | yes | The unique identifier of the board export job, formatted as a UUID. |
| org_id | string | yes | The unique identifier of the organization that owns the export job. |
No output schema declared.
No examples provided.
get_board_item Get Board Item ~78
Retrieves detailed information about a specific item on a board. Use this to fetch properties and metadata for an individual item by its ID.
| Name | Type | Req | Description |
|---|---|---|---|
| board_id | string | yes | The unique identifier of the board containing the item you want to retrieve. |
| item_id | string | yes | The unique identifier of the specific item you want to retrieve from the board. |
No output schema declared.
No examples provided.
get_board_member Get Board Member ~69
Retrieves detailed information about a specific member of a board, including their role and permissions.
| Name | Type | Req | Description |
|---|---|---|---|
| board_id | string | yes | The unique identifier of the board containing the member you want to retrieve. |
| board_member_id | string | yes | The unique identifier of the board member whose information you want to retrieve. |
No output schema declared.
No examples provided.
get_card_item Get Card Item ~74
Retrieves detailed information about a specific card item on a board. Use this to fetch card properties, content, and metadata.
| Name | Type | Req | Description |
|---|---|---|---|
| board_id | string | yes | The unique identifier of the board containing the card item you want to retrieve. |
| item_id | string | yes | The unique identifier of the card item you want to retrieve. |
No output schema declared.
No examples provided.
get_case Get Case ~83
Retrieve detailed information about a specific case within an organization. This operation requires Enterprise Guard add-on and appropriate admin roles (Company Admin and eDiscovery Admin).
| Name | Type | Req | Description |
|---|---|---|---|
| case_id | string | yes | The numeric ID of the case to retrieve. Must be a numeric string. |
| org_id | string | yes | The numeric ID of the organization containing the case. Must be a numeric string. |
No output schema declared.
No examples provided.
get_connector Get Connector ~66
Retrieves detailed information about a specific connector on a board, including its configuration and properties.
| Name | Type | Req | Description |
|---|---|---|---|
| board_id | string | yes | The unique identifier of the board containing the connector you want to retrieve. |
| connector_id | string | yes | The unique identifier of the connector whose information you want to retrieve. |
No output schema declared.
No examples provided.
get_doc_format_item Get Document Format Item ~107
Retrieves a specific doc format item from a board. Returns the item's metadata and content, with optional control over the content format.
| Name | Type | Req | Description |
|---|---|---|---|
| board_id | string | yes | The unique identifier of the board containing the item you want to retrieve. |
| item_id | string | yes | The unique identifier of the doc format item to retrieve. |
| textContentType | string | – | Specifies the format for the returned doc's content as either HTML or Markdown. If not specified, the default format is used. |
No output schema declared.
No examples provided.
get_document_item Get Document Item ~77
Retrieves detailed information about a specific document item on a board. Use this to fetch properties and metadata for a document you've identified by its ID.
| Name | Type | Req | Description |
|---|---|---|---|
| board_id | string | yes | The unique identifier of the board containing the document item you want to retrieve. |
| item_id | string | yes | The unique identifier of the specific document item to retrieve. |
No output schema declared.
No examples provided.
get_embed_item Get Embed Item ~74
Retrieves detailed information about a specific embed item on a board. Use this to fetch properties and metadata for an embedded content item.
| Name | Type | Req | Description |
|---|---|---|---|
| board_id | string | yes | The unique identifier of the board containing the embed item you want to retrieve. |
| item_id | string | yes | The unique identifier of the specific embed item to retrieve. |
No output schema declared.
No examples provided.
get_frame Get Frame ~64
Retrieves detailed information about a specific frame on a board, including its properties and content.
| Name | Type | Req | Description |
|---|---|---|---|
| board_id | string | yes | The unique identifier of the board containing the frame you want to retrieve. |
| item_id | string | yes | The unique identifier of the frame you want to retrieve. |
No output schema declared.
No examples provided.
get_group Get Group ~57
Retrieves a single group (team) resource along with its member users. Only users with member role in the organization are included in the response.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique server-assigned identifier for the group (team) to retrieve. |
No output schema declared.
No examples provided.
get_group_by_id Get Group by ID ~98
Retrieves a specific group and its contained items from a board. Requires boards:read scope and is subject to Level 2 rate limiting.
| Name | Type | Req | Description |
|---|---|---|---|
| board_id | string | yes | The unique identifier of the board containing the group. This is a required string ID that identifies which board to query. |
| group_id | string | yes | The unique identifier of the group to retrieve. This is a required numeric ID that specifies which group's items should be returned. |
No output schema declared.
No examples provided.
get_group_enterprise Get Enterprise Group ~70
Retrieves a specific user group within an organization. This enterprise-only endpoint requires Company Admin role and the organizations:groups:read scope.
| Name | Type | Req | Description |
|---|---|---|---|
| group_id | string | yes | The unique identifier of the user group to retrieve. |
| org_id | string | yes | The unique identifier of the organization containing the group. |
No output schema declared.
No examples provided.
get_group_member Get Group Member ~92
Retrieve detailed information about a specific user within a group in an organization. This operation requires Enterprise plan access and Company Admin role.
| Name | Type | Req | Description |
|---|---|---|---|
| group_id | string | yes | The unique identifier of the user group from which to retrieve the member. |
| member_id | string | yes | The unique identifier of the group member whose information should be retrieved. |
| org_id | string | yes | The unique identifier of the organization containing the group. |
No output schema declared.
No examples provided.
get_group_team Get Group Team ~93
Retrieve details about a specific team that a user group belongs to within an organization. This enterprise-only operation requires Company Admin role and appropriate organizational scopes.
| Name | Type | Req | Description |
|---|---|---|---|
| group_id | string | yes | The unique identifier of the user group within the organization. |
| org_id | string | yes | The unique identifier of the organization containing the group and team. |
| team_id | string | yes | The unique identifier of the team to retrieve information for. |
No output schema declared.
No examples provided.
get_image_item Get Image Item ~68
Retrieves detailed information about a specific image item on a board, including its properties and metadata.
| Name | Type | Req | Description |
|---|---|---|---|
| board_id | string | yes | The unique identifier of the board containing the image item you want to retrieve. |
| item_id | string | yes | The unique identifier of the image item you want to retrieve. |
No output schema declared.
No examples provided.
get_item Get Item ~79
Retrieve detailed information about a specific item on a board. This operation requires read access to the board and is rate-limited at Level 1.
| Name | Type | Req | Description |
|---|---|---|---|
| board_id | string | yes | The unique identifier of the board containing the item you want to retrieve. |
| item_id | string | yes | The unique identifier of the item you want to retrieve from the board. |
No output schema declared.
No examples provided.
get_legal_hold Get Legal Hold ~113
Retrieve detailed information about a specific legal hold within a case. This operation requires Enterprise Guard add-on and appropriate admin roles (Company Admin and eDiscovery Admin).
| Name | Type | Req | Description |
|---|---|---|---|
| case_id | string | yes | The numeric ID of the case containing the legal hold. Must be a numeric string. |
| legal_hold_id | string | yes | The numeric ID of the legal hold to retrieve. Must be a numeric string. |
| org_id | string | yes | The numeric ID of the organization containing the legal hold. Must be a numeric string. |
No output schema declared.
No examples provided.
get_mindmap_node Get Mind Map Node ~83
Retrieve a specific mind map node from a board. Returns detailed information about the node including its content, position, and relationships within the mind map structure.
| Name | Type | Req | Description |
|---|---|---|---|
| board_id | string | yes | The unique identifier of the board containing the mind map node you want to retrieve. |
| item_id | string | yes | The unique identifier of the specific mind map node to retrieve. |
No output schema declared.
No examples provided.
get_organization Get Organization ~46
Retrieve detailed information about an organization. This endpoint is available only to Enterprise plan users with Company Admin role.
| Name | Type | Req | Description |
|---|---|---|---|
| org_id | string | yes | The unique identifier of the organization to retrieve. |
No output schema declared.
No examples provided.
get_organization_member Get Organization Member ~70
Retrieve detailed information about a specific member within an organization. This operation requires Enterprise plan access and Company Admin role.
| Name | Type | Req | Description |
|---|---|---|---|
| member_id | string | yes | The unique identifier of the organization member whose information you want to retrieve. |
| org_id | string | yes | The unique identifier of the organization containing the member. |
No output schema declared.
No examples provided.
get_project_in_team Get Project in Team ~114
Retrieve detailed information about a specific project (Space) within a team, including its name and metadata. Enterprise-only endpoint requiring Company Admin role.
| Name | Type | Req | Description |
|---|---|---|---|
| org_id | string | yes | The organization ID that contains the team and project. Use the numeric organization identifier provided in your Enterprise account. |
| project_id | string | yes | The project ID to retrieve information for. Use the numeric project identifier within the team. |
| team_id | string | yes | The team ID that contains the project. Use the numeric team identifier within the organization. |
No output schema declared.
No examples provided.
get_project_member Get Project Member ~138
Retrieves detailed information about a specific member within a project (Space). This enterprise-only endpoint requires Company Admin role and the projects:read scope.
| Name | Type | Req | Description |
|---|---|---|---|
| member_id | string | yes | The unique identifier of the specific member whose information you want to retrieve. |
| org_id | string | yes | The unique identifier of the organization that contains the project. Use the organization ID provided in your enterprise account. |
| project_id | string | yes | The unique identifier of the project (Space) from which you want to retrieve member information. |
| team_id | string | yes | The unique identifier of the team that owns the project. Use the team ID associated with your organization. |
No output schema declared.
No examples provided.
get_resource_type Get Resource Type ~59
Retrieve metadata for a supported resource type (User or Group). Use this to understand the structure and properties of the specified resource type.
| Name | Type | Req | Description |
|---|---|---|---|
| resource | string | yes | The resource type to retrieve metadata for. Must be either 'User' or 'Group'. |
No output schema declared.
No examples provided.
get_schema Get Schema ~64
Retrieve the SCIM schema definition for a specific resource type (User, Group, or Enterprise User), including details about supported attributes and their formatting requirements.
| Name | Type | Req | Description |
|---|---|---|---|
| uri | string | yes | The SCIM schema URI identifying the resource type: User, Group, or Enterprise User extension schema. |
No output schema declared.
No examples provided.
get_shape_item Get Shape Item ~68
Retrieves detailed information about a specific shape item on a board, including its properties and metadata.
| Name | Type | Req | Description |
|---|---|---|---|
| board_id | string | yes | The unique identifier of the board containing the shape item you want to retrieve. |
| item_id | string | yes | The unique identifier of the shape item you want to retrieve. |
No output schema declared.
No examples provided.
get_shape_item_experimental Get Shape Item ~71
Retrieves detailed information about a specific shape item on a board, including its properties and positioning data.
| Name | Type | Req | Description |
|---|---|---|---|
| board_id | string | yes | The unique identifier of the board containing the shape item you want to retrieve. |
| item_id | string | yes | The unique identifier of the shape item you want to retrieve. |
No output schema declared.
No examples provided.
get_sticky_note_item Get Sticky Note Item ~84
Retrieves detailed information about a specific sticky note item on a board. Use this to fetch the content, styling, and metadata of an individual sticky note.
| Name | Type | Req | Description |
|---|---|---|---|
| board_id | string | yes | The unique identifier of the board containing the sticky note item you want to retrieve. |
| item_id | string | yes | The unique identifier of the sticky note item you want to retrieve. |
No output schema declared.
No examples provided.
get_tag Get Tag ~76
Retrieves detailed information about a specific tag on a board. Use this to fetch tag properties and metadata by providing the board and tag identifiers.
| Name | Type | Req | Description |
|---|---|---|---|
| board_id | string | yes | The unique identifier of the board containing the tag you want to retrieve. |
| tag_id | string | yes | The unique identifier of the tag whose information you want to retrieve. |
No output schema declared.
No examples provided.
get_team Get Team ~91
Retrieves detailed information about a specific team within an organization. This enterprise-only endpoint requires Company Admin role and the organizations:teams:read scope.
| Name | Type | Req | Description |
|---|---|---|---|
| org_id | string | yes | The unique identifier of the organization that contains the team. Use the organization ID provided during enterprise setup. |
| team_id | string | yes | The unique identifier of the team to retrieve. This must be a valid team ID within the specified organization. |
No output schema declared.
No examples provided.
get_team_group Get Team Group ~113
Retrieve details about a specific user group within a team. This operation requires Enterprise plan access and Company Admin role.
| Name | Type | Req | Description |
|---|---|---|---|
| group_id | string | yes | The unique identifier of the user group. Use the group ID to retrieve information about a specific group within the team. |
| org_id | string | yes | The unique identifier of the organization. Use the organization ID provided in your Enterprise account. |
| team_id | string | yes | The unique identifier of the team. Use the team ID to scope the group lookup within a specific team. |
No output schema declared.
No examples provided.
get_team_member Get Team Member ~91
Retrieves a specific team member by their ID within an organization and team. This enterprise-only operation requires Company Admin role and the organizations:teams:read scope.
| Name | Type | Req | Description |
|---|---|---|---|
| member_id | string | yes | The unique identifier of the team member to retrieve. |
| org_id | string | yes | The unique identifier of the organization containing the team. |
| team_id | string | yes | The unique identifier of the team containing the member. |
No output schema declared.
No examples provided.
get_text_item Get Text Item ~70
Retrieves a specific text item from a board by its ID. Returns the text item's properties and content.
| Name | Type | Req | Description |
|---|---|---|---|
| board_id | string | yes | The unique identifier of the board containing the text item you want to retrieve. |
| item_id | string | yes | The unique identifier of the text item you want to retrieve. |
No output schema declared.
No examples provided.
get_user Get User ~58
Retrieves a single user resource by ID. Returns only users that are members of the organization; guest users are not included.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the user to retrieve. Must be a valid user ID for an organization member. |
No output schema declared.
No examples provided.
What is the com.mcparmory/miro MCP server?
com.mcparmory/miro is an MCP server listed in the public MCP registry as com.mcparmory/miro. Create and manage collaborative boards, items, and diagrams programmatically. This page covers its PyPI package (mcparmory-miro).
Is the com.mcparmory/miro MCP server safe to use?
com.mcparmory/miro scores 76 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the com.mcparmory/miro MCP server expose?
com.mcparmory/miro exposes 176 tools: get_access_token_info, list_audit_logs, update_team_boards_classification_bulk, get_board_data_classification, create_markdown_doc, and 171 more. Their descriptions and schemas cost roughly 26,826 tokens of context every time the server is loaded.
Is the com.mcparmory/miro MCP server still maintained?
com.mcparmory/miro is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.