Skip to main content
Glama
waldur

Waldur MCP Server

Official
by waldur

list_projects

Retrieve all projects from the Waldur MCP Server to manage and organize cloud resources efficiently.

Instructions

List all projects

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler and registration for the 'list_projects' tool. It is a simple wrapper that calls the Waldur API's projects_list function asynchronously using the authenticated client.
    @mcp.tool() async def list_projects() -> list[Project]: """List all projects""" return await projects_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