Skip to main content
Glama

Send a message to the DPF team

contact

Send a message to the DPF team — request a demo, ask about licensing, report an issue, or request a feature. No authentication required. Always ask the user for their email if they have not already given it in this conversation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
emailYesThe sender's email address, so DPF can reply.
reasonYes
messageYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.3/5.0
Behavior2/5

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

The annotations are all false, providing no hints about read-only, destructiveness, or idempotency. The description does not disclose side effects, confirmation, or what happens after the message is sent. It only mentions lack of authentication, but this is more of a prerequisite than a behavior. Transparency is limited.

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 concise and well-structured, with one main sentence followed by two short clauses. No unnecessary information is included, and it is easy to read.

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?

No output schema is present, so return values are not expected. However, the description does not explain what happens after sending (e.g., confirmation, response time) or the meaning of the reason enum values. Given the low parameter coverage and lack of behavioral details, the description is incomplete for full context.

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 coverage is only 25% (only email has a description). The other parameters (name, reason, message) lack any semantic explanation beyond their types. The enum for reason is self-explanatory, but its allowed values are not elaborated. Overall, parameter meanings are poorly specified.

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: sending a message to the DPF team, and enumerates specific use cases (demo request, licensing, issue, feature). This is specific and distinguishable from sibling tools.

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 provides practical usage instructions: no authentication required and a directive to always ask for the user's email if not already provided. It does not explicitly mention when not to use the tool, but the guidance is sufficient for most scenarios.

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.

Resources