AgentLedger
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGENT_ID | Yes | Agent identifier | |
| PRIVATE_KEY | Yes | Your wallet private key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| logging | {} |
| completions | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| log_reasoningA | Log an AI agent reasoning trace permanently to 0G Storage. Every decision step is stored immutably with a root hash receipt. Decisions are chained so history cannot be tampered with. |
| get_reasoningA | Retrieve a specific reasoning trace from 0G Storage using its root hash |
| verify_reasoningA | Verify a reasoning trace exists unchanged on 0G Storage. Returns true if the data is intact, false if tampered or missing. |
| get_agent_historyC | Get the full reasoning history for an agent — all decisions they have ever logged to AgentLedger |
| audit_agentB | Audit an agent's complete reasoning chain. Downloads every decision and verifies the chain has not been tampered with. Returns INTACT or BROKEN with details. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Benita2001/Agentledger'
If you have feedback or need assistance with the MCP directory API, please join our Discord server