Skip to main content
Glama

Stackrate: Office of the CFO software comparisons

Server Details

How Office of the CFO software really works: cited findings on AP, ERP, procurement and more.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-06-18
URL

TDQS

A4.2/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clear, distinct purpose: compare two vendors, fetch a single comparison by ID, list all vendors, and search for comparisons. There is no functional overlap; an agent can easily select the right tool for a given task.

Naming Consistency4/5

Three tools use a verb-based pattern (compare_vendors, list_vendors, search) but 'fetch' is a generic verb that could be more specific (e.g., get_comparison). Minor inconsistency, but still easily understood and predictable.

Tool Count5/5

Four tools is well-scoped for a comparison-focused server. Each tool covers a necessary workflow step without redundancy or bloat, matching the server's stated purpose.

Completeness4/5

The surface covers the core workflows: searching for comparisons, retrieving full details, comparing vendors head-to-head, and listing available vendors. A minor gap might be the absence of a tool to browse all comparisons without a query, but search can serve that role.

Available Tools

4 tools
compare_vendorsA
Read-onlyIdempotent
Inspect

Head-to-head of two vendors over published, gate-passed findings. Returns per-requirement statuses, mechanism explanations, limitations and sources for both vendors, plus the canonical URL of each source comparison. Returns an explicit "no published comparison yet" when none exists.

ParametersJSON Schema
NameRequiredDescriptionDefault
categoryNoOptional requirement area filter, e.g. "Approval Workflows"
vendor_aYesVendor id or name, e.g. "stampli" or "Bill.com"
vendor_bYesVendor id or name

TDQS

A4.2/5.0
Behavior5/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, so the safety profile is covered. The description adds meaningful behavioral context beyond annotations by specifying the exact return contents (per-requirement statuses, explanations, limitations, sources) and the explicit 'no published comparison yet' empty-state behavior. This is valuable, non-redundant disclosure.

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 sentences with no filler. The purpose and key output details are front-loaded, and every clause adds information. The description is concise and well-structured.

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, idempotent comparison tool with 3 parameters and no output schema, the description covers the essential return values and the empty case. It does not mention pagination or error handling beyond the no-comparison case, but these are minor for this tool type. The description is sufficient for an agent to know what to expect.

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 input schema provides 100% coverage with descriptions for all three parameters (vendor_a, vendor_b, category). The tool description does not add additional parameter-level detail beyond what the schema already provides, so the baseline score of 3 is appropriate. It does not introduce syntax or format details that would raise the score.

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 clearly states the tool performs a head-to-head comparison of two vendors over published, gate-passed findings, and enumerates the specific outputs (per-requirement statuses, mechanism explanations, limitations, sources, canonical URLs). This distinguishes it from siblings like list_vendors and search, which are for listing or general queries.

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 the use case (comparing two vendors) but does not explicitly state when to use this tool versus alternatives such as search or fetch. There is no 'when not to use' guidance or reference to sibling tools. It is clear enough but lacks explicit routing.

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

fetchA
Read-onlyIdempotent
Inspect

Fetch one published comparison in full by id (the slug returned by search). Returns the executive summary and every requirement-level finding with status, mechanism, limitations and cited sources.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesComparison slug from search

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, so the safety profile is covered. The description adds valuable behavioral detail about the return payload: executive summary plus every requirement-level finding with status, mechanism, limitations, and cited sources. It stops short of describing error/not-found behavior, but that is a minor gap.

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 tightly written sentences: the first front-loads the action and object, the second enumerates the return contents. Every sentence adds information and there is no filler.

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 single-parameter read-only fetch with no output schema, the description is complete: it says where the id comes from and what the response contains. Combined with the sibling tools, an agent has enough context to invoke it correctly.

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 already fully describes the id parameter as 'Comparison slug from search' (100% coverage), and the description mostly restates that. It adds no new format, constraints, or usage details beyond what the schema provides, so the 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: 'Fetch one published comparison in full by id'. It also ties the id to 'the slug returned by search', which clearly distinguishes this tool from the search, list_vendors, and compare_vendors siblings.

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 establishes the prerequisite workflow by stating that the id is the slug returned by search, so an agent knows to use search first and then fetch. It does not explicitly list alternatives or when-not-to-use conditions, but the usage context is clear.

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

list_vendorsA
Read-onlyIdempotent
Inspect

List every vendor Stackrate covers with id, name, categories and profile URL. Use it to resolve a product name to an id.

ParametersJSON Schema
NameRequiredDescriptionDefault
categoryNoOptional category id filter

TDQS

A3.9/5.0
Behavior3/5

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

The annotations already declare readOnlyHint, openWorldHint, and idempotentHint, so the safety profile is covered. The description adds that the result includes id, name, categories, and profile URL, which is useful, but it does not detail other behavior such as pagination or response ordering.

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 short sentences, front-loaded with the action and output fields, with no wasted words. The use case is placed after the core definition and 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 list tool with one optional parameter and safety carried by annotations, the description is complete enough: it states the scope ('every vendor'), the returned fields, and the primary use case. No output schema exists, but the listed fields supply the needed return contract.

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% and the one optional category parameter is already documented in the schema. The description does not add further meaning about how the category filter behaves, so it stays at the baseline for high schema coverage.

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 names a specific action and resource: listing every Stackrate vendor with id, name, categories, and profile URL. It is clear, but it does not explicitly distinguish itself from sibling tools like search or compare_vendors, so it stops short of a top score.

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?

It gives one concrete use case: 'Use it to resolve a product name to an id.' This provides clear context for when to call it, but it does not state when not to use it or name alternatives such as search.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 4 tool updates
    • First observedcompare_vendors
    • First observedfetch
    • First observedlist_vendors
    • First observedsearch

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Self-serve MCPB demo for accounts payable invoice exception review. It performs deterministic matching across invoice, purchase order, goods receipt, vendor master, invoice history, tax code master, and payment rules.
    -
  • A
    license
    A
    quality
    A
    maintenance
    Modern quote to cash powered by AI
    36
    9 npm
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables accounts payable teams to extract invoice data from PDFs and images, detect duplicates, normalize vendor names, calculate payment terms, and validate invoice completeness. Supports local extraction for text PDFs and optional vision providers for scanned documents.
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources