Skip to main content
Glama
thriveventurelabs

AccountsOS MCP Server

Official

Get Contacts

get_contacts
Read-onlyIdempotent

Retrieve clients, suppliers, and leads from your accounting ledger. Filter by type, search by name or email, and limit results to find the right contact quickly.

Instructions

List contacts (clients, suppliers, leads). Use when user asks about customers, suppliers, or contacts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoFilter by type: client, supplier, lead, other
limitNoMax results (default 50)
searchNoSearch by name or email

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.3

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, so the safety profile is clear. The description adds no extra behavioral details beyond the listing intent, such as response format or filtering behavior, but it does not contradict annotations. With strong annotation coverage, this matches the baseline.

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?

Two concise sentences with no filler. The core action is front-loaded, and the usage hint is placed second. Every word earns its place.

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

Completeness5/5

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

For a simple read-only list tool with 100% parameter schema coverage and rich annotations, this description is complete. The optional parameters are self-explanatory, and no output schema is required for such a straightforward retrieval operation.

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?

Schema description coverage is 100%, so the schema already fully documents all three parameters including their meaning and defaults. The description's mention of 'clients, suppliers, leads' loosely mirrors the type parameter but does not add new semantic value beyond the schema. Baseline 3 is appropriate.

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 names a specific verb and resource: 'List contacts', and clarifies the scope with examples (clients, suppliers, leads). This clearly distinguishes the read operation from sibling write tools like create_contact. The tool's function is immediately understandable.

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

Usage Guidelines4/5

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

The description explicitly says 'Use when user asks about customers, suppliers, or contacts,' providing a clear trigger condition. It does not explicitly name alternatives or exclusions, but for a simple list tool the primary usage context is well covered.

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

Deploy Server

Other Tools