Bidsketch
Bidsketch is a proposal software that helps businesses create professional proposals quickly and efficiently.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Bidsketch authenticates with an API key. Generate the credential in your Bidsketch account, then paste it into FlyMyAI the first time an agent uses a Bidsketch action.
Get your Bidsketch credential →
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Bidsketch API Token | The API token used for authenticating requests to the Bidsketch API. Obtain this from your Bidsketch account settings under the 'API & Integration' tab. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
BIDSKETCH_CREATE_CLIENT | Tool to create a client. use when adding a new client record to bidsketch. | first_name, last_name, email |
BIDSKETCH_DELETE_CLIENT | Tool to delete a client and all their proposals. use when you want to permanently remove a client and its associated proposals from your account. | id |
BIDSKETCH_DELETE_FEE | Tool to delete a fee. use when a saved fee is no longer needed. use after confirming this fee isn't referenced in any live proposals. | fee_id |
BIDSKETCH_DELETE_PROPOSAL | Tool to delete a proposal and all its content. use after confirming the proposal id to prevent accidental deletions. | id |
BIDSKETCH_DELETE_PROPOSAL_FEE | Tool to delete a proposal fee. use when you need to remove an existing fee before finalizing or sending a proposal. | proposal_id, fee_id |
BIDSKETCH_DELETE_PROPOSAL_SECTION | Tool to delete a proposal section. use when you need to remove a section from a proposal after verifying its id. | proposal_id, section_id |
BIDSKETCH_DELETE_SECTION | Tool to delete a section. use when you need to permanently remove a saved section after confirming its id. | id |
BIDSKETCH_DELETE_WEBHOOK | Tool to delete a webhook. use after obtaining the webhook id to remove it. | id |
BIDSKETCH_GET_CLIENT | Tool to get a client by id. use when you need detailed client info after obtaining its id. | id |
BIDSKETCH_GET_CLIENTS | Tool to retrieve all clients. use when you need to list all clients on the account. | - |
BIDSKETCH_GET_CLIENT_PROPOSALS | Tool to list proposals for a specific client. use after confirming the client id exists. | client_id |
BIDSKETCH_GET_FEE | Tool to get a single fee. use when you need detailed information about a fee by its id after confirming its existence. | fee_id |
BIDSKETCH_GET_FEES | Tool to list all the fees for the account. use when you need to fetch every saved fee. | - |
BIDSKETCH_GET_PROPOSAL | Tool to get a proposal by id. use when you need detailed information for a specific proposal after obtaining its id. | id |
BIDSKETCH_GET_PROPOSALS | Tool to retrieve all proposals for the account. use when you need an overview of existing proposals. | - |
BIDSKETCH_GET_PROPOSAL_CONTENT | Tool to get a proposal with all its content (sections and fees). use when you need a full proposal in one call. | proposal_id |
BIDSKETCH_GET_PROPOSAL_FEE | Tool to get a single fee item for a proposal. use when you need detailed information about a specific fee before updating or displaying it. | proposal_id, fee_id |
BIDSKETCH_GET_PROPOSAL_FEES | Tool to list all fees for a proposal. use after confirming the proposal id exists; supports pagination. | proposal_id |
BIDSKETCH_GET_PROPOSAL_SECTION | Tool to fetch a single proposal section. use when you need detailed information for a section after listing proposal sections. | proposal_id, section_id |
BIDSKETCH_GET_PROPOSAL_SECTIONS | Tool to get all sections for a proposal. use when you need to list opening or closing sections by proposal id. | proposal_id |
BIDSKETCH_GET_PROPOSAL_STATS | Tool to get proposal statistics. use when you need the total count of proposals for the account. | - |
BIDSKETCH_GET_SECTION | Tool to fetch a section by id. use when you need detailed section information after confirming its id. | id |
BIDSKETCH_GET_SECTIONS | Tool to list all sections. use when you need to retrieve saved sections for your account. | - |
BIDSKETCH_GET_TEMPLATES | Tool to list all proposal templates saved for the account. use when you need to fetch available templates before creating a new proposal. | - |
BIDSKETCH_POST_FEE | Tool to create a fee. use when you need to add a reusable fee to the account before adding it to a proposal. ensure required fields are set (e.g., unit for custom fees). | name, feetype, amount |
BIDSKETCH_POST_PROPOSAL_FEE | Tool to create a proposal fee. use after confirming the proposal exists to add a cost line item; require unit when feetype is custom. | proposal_id, name, feetype, amount |
BIDSKETCH_POST_PROPOSAL_SECTION | Tool to create a proposal section. use after confirming a proposal exists to add a new opening or closing section. | proposal_id, name, sectiontype, description |
BIDSKETCH_POST_SECTION | Tool to create a section. use when you need to add a new section to your account before including it in proposals. | name, sectiontype |
BIDSKETCH_POST_WEBHOOK | Tool to create a webhook. use when your endpoint is ready to receive event notifications and must return http 200 ok. | event, endpoint |
BIDSKETCH_PUT_CLIENT | Tool to update a client. use when you need to modify existing client records with new data. | id |
BIDSKETCH_PUT_FEE | Tool to update a fee. use when you need to modify existing fee records with new data after verifying current values. | fee_id |
BIDSKETCH_PUT_PROPOSAL | Tool to update a specific proposal's details. use after retrieving a proposal to apply changes. | id |
BIDSKETCH_PUT_PROPOSAL_FEE | Tool to update a proposal fee. use when modifying specific properties of an existing fee within a proposal after verifying its existence. | proposal_id, fee_id |
BIDSKETCH_PUT_PROPOSAL_SECTION | Tool to update a proposal section. use when you need to modify the name or content of an existing section after verifying its existence. | proposal_id, section_id |
BIDSKETCH_PUT_SECTION | Tool to update a section. use when you need to modify an existing section after confirming its id. | id |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Bidsketch!