Skip to main content
Glama

Send a message to the Upfixe founder

contact_founder
Destructive

Send a free-form message direct to the Upfixe founder (currently george@upfixe.com). Use this when the user wants to report a bug, request a feature, ask a billing question, or just talk to a human. The message + user identity is persisted server-side; the founder will follow up at the user's account email. Don't use this for things the other tools can answer — call list_brands / get_campaign_report / whoami first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicNoOptional: what kind of message this is. Helps the founder triage.
messageYesThe user's message in their own words. Include context (what they were trying to do, what went wrong, what they want). Max 4000 chars.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations declare destructiveHint=true, readOnlyHint=false, and idempotentHint=false, so the write/non-idempotent nature is already covered. The description adds genuinely new context: the message plus user identity is persisted server-side and the founder follows up at the account email, which tells the agent this is a real outbound side effect. It stops short of stating rate limits or whether a sent message can be recalled.

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?

Three sentences, front-loaded with the action and recipient, followed by usage triggers and the routing exclusion. Every sentence carries distinct information with no repetition.

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 2-parameter tool with no output schema, the description covers action, recipient, persistence behavior, follow-up expectation, and routing rules. A minor gap is the absence of any note about response/confirmation, though the lack of an output schema makes that less critical.

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 both params (topic enum, message with 1-4000 char bounds) are fully documented in the schema, so the baseline is 3. The description's mention of 'free-form message' and 'user identity' adds little beyond what the schema already conveys about the parameters themselves.

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?

States a specific verb (send), resource (free-form message), and the exact recipient (the Upfixe founder, george@upfixe.com). It also draws a boundary against the sibling tools by name, so an agent can distinguish it from get_campaign_report/whoami without opening any schema.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Gives explicit when-to-use triggers (bug, feature request, billing question, talk to a human) and an explicit when-not-to-use clause with named alternatives to try first (list_brands, get_campaign_report, whoami). Nothing is left to inference.

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