Skip to main content
Glama

Assinafy MCP Server

List Documents

assinafy_list_documents
Read-only

List documents in an Assinafy workspace with optional pagination, search, sort, and status filters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNopage number (1-based)
sortNoname or updated_at; prefix with - for descending
searchNopartial match on document name or signer
statusNodocument status filter
per_pageNonumber of results per page (max 100)
account_idNoaccount ID; uses request routing if omitted

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already provide readOnlyHint and openWorldHint, and the description adds no side-effect or scope disclosures beyond the workspace context. It is consistent with the annotations and adequate, but does not enrich behavioral understanding further.

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?

A single front-loaded sentence states the verb and object first, then appends optional modifiers. There is no filler, repetition, or unnecessary detail.

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

Completeness4/5

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

For a read-only listing tool with no required parameters and fully documented optional parameters, the description plus schema is largely sufficient. It could be more complete with explicit return-structure or status-value hints, but the core invocation context is covered.

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?

All six parameters have schema descriptions, so the schema carries most of the semantic load. The description adds a useful high-level grouping of pagination, search, sort, and status filters, but no additional parameter details beyond the schema.

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

Purpose5/5

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

The description uses a specific verb ('List') with a clear resource ('documents') and scope ('Assinafy workspace'). It also names the key optional capabilities, making it easy to distinguish from sibling tools like list_templates or get_document.

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 description implies a listing/filtering use case but does not explicitly say when to choose this over alternatives such as get_document for a single document or list_templates for templates. Usage context is present but not directly stated.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources