{
  "info": {
    "name": "Bidsketch — mcp.ai",
    "description": "REST API for the Bidsketch MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/bidsketch",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "bidsketch_create_client",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/client",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "client"
          ]
        },
        "description": "Tool to create a client. Use when adding a new client record to Bidsketch.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"city\": \"\",\n  \"name\": \"\",\n  \"email\": \"\",\n  \"notes\": \"\",\n  \"phone\": \"\",\n  \"state\": \"\",\n  \"country\": \"\",\n  \"website\": \"\",\n  \"alt_phone\": \"\",\n  \"last_name\": \"\",\n  \"first_name\": \"\",\n  \"postal_zip\": \"\",\n  \"other_contact\": {},\n  \"address_field_one\": \"\",\n  \"address_field_two\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_create_proposal",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/proposal",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "proposal"
          ]
        },
        "description": "Tool to create a new proposal. Use when you need to create a proposal for a client with a name, description, and other details.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"tax\": 0,\n  \"name\": \"\",\n  \"tax2\": 0,\n  \"currency\": \"\",\n  \"discount\": 0,\n  \"settings\": {},\n  \"client_id\": 0,\n  \"description\": \"\",\n  \"proposal_date\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_delete_client",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/client",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "client"
          ]
        },
        "description": "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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_delete_fee",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/fee",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "fee"
          ]
        },
        "description": "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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fee_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_delete_proposal",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/proposal",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "proposal"
          ]
        },
        "description": "Tool to delete a proposal and all its content. Use after confirming the proposal ID to prevent accidental deletions.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_delete_proposal_fee",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/proposal/fee",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "proposal",
            "fee"
          ]
        },
        "description": "Tool to delete a proposal fee. Use when you need to remove an existing fee before finalizing or sending a proposal.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fee_id\": 0,\n  \"proposal_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_delete_proposal_section",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/proposal/section",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "proposal",
            "section"
          ]
        },
        "description": "Tool to delete a proposal section. Use when you need to remove a section from a proposal after verifying its ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"section_id\": 0,\n  \"proposal_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_delete_section",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/section",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "section"
          ]
        },
        "description": "Tool to delete a section. Use when you need to permanently remove a saved section after confirming its ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_delete_webhook",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/webhook",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "webhook"
          ]
        },
        "description": "Permanently delete a webhook subscription by ID. This removes the webhook and stops all future event notifications to its endpoint. Use this tool when you no longer need to receive events at a specifi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_get_client",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/client",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "client"
          ]
        },
        "description": "Tool to get a client by ID. Use when you need detailed client info after obtaining its ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_get_client_proposals",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/client/proposals",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "client",
            "proposals"
          ]
        },
        "description": "Tool to list proposals for a specific client. Use after confirming the client ID exists.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"client_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_get_clients",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/clients",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "clients"
          ]
        },
        "description": "Tool to retrieve all clients. Use when you need to list all clients on the account.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_get_fee",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/fee",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "fee"
          ]
        },
        "description": "Tool to get a single fee. Use when you need detailed information about a fee by its ID after confirming its existence.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fee_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_get_fees",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/fees",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "fees"
          ]
        },
        "description": "Tool to list all the fees for the account. Use when you need to fetch every saved fee.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_get_proposal",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/proposal",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "proposal"
          ]
        },
        "description": "Tool to get a proposal by ID. Use when you need detailed information for a specific proposal after obtaining its ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_get_proposal_content",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/proposal/content",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "proposal",
            "content"
          ]
        },
        "description": "Tool to get a proposal with all its content (sections and fees). Use when you need a full proposal in one call.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"proposal_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_get_proposal_fee",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/proposal/fee",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "proposal",
            "fee"
          ]
        },
        "description": "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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fee_id\": 0,\n  \"proposal_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_get_proposal_fees",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/proposal/fees",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "proposal",
            "fees"
          ]
        },
        "description": "Tool to list all fees for a proposal. Use after confirming the proposal ID exists; supports pagination.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"per_page\": 0,\n  \"proposal_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_get_proposal_section",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/proposal/section",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "proposal",
            "section"
          ]
        },
        "description": "Tool to fetch a single proposal section. Use when you need detailed information for a section after listing proposal sections.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"section_id\": 0,\n  \"proposal_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_get_proposal_sections",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/proposal/sections",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "proposal",
            "sections"
          ]
        },
        "description": "Tool to get all sections for a proposal. Use when you need to list opening or closing sections by proposal ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"proposal_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_get_proposal_stats",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/proposal/stats",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "proposal",
            "stats"
          ]
        },
        "description": "Get proposal statistics for your Bidsketch account. This endpoint retrieves the total count of proposals in your account, including all proposals regardless of their status (draft, sent, won, lost, or",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_get_proposals",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/proposals",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "proposals"
          ]
        },
        "description": "Tool to retrieve all proposals for the account. Use when you need an overview of existing proposals.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_get_section",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/section",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "section"
          ]
        },
        "description": "Tool to fetch a section by ID. Use when you need detailed section information after confirming its ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_get_sections",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/sections",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "sections"
          ]
        },
        "description": "Retrieves all reusable proposal sections saved to your Bidsketch account. Sections are text blocks that can be included in proposals, categorized as 'opening' (appear at the start) or 'closing' (appea",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_get_templates",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/templates",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "templates"
          ]
        },
        "description": "Retrieves all proposal templates saved in the account. Templates contain predefined sections, fees, and structure that can be used to create new proposals. Use this action to discover available templa",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_list_proposal_closing_sections",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/proposal/closing/sections",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "proposal",
            "closing",
            "sections"
          ]
        },
        "description": "Tool to get a collection of closing sections for a proposal. Closing sections appear at the end of the proposal. Use when you need to retrieve all closing sections for a specific proposal.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"proposal_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_list_proposal_opening_sections",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/proposal/opening/sections",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "proposal",
            "opening",
            "sections"
          ]
        },
        "description": "Tool to get a collection of opening sections for a proposal. Opening sections appear first in the proposal. Use when you need to retrieve all opening sections for a specific proposal.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"proposal_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_post_fee",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/fee",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "fee"
          ]
        },
        "description": "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).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"unit\": \"\",\n  \"amount\": 0,\n  \"feetype\": \"\",\n  \"category\": \"\",\n  \"quantity\": 0,\n  \"description\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_post_proposal_fee",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/proposal/fee",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "proposal",
            "fee"
          ]
        },
        "description": "Tool to create a proposal fee. Use after confirming the proposal exists to add a cost line item; require unit when feetype is custom.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"unit\": \"\",\n  \"amount\": 0,\n  \"feetype\": \"\",\n  \"optional\": false,\n  \"quantity\": 0,\n  \"description\": \"\",\n  \"proposal_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_post_proposal_section",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/proposal/section",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "proposal",
            "section"
          ]
        },
        "description": "Tool to create a proposal section. Use after confirming a proposal exists to add a new opening or closing section.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"description\": \"\",\n  \"proposal_id\": 0,\n  \"sectiontype\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_post_section",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/section",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "section"
          ]
        },
        "description": "Tool to create a section. Use when you need to add a new section to your account before including it in proposals.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"category\": \"\",\n  \"description\": \"\",\n  \"sectiontype\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_post_webhook",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/webhook",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "webhook"
          ]
        },
        "description": "Create a webhook subscription in Bidsketch to receive real-time notifications when specific events occur. Webhooks enable your application to receive immediate notifications when events happen in Bids",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"event\": \"\",\n  \"endpoint\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_put_client",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/client",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "client"
          ]
        },
        "description": "Tool to update a client. Use when you need to modify existing client records with new data.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0,\n  \"city\": \"\",\n  \"name\": \"\",\n  \"email\": \"\",\n  \"notes\": \"\",\n  \"phone\": \"\",\n  \"state\": \"\",\n  \"country\": \"\",\n  \"website\": \"\",\n  \"alt_phone\": \"\",\n  \"last_name\": \"\",\n  \"first_name\": \"\",\n  \"postal_zip\": \"\",\n  \"other_contact\": {},\n  \"address_field_one\": \"\",\n  \"address_field_two\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_put_fee",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/fee",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "fee"
          ]
        },
        "description": "Tool to update a fee. Use when you need to modify existing fee records with new data after verifying current values.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"unit\": \"\",\n  \"amount\": 0,\n  \"fee_id\": 0,\n  \"feetype\": \"\",\n  \"category\": \"\",\n  \"quantity\": 0,\n  \"description\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_put_proposal",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/proposal",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "proposal"
          ]
        },
        "description": "Tool to update a specific proposal's details. Use after retrieving a proposal to apply changes.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0,\n  \"tax\": 0,\n  \"name\": \"\",\n  \"tax2\": 0,\n  \"currency\": \"\",\n  \"discount\": 0,\n  \"settings\": {},\n  \"client_id\": 0,\n  \"description\": \"\",\n  \"proposal_date\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_put_proposal_fee",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/proposal/fee",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "proposal",
            "fee"
          ]
        },
        "description": "Tool to update a proposal fee. Use when modifying specific properties of an existing fee within a proposal after verifying its existence.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"unit\": \"\",\n  \"amount\": 0,\n  \"fee_id\": 0,\n  \"feetype\": \"\",\n  \"optional\": false,\n  \"quantity\": 0,\n  \"description\": \"\",\n  \"proposal_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_put_proposal_section",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/proposal/section",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "proposal",
            "section"
          ]
        },
        "description": "Tool to update a proposal section. Use when you need to modify the name or content of an existing section after verifying its existence.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"section_id\": 0,\n  \"description\": \"\",\n  \"proposal_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bidsketch_put_section",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/section",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "section"
          ]
        },
        "description": "Tool to update a section. Use when you need to modify an existing section after confirming its ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0,\n  \"name\": \"\",\n  \"category\": \"\",\n  \"description\": \"\",\n  \"sectiontype\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}