Skip to main content
Glama
zebbern

agloop-mcp

by zebbern

agloop_list_agents

Retrieve all agent names from the .github/agents/ directory to identify available automation resources within the AgLoop framework.

Instructions

List all available agent names in .github/agents/.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler for the 'agloop_list_agents' tool, which lists available agents using the StateManager's list_agents method.
    @mcp.tool()
    def agloop_list_agents() -> str:
        """List all available agent names in .github/agents/."""
        agents = _sm().list_agents()
        return json.dumps(agents, indent=2)

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/zebbern/agloop-mcp'

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