Skip to main content
Glama

get_messaging_framework

Generate tailored messaging frameworks for enterprise sales by adapting content to buyer personas, communication channels, and funnel stages using MBTI-based customization.

Instructions

Get the exact words to use — for a specific buyer type, channel, and funnel stage. MBTI-adapted so the analytical CTO and the results-driven VP Sales get different versions. Returns value props, objection responses, voice variants, and outbound templates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
segmentNoTarget segment or vertical
stageNoWhere the buyer is in their journey
channelNoChannel (email, linkedin, phone, etc.)
personaTypeNoTarget buyer title
mbtiCategoryNoMBTI communication category for message adaptation
productDescriptionNoA brief description of what the user's product does and who it's for. Infer this from the conversation if the user has already described their product. If the user hasn't mentioned their product yet, ask them: "What does your product do, and who do you sell to?" before calling this tool.
verticalNoThe industry the user sells into (e.g., "fintech", "healthcare", "defense"). Infer from conversation context — the user's product description, company name, or the companies they're asking about. If unclear, ask.
targetRoleNoThe buyer role being evaluated (e.g., "CFO", "CTO", "VP Sales"). Infer from context — often explicit in the user's question. If not mentioned, default to the most senior relevant role for their vertical.

Implementation Reference

  • The server delegates tool execution to the Andru API client via `client.callTool(name, args)`.
    const { name, arguments: args } = request.params;
    try {
      return await client.callTool(name, args || {});
  • The tool 'get_messaging_framework' is defined in the static catalog, specifying its purpose and input parameters.
    name: 'get_messaging_framework',
    description: 'Get the exact words to use — for a specific buyer type, channel, and funnel stage. MBTI-adapted so the analytical CTO and the results-driven VP Sales get different versions. Returns value props, objection responses, voice variants, and outbound templates.',
    annotations: READ_ONLY,
    inputSchema: {
      type: 'object',
      properties: {
        segment: { type: 'string', description: 'Target segment or vertical' },
        stage: {
          type: 'string',
          enum: ['awareness', 'consideration', 'decision'],
          description: 'Where the buyer is in their journey',
        },
        channel: { type: 'string', description: 'Channel (email, linkedin, phone, etc.)' },
        personaType: { type: 'string', description: 'Target buyer title' },
        mbtiCategory: {

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