Skip to main content
Glama
gohluke

Dayze MCP

by gohluke

Audit People (compact)

audit_people
Read-only

Identify duplicate contacts, normalization issues, and payment-handle collisions in your address book using server-side hygiene checks. Returns compact candidate clusters for targeted cleanup.

Instructions

CONTEXT LAYER: server-side contact hygiene. Returns compact candidate clusters only (duplicates, entity-type hints, normalization, payment-handle collisions). Do NOT use get_people bulk dumps for cleanup. ($0.10; API key required)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
checksNo
min_confidenceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
summaryYes
guidanceNo
candidatesYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.28.0

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already mark this as read-only and non-destructive. The description adds useful behavioral context: it is server-side, returns only compact candidate clusters, costs $0.10, and requires an API key. This goes beyond the annotations without contradicting them.

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 compact and front-loaded: context, output, usage warning, and cost/auth are each conveyed in a single concise statement. Every sentence adds value, and there is no filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description gives the essential context, output shape, and auth/cost details, and an output schema exists. However, because the parameters are entirely undocumented in both schema and description, the tool is not fully callable without guessing or external knowledge.

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

Parameters1/5

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

Schema description coverage is 0%, and the description provides no explanation of limit, checks, or min_confidence. The output-type hints (duplicates, normalization, etc.) are loosely related to possible checks but do not map to the actual parameters, leaving the agent without meaningful parameter guidance.

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's purpose: server-side contact hygiene returning compact candidate clusters for duplicates, entity-type hints, normalization, and payment-handle collisions. It also explicitly contrasts with get_people bulk dumps, helping differentiate it from a closely related sibling.

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 provides a clear use context (cleanup candidate clusters) and explicitly warns against using get_people bulk dumps for cleanup. However, it does not mention other relevant siblings like score_people_duplicates or start_people_cleanup, so the alternative-selection guidance is incomplete.

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