Skip to main content
Glama

send_proposal

Send proposals to assigned contacts using Offorte Proposal Software. Choose between Offorte or self-delivery methods and include custom messages with your proposal submissions.

Instructions

Send a proposal to its assigned contacts

Input Schema

NameRequiredDescriptionDefault
proposal_idYes
send_message_idNo
send_methodNoofforte
send_messageNo
password_resetNo

Input Schema (JSON Schema)

{ "properties": { "password_reset": { "type": "boolean" }, "proposal_id": { "type": "number" }, "send_message": { "type": "string" }, "send_message_id": { "type": "number" }, "send_method": { "default": "offorte", "enum": [ "offorte", "self" ], "type": "string" } }, "required": [ "proposal_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/offorte/offorte-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server