Skip to main content
Glama
waldur

Waldur MCP Server

Official
by waldur

list_customers

Retrieve all customer records from the Waldur MCP Server to manage client data and access service information.

Instructions

List all customers

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the 'list_customers' tool, decorated with @mcp.tool() for registration. It lists all customers by calling the Waldur API's customers_list endpoint using the authenticated client.
    @mcp.tool() async def list_customers() -> list[Customer]: """List all customers""" return await customers_list.asyncio(client=client)

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