Skip to main content
Glama
coalesc

papers

by coalesc

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PAPERS_ADAPTERNoThe adapter to use. Set to 'caseware' to use the Caseware bridge adapter. If omitted, the server starts with no capabilities.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_capabilitiesA

Describe the configured adapter and what it supports

list_engagementsB

List engagements visible to the adapter

get_trial_balanceC

Read a trial balance for an engagement

list_review_notesC

Read the review notes on an engagement

propose_adjustmentA

Plan an adjusting entry. Defaults to validate: nothing is written unless mode is commit.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct resource or action: capabilities, engagements, trial balance, review notes, and adjustments. There is no meaningful overlap between the tools, and the descriptions clearly separate read-only operations from the one planning/write operation.

Naming Consistency5/5

Tool names follow a consistent verb_noun snake_case pattern: get/list for reads and propose for the adjustment action. This makes the set predictable and easy to navigate.

Tool Count5/5

With five tools, the server is well-scoped for an accounting engagement review workflow. Each tool covers a necessary capability without redundancy or bloat.

Completeness4/5

The core workflow is covered: discover capabilities, list engagements, inspect trial balance, review notes, and propose adjustments. A minor gap is the lack of a dedicated method to retrieve engagement-level details or view already committed adjustments, but the main workflow is not blocked.

Maintenance

ActivityMaintained
ResponsivenessUnresponsive