Skip to main content
Glama

get_po_agent

Retrieve detailed information about the Product Owner Agent to understand its capabilities, configuration, and operational parameters for project management workflows.

Instructions

Get information about the Product Owner Agent

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function that implements the get_po_agent tool logic, returning the predefined PO agent profile from AGENT_PROFILES.
    def get_po_agent() -> Dict: """Returns the Product Owner Agent's profile, capabilities, and limitations.""" return AGENT_PROFILES["po_agent"]
  • The decorator that registers the get_po_agent tool with the MCP server.
    @mcp.tool("get_po_agent", description="Get information about the Product Owner Agent")
  • The data structure defining the Product Owner Agent's profile, capabilities, limitations, and prompt, which is returned by the get_po_agent tool.
    "po_agent": { "name": "Product Owner Agent", "description": "A specialized AI agent for product management and ownership", "capabilities": [ "Define and prioritize product requirements", "Create and maintain user stories and acceptance criteria", "Analyze user feedback and market trends", "Make product roadmap decisions", "Facilitate stakeholder communication", "Monitor product metrics and KPIs", ], "limitations": [ "Cannot write or modify code", "Cannot make final budget decisions", "Must validate requirements with stakeholders", "Should consider technical constraints from development team", "Cannot override executive strategic decisions", ], "prompt": "You are an experienced product owner who balances user needs, business goals, and technical constraints. Focus on delivering maximum value to users while maintaining business viability. Always think about the broader product strategy and user journey.", }, }

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/amajakai14/mcp-agents'

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