Fusión Studio AI — Branding Tools
Server Details
Brand audits, visual catalogs, AI proposals & checkout for LATAM SMBs. Full funnel via MCP.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.9/5 across 6 of 6 tools scored.
Each tool has a clearly distinct purpose: audit, status check, data retrieval, proposal generation, purchase, and catalog browsing. No overlapping functionality.
All tool names follow a consistent snake_case pattern with descriptive prefixes (brand_, generate_, purchase_, visual_), making them predictable and interpretable.
Six tools is well-scoped for a branding server, covering auditing, brand book management, proposal generation, purchase, and catalog access without redundancy or missing core actions.
Covers the main sales and consulting workflow: audit, view status/data, generate proposal, purchase, and browse catalog. Minor gap in not offering brand book creation or editing, but acceptable given the focus.
Available Tools
6 toolsbrand_auditBInspect
Analiza la presencia de marca de un negocio (sitio web y/o Instagram) y devuelve un score 1-100 con fugas de marca identificadas. Útil para evaluar la identidad visual, coherencia y comunicación de cualquier PyME o emprendimiento. Powered by Fusión Studio AI.
| Name | Required | Description | Default |
|---|---|---|---|
| industry | No | Industria o rubro del negocio | |
| website_url | No | URL del sitio web | |
| company_name | Yes | Nombre de la empresa o negocio | |
| contact_name | No | Nombre del contacto | |
| contact_email | No | Email de contacto | |
| instagram_handle | No | Handle de Instagram sin @ |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden. It discloses that the tool analyzes website/Instagram and outputs a score with identified leaks, implying a read-only analysis. However, it lacks details on auth needs, rate limits, or what exactly 'brand leaks' entail. Behavioral traits are partially covered.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two well-structured sentences. The first front-loads the core function and output, the second provides context (target user) and credit. No unnecessary words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description explains the return value (score 1-100 with leaks) but does not specify the format of leaks or how they are presented. It also does not clarify the relationship between required parameter (company_name) and optional ones (website, Instagram) — e.g., whether at least one media source should be provided. This leaves ambiguity for the agent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, but description adds value by linking parameters (website_url, instagram_handle) to the analysis scope ('sitio web y/o Instagram'). It clarifies that these inputs are the sources for the audit, which is not explicit in individual parameter descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states the tool analyzes brand presence from website/Instagram, returns a score 1-100 with brand leaks, and targets SMEs. Verb is specific and resource is well-defined. While it doesn't explicitly distinguish from siblings, the nature of the tool (audit vs. status/views) is implied.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Description says the tool is useful for evaluating brand identity of any SME, but provides no explicit guidance on when to use this tool over alternatives like brand_book_status or visual_catalog. No when-not-to-use or prerequisite conditions are mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
brand_book_statusAInspect
Consulta el estado de un Brand Book: etapa, progreso, próximos pasos. Busca por email o brand_book_id.
| Name | Required | Description | Default |
|---|---|---|---|
| No | Email del cliente | ||
| brand_book_id | No | ID del brand book |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. Describes a read operation ('Consulta') with no destructive hints, but does not explicitly state idempotency or lack of side effects. Acceptable for a simple query tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two short sentences, front-loaded with key information. No filler words. Every sentence contributes value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
No output schema, but description mentions returned fields (stage, progress, next steps). Lacks details on response format, error handling, or pagination. Adequate for a simple tool but could be more complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with clear parameter descriptions. The description adds only 'Busca por email o brand_book_id', which restates the schema without new semantics. Baseline 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Consulta' (consult) and resource 'estado de un Brand Book' with specific outputs (stage, progress, next steps). It distinguishes itself from siblings like brand_audit or purchase_brand_book by focusing on status retrieval.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Implies usage for checking status via email or brand_book_id, but lacks explicit when-to-use or when-not-to-use guidance. No alternatives mentioned despite sibling tools existing.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
brand_book_viewerAInspect
Datos completos de un Brand Book: estrategia, identidad visual (paleta + tipografía), identidad verbal (tono, vocabulario, copies). Para que un agente IA use la identidad de marca como contexto.
| Name | Required | Description | Default |
|---|---|---|---|
| section | No | Sección a consultar | all |
| brand_book_id | Yes | ID del brand book |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The name 'viewer' suggests a read-only operation, and the description lists data sections but does not explicitly state it is non-destructive or disclose any side effects. With no annotations, this is adequate but not explicit.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, concise and front-loaded with the main purpose, then provides context. No unnecessary words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple viewer with two parameters and no output schema, the description covers the core functionality and data content. It could mention return format or potential errors but is sufficient for an AI agent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. The description adds value by explaining the content of each section (strategy, visual, verbal) beyond the enum labels, providing context for the section parameter.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool provides complete brand book data including strategy, visual identity, and verbal identity. It distinguishes itself from sibling tools like brand_audit, brand_book_status, and generate_proposal by being a viewer.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for AI agents needing brand identity context but does not explicitly state when to use this tool versus siblings like brand_audit or visual_catalog. No alternative recommendations are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
generate_proposalAInspect
Genera una propuesta de venta personalizada basada en un Brand Audit. Claude Opus analiza las fugas y genera un pitch con soluciones específicas. Requiere audit_id de brand_audit.
| Name | Required | Description | Default |
|---|---|---|---|
| audit_id | Yes | ID del audit (obtenido de brand_audit) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It describes the core action (analyzes leaks, generates pitch) but does not disclose side effects, persistence, or authorization needs. It is minimally adequate but lacks depth.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences with clear front-loading of the main action. No redundant words; each sentence adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter tool with no output schema, the description covers the purpose and prerequisite. However, it lacks details about the output format or what the proposal contains, which would be helpful for completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The only parameter (audit_id) has 100% schema description coverage. The description adds context by stating the ID comes from brand_audit, which is useful beyond the schema's format and required flag.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool generates a personalized sales proposal based on a brand audit, with a specific verb ('Genera') and resource ('propuesta de venta'). It distinguishes from sibling tools like 'brand_audit' which performs the audit itself.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It states the prerequisite requirement ('Requiere audit_id de brand_audit'), implying it should be used after a brand audit. However, it does not explicitly mention when not to use or provide alternatives, though the sibling tools are clearly different.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
purchase_brand_bookAInspect
Genera un link de pago de MercadoPago para comprar un Brand Book Profesional ($310.000 ARS). Requiere audit_id de brand_audit + datos de contacto.
| Name | Required | Description | Default |
|---|---|---|---|
| audit_id | Yes | ID del audit | |
| contact_name | Yes | Nombre completo del comprador | |
| contact_email | Yes | Email del comprador | |
| referral_code | No | Código de referido (10% descuento) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behavioral traits. It states the tool generates a payment link and the price, but does not mention whether the link expires, whether multiple links can be created, or if a record is created. This is adequate but not comprehensive.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is only two sentences, front-loading the action and price, then stating requirements. Every sentence serves a purpose with no unnecessary words, achieving high conciseness.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (4 params, no output schema, no annotations), the description covers key aspects: what it does, requirements, and cost. It lacks details about the response format or side effects, but for a payment link generator, this is mostly sufficient to use the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
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 value by linking audit_id to the brand_audit tool ('Requiere audit_id de brand_audit'), providing semantic context beyond the schema description 'ID del audit'. This helps the agent understand the parameter's origin.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool generates a MercadoPago payment link to purchase a Brand Book Professional with the specific price ($310,000 ARS). This verb+resource combination is distinct from sibling tools like brand_audit or brand_book_viewer, which serve different purposes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description specifies a prerequisite: 'Requiere audit_id de brand_audit + datos de contacto.' This tells the agent when to use the tool (after obtaining an audit ID) and what inputs are needed, though it does not explicitly exclude use cases or compare with alternative tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
visual_catalogAInspect
Consulta el catálogo curado de Fusión Studio: 38 combinaciones tipográficas y 60 paletas de color, categorizadas por personalidad e industria.
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Tipo de catálogo | both |
| limit | No | Máximo resultados por categoría | |
| industry | No | Filtrar por industria: gastronomía, salud, tecnología, retail, etc. | |
| personality | No | Filtrar por personalidad: elegante, moderno, cálido, profesional, etc. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry the burden. The verb 'consulta' implies read-only, but there is no explicit statement about side effects, idempotence, or safety. The description does not contradict any annotation (there are none), but could be clearer about behavioral traits.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence that front-loads the key action and object, includes specific counts and categorization, and wastes no words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple query tool with no output schema, the description covers the catalog contents and categories but omits the return format, pagination (limit), or behavior when filters are not applied. It is adequate but not exhaustive.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with each parameter having a description. The tool description adds context about categorization (personality and industry) aligning with filter parameters, but does not add new semantic meaning beyond the schema. Baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it queries a curated catalog of typography and color palettes, with specific counts (38 combinations, 60 palettes). It distinguishes from sibling tools focused on brand audit, book status, proposals, etc., leaving no ambiguity about its function.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
While the description hints at usage via filtering by personality and industry, it does not explicitly state when to use this tool over siblings like brand_book_viewer or generate_proposal. No alternatives or exclusions are mentioned, leaving the agent to infer context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!