Skip to main content
Glama
waldur

Waldur MCP Server

Official
by waldur

list_resources

Retrieve all available resources from Waldur instances to manage services through API access.

Instructions

List all resources

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the 'list_resources' tool, decorated with @mcp.tool() for registration. It lists all resources by calling the Waldur API via marketplace_resources_list.
    @mcp.tool() async def list_resources() -> list[Resource]: """List all resources""" return await marketplace_resources_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