Skip to main content
Glama
megamaced

collectives-mcp

by megamaced

ping

Read-onlyIdempotent

Checks connectivity to the configured Nextcloud instance and reports the number of visible collectives.

Instructions

Verify connectivity to the configured Nextcloud instance and report how many collectives are visible.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.2

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, covering safety. The description adds valuable context by stating the tool reports the count of visible collectives, which is beyond annotation scope. It is consistent and provides a concrete behavioral detail.

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?

The description is a single, front-loaded sentence with no wasted words. It efficiently communicates the purpose and the added output detail, making it easy to parse quickly.

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?

With no parameters, no output schema, and rich annotations covering safety, the description is fully adequate. It tells the agent exactly what the tool does and what it reports, leaving no gaps for successful invocation.

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, so the description does not need to explain parameter semantics. The baseline is 4 for zero-param tools, and the description appropriately focuses on the tool's function rather than input handling, satisfying the expectation.

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 a specific action ('Verify connectivity') and a distinct resource ('configured Nextcloud instance'), plus the additional report of visible collectives. This distinguishes it from all sibling tools, which manage collectives or pages, making it unambiguous.

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 its use as a connectivity check but does not explicitly state when to use it versus alternatives or provide exclusion criteria. Given it is a unique health-check tool with no similar siblings, the implied usage is acceptable but could be enhanced with guidance like 'Use before other operations to verify connectivity.'

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