Skip to main content
Glama

jmiszewicz - wycena i zapytania o strone internetowa

createProjectBrief

Tworzy ustrukturyzowany brief projektu na podstawie danych zebranych podczas rozmowy z użytkownikiem. Nie wysyła żadnych wiadomości — tylko porządkuje dane.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
goalNoGłówny cel strony internetowej
notesNoDodatkowe uwagi, inspiracje lub wymagania
budgetNoBudżet lub przedział cenowy
companyNoNazwa firmy lub klienta
deadlineNoOczekiwany termin realizacji
featuresNoLista wymaganych funkcji lub sekcji
industryNoBranża
contactNameNoImię i nazwisko osoby kontaktowej
userConsentYesZgoda użytkownika na przesłanie danych do właściciela serwisu
contactEmailNoAdres e-mail osoby kontaktowej
contactPhoneNoNumer telefonu osoby kontaktowej

TDQS

A4/5.0
Behavior4/5

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

The description explicitly states that the tool does not send any messages and only organizes data, which is a key behavioral trait given the lack of annotations. This provides transparency about side effects (or lack thereof), though it does not detail all possible behaviors like error handling.

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, with two sentences that clearly state the purpose and a key behavioral note. It is well-structured and front-loaded.

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?

The description provides the core purpose and a key limitation, but it does not mention what the output brief looks like or any conditions for use. Given the number of parameters and lack of output schema, it could be more detailed, but it is adequate.

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?

The schema already includes descriptions for all parameters, and the tool description does not add additional meaning about how parameters are used or combined. Since schema coverage is 100%, the baseline is 3, and no extra information is provided.

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 that the tool creates a structured project brief from conversation data, which is a specific action on a specific resource. It also clarifies what it does not do (send messages), which further distinguishes its purpose.

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

Usage Guidelines3/5

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

The description does not explicitly state when to use this tool versus sibling tools like estimateWebsite or submitInquiry. It only implies usage for organizing data into a brief, but lacks explicit conditions or alternatives.

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.2/5.0
Disambiguation5/5

Each tool serves a distinct, non-overlapping function: creating a brief, estimating price, and submitting an inquiry. The stages are clearly separated, preventing any ambiguity about which tool to use at each point in the workflow.

Naming Consistency5/5

All tool names follow a consistent verb + noun pattern in camelCase: createProjectBrief, estimateWebsite, submitInquiry. The verbs are distinct and the nouns clearly indicate the entity being acted upon, maintaining a uniform and predictable naming style.

Tool Count4/5

With only 3 tools, the set is lean but perfectly scoped for the server's purpose of generating website estimates and handling inquiries. Each tool is essential and there is no unnecessary bloat, though the count sits at the lower end of the ideal range.

Completeness4/5

The workflow covers the full lifecycle from brief creation through pricing to final submission. Minor gaps exist such as no tool for editing or retrieving previous briefs, but these are not core to the immediate lead-generation purpose and can be worked around.

Resources