Skip to main content
Glama
136,445 tools. Last updated 2026-05-18 13:14

"Favro" matching MCP tools:

  • Retrieve a list of boards in the organization, with an option to filter by collection to see boards inside folders.
    MIT
  • Lists all collections (folders) in the organization. Use to find boards that may be inside collections and then query boards with the collection name.
    MIT
  • List all organizations you have access to, retrieving their IDs, names, and member counts. Use this to view available organizations before selecting one as active with set_organization.
    MIT
  • Retrieve a complete list of users in your organization, including their IDs, names, emails, and roles.
    MIT
  • Retrieve details of the currently selected board in Favro to understand its structure, columns, and settings, enabling quick project overview without manual navigation.
    MIT
  • Retrieve all organization tags including IDs, names, and colors. Use this data to add or remove tags from cards using the tag_card function.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    An MCP server for interacting with the Favro project management platform. It enables users to manage organizations, boards, columns, and cards through actions like task creation, assignment, and status updates.
    Last updated
    27
    4
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for Avro (beta): https://www.cdata.com/download/download.aspx?sku=JNZK-V&type=beta
    Last updated
    MIT
  • Resolve user IDs in Favro cards to names and details by searching with ID, name, or email.
    MIT
  • Delete a column from a Favro board, removing all cards within it. Specify column ID or name, and optionally the board ID or name for name resolution.
    MIT
  • Assign or unassign a user from a Favro card using card ID, sequential number, or name, and user ID, name, or email.
    MIT
  • Select an organization by ID or name to set it as the active context for managing Favro boards, columns, and cards.
    MIT
  • Retrieve board details and columns by supplying the board's widget_common_id. This provides access to board structure and column data in Favro.
    MIT
  • Retrieve detailed information about a specific card using its ID, sequential ID, or name, with optional board specification for name lookups.
    MIT
  • Retrieve details of your currently active organization in Favro. Identifies which organization is selected and returns its information, or indicates if none is chosen.
    MIT
  • Select a board as the active board for card operations. Specify by ID or name to switch the default board.
    MIT
  • Retrieve cards from a board with pagination and optional filters by column or archive status.
    MIT
  • Update a column's name in Favro. Specify the column ID or name along with the new name; optionally include the board ID for name-based lookups.
    MIT
  • Create a new column on a specified Favro board, setting its name and optional position to organize workflow.
    MIT
  • List custom fields in your Favro organization. Filter by name or field type to find specific custom fields for configuration or reporting.
    MIT
  • Upload a file attachment to a Favro card using the card ID, sequential ID, or name, and the absolute file path.
    MIT
  • Moves a card to a different column by specifying its ID, sequential ID, or name, and the target column ID or name.
    MIT