Skip to main content
Glama

get_salary

Retrieve current compensation details including base salary, stocks, bonus, and total earnings to understand your complete financial package.

Instructions

Get your current salary/compensation details including base, stocks, bonus, and total compensation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The tool "get_salary" is registered and handled here using client.getProfileSalary().
    server.tool(
      'get_salary',
      'Get your current salary/compensation details including base, stocks, bonus, and total compensation',
      {},
      async () => {
        const salary = await client.getProfileSalary();
        return { content: [{ type: 'text' as const, text: JSON.stringify(salary, null, 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/6figr-com/job-gpt-mcp-server'

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