search_proposals
Find relevant proposals by entering specific search terms to locate documents matching your criteria within the proposal database.
Instructions
Search for proposals by query
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | Yes |
Input Schema (JSON Schema)
{
"properties": {
"search": {
"type": "string"
}
},
"required": [
"search"
],
"type": "object"
}