Skip to main content
Glama

Dynomatix

Send a work enquiry

dynomatix_submit_enquiry

Send a project enquiry to Dynomatix — the same form the site's enquiry page submits. This is final: it delivers straight to a monitored human inbox and cannot be edited, recalled or deleted afterwards. Confirm the details with the person you are acting for before you call it, and do not call it twice for the same submission — a retry sends a second copy. Give the company or product website in company (a bare hostname like example.com is fine) and say what needs building in brief. Nothing is stored: the enquiry becomes an email and nothing else. Ask for a budget on the call, not here — this form does not collect one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe enquirer's full name.
briefYesWhat needs building, in the enquirer's own words. Newlines are preserved. There is no minimum — a single line is a fine enquiry.
emailYesThe enquirer's email address, in the form name@example.com. This is the only address the reply can go to.
companyYesThe company or product website. A bare hostname is accepted and https is assumed; anything that is not a web address is refused.
timelineNoOptional. One of: exploring (Exploring), this-quarter (This quarter), already-started (Already started and stuck). Omit it if unknown — blank is valid, a value outside this list is not.

TDQS

A4.4/5.0
Behavior5/5

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

With no annotations provided, the description fully carries the behavioral disclosure burden. It explicitly warns that the submission is final, cannot be edited/recalled/deleted, delivers to a monitored human inbox, and that retrying sends a duplicate. It also discloses that nothing is stored and the enquiry becomes an email, which is valuable beyond the schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Every sentence carries meaningful warnings or guidance, and the most critical information (finality, retry risk) is front-loaded. It is slightly longer than necessary because the permanence is emphasized twice ('cannot be edited, recalled or deleted' and 'becomes an email and nothing else'), which prevents a 5.

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 high-stakes, irreversible submission tool with no output schema, the description is thorough: it explains finality, retry consequences, delivery destination, data handling, and budget exclusion. It also covers parameter usage sufficiently, so the agent has the full context needed to invoke it safely.

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 coverage is 100%, so the baseline is 3. The description adds a little guidance like 'Give the company or product website in company' and 'say what needs building in brief,' but these mostly restate the schema's own descriptions. It does not significantly extend parameter meaning beyond the schema.

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 function with a specific verb and resource: 'Send a project enquiry to Dynomatix — the same form the site's enquiry page submits.' It distinguishes from the sibling submit_application by specifying 'project enquiry' and describing the enquiry page, so an agent can tell this is for project inquiries, not job applications.

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 gives strong usage guidance: confirm details before calling, do not call twice, and ask for budget on the call rather than here. However, it does not explicitly name alternative sibling tools like submit_application, so it falls short of full alternative-tool guidance.

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

A4.7/5.0
Disambiguation5/5

Each tool targets a distinct action and resource: about, list/get positions, list/get work, submit application/enquiry. There is no overlap; an agent can easily select the correct tool based on whether it needs company info, a job posting, a case study, or to submit a form.

Naming Consistency4/5

The dynomatix_ prefix is consistent, and most tools follow a verb_noun pattern (list_open_positions, get_position, submit_application). The exception is dynomatix_about, which uses a noun instead of a verb, but it is a single minor deviation and the overall pattern remains predictable.

Tool Count5/5

Seven tools is well-scoped for a company website that provides company info, job listings, case studies, and two submission forms. Each tool earns its place, and there is no bloat or redundancy.

Completeness5/5

For the apparent domain (Dynomatix's public site), the tool set fully covers reading about the company, browsing and retrieving jobs and work, and submitting applications and enquiries. There are no obvious dead ends: list tools feed detail tools, and submission tools have clear input requirements.

Resources