find_opportunities
ActiveTool of io.github.HarleyCoops/workspace-alberta
Find government contracts that match your business profile. Returns scored and ranked opportunities with explanations of why each one fits your capabilities. Pass an inline `profile` to describe the business per call.
Parameters schema
{
"type": "object",
"properties": {
"days": {
"type": "integer",
"default": 60,
"description": "Only show contracts closing within N days (default: 60)"
},
"limit": {
"type": "integer",
"default": 15,
"description": "Maximum opportunities to return (default: 15)"
},
"profile": {
"type": "object",
"properties": {
"location": {
"type": "string",
"description": "Where the business is located, e.g. 'Edmonton, Alberta'"
},
"industries": {
"type": "array",
"items": {
"type": "string"
},
"description": "Optional industries such as steel, lumber, aluminum, construction"
},
"description": {
"type": "string",
"description": "What the business does: products, services, capabilities"
},
"capabilities": {
"type": "array",
"items": {
"type": "string"
},
"description": "Optional explicit capability keywords; derived from description when omitted"
},
"company_name": {
"type": "string",
"description": "Company name"
}
},
"description": "Inline business profile used for this call only. Overrides any saved profile. On the shared public endpoint without a subscriber key, this is the way to describe your business."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.HarleyCoops/workspace-alberta
https://github.com/HarleyCoops/WorkspaceAlberta
1/7 registries