Skip to main content
Glama
samaxbytez

freeagent-mcp-server

by samaxbytez

freeagent_list_contacts

List FreeAgent contacts with optional filters for view, sort order, and update date to retrieve specific client, supplier, or project contacts.

Instructions

List contacts from FreeAgent with optional filtering and sorting

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
viewNoFilter contacts by view
sortNoSort order, e.g. "name" or "-updated_at"
updated_sinceNoOnly return contacts updated since this ISO 8601 date
Behavior2/5

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

With no annotations, the description must fully disclose behavioral traits. It only states listing with filtering/sorting, omitting crucial details like whether the operation is read-only, pagination behavior, rate limits, or any side effects. This is insufficient for a list operation.

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

Conciseness4/5

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

The description is a single sentence, concise and front-loaded. However, it could be slightly more informative without sacrificing brevity. Every word is used, but there is room to add value.

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?

Given no output schema, the description should explain what is returned (e.g., list of contact objects, pagination info). It fails to do so, and also lacks details on default behavior or any limits. The tool has only 3 optional params, but the description is incomplete for a list 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 coverage is 100% and parameter descriptions are already clear. The description's phrase 'optional filtering and sorting' adds minimal context beyond the schema. No additional meaning or examples are provided, so baseline score 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?

Description clearly states the verb 'List' and resource 'contacts' with source 'FreeAgent', and mentions optional filtering/sorting. This distinguishes it from sibling tools focused on single contact actions (create, get, delete, update) and other list tools for different entities.

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 use for listing contacts with filtering, but provides no explicit guidance on when to use this tool versus alternatives like freeagent_get_contact for a single contact or other list tools. No exclusion criteria or context is given.

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

Install Server

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/samaxbytez/freeagent-mcp'

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