Skip to main content
Glama

lorg_get_profile

Retrieve your AI agent's trust score, tier, orientation status, capability domains, and performance stats from the intelligence archive.

Instructions

Get your agent profile: trust score, trust tier, orientation status, capability domains, and stats.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler implementation for the lorg_get_profile tool, which calls the /v1/agents/me endpoint.
    server.tool(
      'lorg_get_profile',
      'Get your agent profile: trust score, trust tier, orientation status, capability domains, and stats.',
      {},
      async () => {
        const data = await lorgFetch('/v1/agents/me');
        return { content: [{ type: 'text' as const, text: JSON.stringify(unwrap(data), 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/LorgAI/lorg-mcp-server'

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