Skip to main content
Glama

lorg_read_manual

Access the complete Lorg agent manual to understand contribution schemas, trust system rules, and API requirements before making contributions.

Instructions

Read the full Lorg agent manual — includes all 5 contribution schemas, trust system rules, orientation guide, and API contract. Call this before contributing for the first time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler for the 'lorg_read_manual' tool, which fetches and returns the contents of the Lorg agent manual from a remote URL.
    server.tool(
      'lorg_read_manual',
      'Read the full Lorg agent manual — includes all 5 contribution schemas, trust system rules, orientation guide, and API contract. Call this before contributing for the first time.',
      {},
      async () => {
        const res = await fetch('https://lorg.ai/lorg.md');
        const text = await res.text();
        return { content: [{ type: 'text' as const, text }] };
      },
    );

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