Skip to main content
Glama
PowerLaw-Technology

ferc-elibrary-mcp

sync_docket

Fetch missing accessions for a docket and update the document store incrementally. Ensures complete docket coverage by retrieving only new filings.

Instructions

Incrementally fetch accessions missing from the document store for a docket.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
docket_numberYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

B3.2/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of disclosing behavioral traits. It mentions 'incrementally' and the scope 'missing from the document store,' but it does not state whether the tool writes to or mutates the document store, whether it is idempotent, or whether it may be a long-running operation. The wording is ambiguous about side effects, which is a significant gap for a tool named 'sync_docket.'

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence of twelve words, front-loaded with the verb and object. Every word contributes meaning: 'incrementally' clarifies scope, 'missing from the document store' specifies the target set, and 'for a docket' ties it to the parameter. There is no redundant language.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The output schema exists, so return values need not be explained. However, the absence of annotations and the terse description leave important operational context untold: whether the tool mutates the document store, what 'accessions' means in this domain, how 'incrementally' is determined, and whether a prior cache or docket fetch is required. An agent could not fully assess side effects or prerequisites from this description alone.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has one required parameter (docket_number) with zero description coverage. The tool description's 'for a docket' implicitly identifies docket_number as the target docket, adding some contextual meaning. However, it does not specify the expected format, example values, or any constraints, so it only partially compensates for the missing schema documentation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('fetch') and a precise resource ('accessions missing from the document store for a docket'). It clearly communicates an incremental sync operation, which is distinct from the other listed tools like get_docket or get_filing. It does not explicitly name sibling alternatives, so it stops short of a perfect score.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The phrase 'incrementally fetch accessions missing' implies a backfill/sync scenario, giving some sense of when to use this tool. However, it does not explicitly state when to prefer this tool over alternatives such as get_docket or cache_status, nor does it mention any prerequisites or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

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/PowerLaw-Technology/ferc-elibrary-mcp'

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