Skip to main content
Glama

search_opportunities

Find Australian Government ICT procurement opportunities using keywords and marketplace filters to identify relevant contracts across multiple procurement channels.

Instructions

Search for procurement opportunities on BuyICT with optional filters

Input Schema

NameRequiredDescriptionDefault
keywordNoSearch term to filter opportunities
marketplaceNoFilter by marketplace code (e.g., PCS, SMP, CMP, LH, TMP, DC, HMP)
page_sizeNoNumber of results per page (default: 15)
pageNoPage number (default: 1)

Input Schema (JSON Schema)

{ "properties": { "keyword": { "description": "Search term to filter opportunities", "type": "string" }, "marketplace": { "description": "Filter by marketplace code (e.g., PCS, SMP, CMP, LH, TMP, DC, HMP)", "enum": [ "PCS", "SMP", "CMP", "LH", "TMP", "DC", "HMP" ], "type": "string" }, "page": { "default": 1, "description": "Page number (default: 1)", "minimum": 1, "type": "number" }, "page_size": { "default": 15, "description": "Number of results per page (default: 15)", "maximum": 100, "minimum": 1, "type": "number" } }, "type": "object" }

Other Tools from BuyICT MCP Server

Related Tools

    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/ConsentirDev/buyict.mcp'

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