Skip to main content
Glama

accelo_count_contracts

Counts contracts in Accelo CRM matching your search or filters to quickly assess volumes without retrieving full records.

Instructions

Count contracts matching the given filters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
searchNo
filtersNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.7/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden but adds no behavioral context beyond the basic purpose. It does not disclose whether the count is approximate, how large result sets are handled, whether the operation requires specific permissions, or any other operational traits.

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, efficient sentence that is front-loaded with the core action. It is concise but perhaps too terse, missing opportunities to clarify usage or parameters.

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?

With no annotations, no output schema, and 0% parameter coverage, the description is insufficient for an agent to confidently invoke the tool. It lacks details on parameters, behavior, and when to use it, making it incomplete for a tool with potential filtering complexity.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate for the undocumented parameters 'search' and 'filters'. It only vaguely references 'given filters' without explaining what the parameters accept, their formats, or examples, leaving significant gaps.

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 states a specific verb ('Count') and resource ('contracts'), clearly distinguishing it from sibling tools like accelo_list_contracts and accelo_get_contract. It doesn't explicitly name those siblings, so it falls short of a 5.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives (e.g., accelo_list_contracts for retrieving full records). Usage is only implied by the tool's name and description, with no explicit when-to-use conditions.

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