Skip to main content
Glama

Server Details

Deprecated - moved to dev.journalize/journalize

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 11 tool updates
    • First observedexport_ledger
    • First observedget_account_balance
    • First observedget_balance_sheet
    • First observedget_income_statement
    • First observedget_trial_balance
    • First observedlist_accounts
    • First observedlist_directives
    • First observedregister
    • First observedsubmit_batch
    • First observedsubmit_directive
    • First observedvalidate_directive

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Persistent activity journal for AI agents - enables logging and querying decisions, changes, errors, and observations across sessions.
    13
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides an append-only SQLite journal for orchestrator/worker AI workflows, enabling delegation, reporting, verification, and tracking of tasks with built-in search and optional cloud sync.
    0
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    An MCP-native journaling server that prompts one question per day and captures your responses verbatim, with no AI rewriting or analysis. It integrates with Claude Desktop, Cline, or cron scripts, storing everything as markdown in your vault.
    MIT
  • A
    license
    B
    quality
    B
    maintenance
    Local workstation attention journal that tracks focus, idle, and agent sessions, exposing timeline data via MCP for AI agents to query current or past activity.
    5
    AGPL 3.0
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool targets a distinct operation: ledger export, single account balance, financial reports, listings, key management, directive submission (single/batch), and validation. There is no ambiguity despite some related tools.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., export_ledger, get_balance_sheet, list_accounts). No mixing of conventions.

Tool Count5/5

11 tools cover the essential operations for a double-entry accounting server without being excessive. Each tool serves a clear purpose.

Completeness4/5

Core CRUD operations are covered: read (reports, balances, listings), create (submit directives), and validation. Missing explicit update/delete tools, but this is typical for immutable accounting ledgers.

Resources