Skip to main content
Glama

CAF Agricultura Familiar PF

show_version

Read-onlyIdempotent

Show the current MCP platform and adapter versions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds minimal extra context by specifying 'current' versions and 'platform and adapter', but it does not disclose any behavioral nuances such as network calls or caching behavior.

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?

One short, front-loaded sentence with no filler. Every word contributes meaning: 'Show' (verb), 'current' (freshness), 'MCP platform and adapter versions' (resources).

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 parameterless, read-only version query with no output schema, the description is fully adequate. The intended behavior and result are completely clear, and the tool is simple enough that no additional documentation is needed.

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

Parameters4/5

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

The tool has zero parameters, and the schema is trivially 100% covered by its empty property list. According to the 0-params baseline rule, the description need not add anything, and it correctly implies no inputs are required.

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 the specific verb 'Show' with a clear resource: 'current MCP platform and adapter versions.' This unambiguously distinguishes it from siblings like authenticate, connect, and marketplace, which serve entirely different functions.

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 obvious use case—checking the platform and adapter versions—but provides no explicit guidance versus alternatives. With a sibling named 'toolkit_info' that might overlap in scope, the lack of any differentiation makes the intended usage only inferred, not explicit.

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.

TDQS

A3.9/5.0
Disambiguation4/5

Most tools have clearly distinct purposes: authentication, connection status, marketplace, bug reporting, version info, and toolkit state. The domain-specific CAF tool stands apart. However, 'connect' and 'toolkit_info' both report connection status, which could cause minor confusion.

Naming Consistency3/5

Naming is mixed: platform tools use single words or compound phrases like 'authenticate', 'report_bug', 'show_version', while the domain tool uses a prefixed snake_case pattern 'caf_agricultura_pf_consultar'. 'marketplace' and 'toolkit_info' are nouns rather than verbs, breaking the verb-based pattern.

Tool Count4/5

Seven tools is a reasonable count, neither overwhelming nor too sparse. The platform tools are necessary for the MCP ecosystem integration, and the one domain tool addresses the core consultation need. Still, the server is heavily weighted toward platform utilities rather than CAF-specific functionality.

Completeness3/5

The CAF domain is covered only with a single consultation tool, which may be sufficient for a simple lookup service but lacks any additional operations like batch queries or result validation. The platform tools are complete for their purposes, so the overall set is functional but has minimal domain depth.