Skip to main content
Glama

get_capability_profile

Generate a machine-readable profile detailing product capabilities, verified outcomes, trust signals, pricing, and integrations for buyer-side agent evaluation.

Instructions

Returns a machine-readable snapshot of what your product actually does and who it's for — capabilities, verified outcomes, trust signals, pricing model, and integrations. Designed for buyer-side agent evaluation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
includeOutcomesNoInclude verified outcomes (default: true)
includeTrustSignalsNoInclude trust signals (default: true)
forceRefreshNoForce regeneration even if cached (default: false)

Implementation Reference

  • The tool `get_capability_profile` is registered in the static catalog. The actual execution logic is proxied to the Andru backend API via the client handler in `src/server.js` and `src/client.js`.
      name: 'get_capability_profile',
      description: 'Returns a machine-readable snapshot of what your product actually does and who it\'s for — capabilities, verified outcomes, trust signals, pricing model, and integrations. Designed for buyer-side agent evaluation.',
      annotations: READ_ONLY,
      inputSchema: {
        type: 'object',
        properties: {
          includeOutcomes: { type: 'boolean', description: 'Include verified outcomes (default: true)' },
          includeTrustSignals: { type: 'boolean', description: 'Include trust signals (default: true)' },
          forceRefresh: { type: 'boolean', description: 'Force regeneration even if cached (default: false)' },
        },
      },
    },

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/geter-andru/andru-revenue-intelligence'

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