Skip to main content
Glama

Submit a project brief

submit_project_brief

File a project brief on the client's behalf. Djaouad replies with a fixed quote within 24 hours. Use after confirming scope with the human.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesClient name
notesNoAnything else
budgetNoe.g. '$500-$2k'
contactYesEmail or WhatsApp number to reply to
featuresNoFeature list, optional
timelineNoe.g. 'ASAP', '2-4 weeks'
project_typeYesWhat should be built, e.g. 'AI support chatbot'

TDQS

A4.2/5.0
Behavior4/5

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

Annotations are sparse: readOnlyHint=false (so mutation is expected), idempotentHint=false (so repeated calls may have different effects), and no destructive hint. The description adds key behavioral context: a fixed quote is returned within 24 hours, and it should be used after human confirmation, which prevents misuse. It does not detail side effects like whether submission creates a persistent record, but the description adds value beyond the annotations.

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?

Two sentences, front-loaded with the purpose, followed by the key outcome and usage condition. Every sentence earns its place; no fluff or 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 tool with 7 parameters, 3 required, and no output schema, the description provides essential context: the purpose, the response time, and the prerequisite. It does not explain the return value (since no output schema), but that is optional. Given annotations are minimal, this description is reasonably complete for an agent to invoke correctly.

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%, so all parameters are documented in the schema. The description does not add extra parameter-level meaning beyond what the schema provides, but it does clarify the overall purpose (e.g., 'contact' is 'Email or WhatsApp number to reply to', which is in the schema). Since coverage is high, a baseline of 3 is appropriate, and the description doesn't need to re-explain parameters.

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 action ('File a project brief'), the subject ('on the client's behalf'), and the outcome ('Djaouad replies with a fixed quote within 24 hours'). It distinguishes itself from siblings by focusing on submitting a brief, not querying slots, pricing, profiles, or projects.

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 instruction 'Use after confirming scope with the human' provides clear context for when to invoke this tool, which is a strong usage guideline. However, it does not explicitly mention when not to use it or name alternatives, though siblings like get_pricing might be relevant for quotes—this is implied but not stated.

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/5.0
Disambiguation4/5

Each tool targets a distinct step in the client journey (learn, validate, price, schedule, convert), but get_profile and get_next_slot both mention availability, which could cause an agent to pick the wrong tool.

Naming Consistency5/5

All five tools follow a consistent snake_case verb_noun pattern (get_*, search_*, submit_*), with the verb clearly indicating the action type.

Tool Count5/5

Five tools is well-scoped for a personal hire-me server—enough to cover the full journey without bloat.

Completeness5/5

The set covers the full lead-to-client lifecycle: introduce (get_profile), prove (search_projects), price (get_pricing), schedule (get_next_slot), and convert (submit_project_brief), leaving no dead ends.