Skip to main content
Glama
waldur

Waldur MCP Server

Official
by waldur

list_offerings

Retrieve available service offerings from Waldur to explore and select resources for deployment and management.

Instructions

List all offerings

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the 'list_offerings' tool, decorated with @mcp.tool() which registers it in the MCP server. It retrieves and returns a list of public offerings from the Waldur Marketplace API using the authenticated client.
    @mcp.tool() async def list_offerings() -> list[PublicOfferingDetails]: """List all offerings""" return await marketplace_public_offerings_list.asyncio(client=client)
  • The @mcp.tool() decorator registers the list_offerings function as an MCP tool.
    @mcp.tool()

Latest Blog Posts

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/waldur/waldur-mcp-server'

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