Skip to main content
Glama

Izifete — prestataires événementiels en France

Server Details

Prestataires événementiels vérifiés en France, par métier et ville — Izifete.

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.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsA

Average 4.6/5 across 6 of 6 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct task: searching for providers, fetching details, creating a request, verifying a business, and two clearly separated advice channels (event organizer vs professional). The descriptions explicitly cross-reference to eliminate overlap, making misselection highly unlikely.

Naming Consistency3/5

Names mix French (conseils_evenement, creer_demande) and English (search, fetch) and follow different patterns: noun-based for advice, verb+noun for actions, and simple verbs. While readable and consistently lowercase with underscores, the lack of a single convention reduces predictability.

Tool Count5/5

Six tools is well-scoped for a directory and advice service, covering all core interactions (search, detail view, request creation, business verification, guidance) without unnecessary bloat. The count fits the standard 3-15 range comfortably.

Completeness4/5

The primary user journey (search → fetch → creer_demande) is fully supported, supplemented by company verification and targeted advice. Minor gaps exist, such as no update/cancel flow for requests, but these are not critical for the service's stated purpose.

Available Tools

6 tools
conseils_evenementConseils & budgets pour organiser un événementA
Read-onlyIdempotent
Inspect

Utilise cet outil quand l'utilisateur ORGANISE un événement en France (mariage, anniversaire, baptême, séminaire, soirée) et pose une question de conseil : quel budget prévoir (traiteur, DJ, photographe, lieu…), quelles quantités (boissons, pièces cocktail, taille de salle), quand réserver chaque prestataire, comment choisir un prestataire fiable et éviter les arnaques. Renvoie des repères chiffrés vérifiés issus des données Izifete. N'utilise PAS cet outil pour chercher un prestataire précis (search) ni pour les questions d'un professionnel de l'événementiel (conseils_prestataire).

ParametersJSON Schema
NameRequiredDescriptionDefault
questionYesLa question de l'utilisateur, ex. « quel budget pour un traiteur de mariage 100 personnes ? », « combien de bouteilles pour 80 invités ? », « quand réserver le lieu ? »
Behavior5/5

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

Annotations already declare read-only, idempotent, and non-destructive behavior. The description adds valuable context by stating it returns verified figures from Izifete data, defines the scope (France, event types), and clarifies it outputs numerical benchmarks. This goes beyond the safety annotations and sets correct expectations.

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 well-structured: it opens with the explicit use case, lists example topics, states the output source, and ends with clear exclusions. Every sentence contributes essential information without redundancy, and the length is justified by the need for differentiation.

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?

Given a simple single-parameter tool with strong annotations and no output schema, the description is complete. It covers input expectations, output type, domain scope, and exclusions, providing sufficient context for an agent to invoke it correctly and understand what to expect.

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 only parameter 'question' is already thoroughly described in the schema with examples. The description does not add extra semantic detail about the parameter's format or constraints, so the baseline of 3 is appropriate since the schema carries the full burden.

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 provides advice and budget estimates for organizing events in France, with specific resource types (weddings, birthdays, etc.) and topics (budget, quantities, timing, provider selection). It explicitly distinguishes from sibling tools like search and conseils_prestataire, making its purpose unambiguous.

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?

It provides explicit when-to-use guidance (when user is organizing an event in France and asking for advice) and when-not-to-use guidance (not for finding specific providers, not for professionals), naming the alternative tools. This fully covers decision-making criteria.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

conseils_prestataireConseils pour les prestataires événementielsA
Read-onlyIdempotent
Inspect

Utilise cet outil quand l'utilisateur est un PROFESSIONNEL de l'événementiel en France (DJ, traiteur, photographe, fleuriste, décorateur, lieu de réception…) et demande des conseils métier : comment trouver plus de clients, être plus visible en ligne, fixer ses tarifs, faire un devis professionnel, quelles obligations (SIRET, assurance RC pro). Renvoie des conseils concrets issus des données et guides Izifete. N'utilise PAS cet outil pour les questions d'un particulier qui organise un événement (conseils_evenement) ni pour créer un profil ou une demande.

ParametersJSON Schema
NameRequiredDescriptionDefault
questionYesLa question du professionnel, ex. « comment trouver plus de clients quand on est DJ ? », « comment faire un devis pro ? », « faut-il un SIRET ? »
Behavior4/5

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

Annotations already declare the tool as readOnly, idempotent, and non-destructive. The description adds beyond annotations by stating the advice is 'conseils concrets issus des données et guides Izifete.' It does not contradict annotations and provides some context about the output source and nature, though it could mention limitations (e.g., no legal guarantee). Overall, it adds value beyond the structured metadata.

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 three sentences, front-loaded with the core purpose and usage condition. Every sentence serves a purpose: defining the audience, listing example topics, stating the output source, and providing exclusions with alternative tools. No redundancy or fluff.

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?

The tool is simple (one parameter, no output schema), and the description fully covers it: when to use, what it does, what it returns, and when not to use. It includes targets audience, example queries, and exclusions. No missing critical context for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already covers the single parameter 'question' with a clear description and min/max lengths. The tool description adds value by providing specific example questions and reiterating the expected domain. This extra context helps the agent formulate valid queries, going beyond the schema's generic description.

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 identifies the tool's purpose: providing business advice to French event industry professionals (DJ, caterer, photographer, etc.). It specifies the exact audience (PROFESSIONNEL de l'événementiel) and the type of queries (finding clients, pricing, legal obligations). This clearly distinguishes it from sibling tools like conseils_evenement, which serves individuals.

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?

The description explicitly states when to use the tool ('Utilise cet outil quand l'utilisateur est un PROFESSIONNEL...') and lists concrete example questions. It also explicitly says when NOT to use it, naming the alternative tool (conseils_evenement) and other excluded cases (creating a profile or request). This is exemplary guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

creer_demandeDemander un devis à un prestataireAInspect

Connexion à un compte Izifete requise ; l'email vérifié du compte est utilisé. Utilise cet outil UNIQUEMENT après que l'utilisateur a explicitement choisi un prestataire (via search/fetch) ET confirmé vouloir lui envoyer une demande de devis gratuite. Crée une demande ciblée (type d'événement, ville, date, budget indicatif, message) qui est relue par l'équipe Izifete avant transmission au prestataire. Demande toujours confirmation à l'utilisateur avant d'appeler cet outil. Aucune donnée de paiement n'est collectée. N'utilise pas cet outil pour rechercher (search), afficher une fiche (fetch) ou vérifier une entreprise (verifier_entreprise).

ParametersJSON Schema
NameRequiredDescriptionDefault
cityYesVille de l'événement
budgetNoBudget indicatif (optionnel, ex. « 1500 € »)
guestsYesNombre d'invités estimé
messageNoPrécisions de l'utilisateur pour le prestataire (optionnel)
event_dateYesDate de l'événement (ex. « 2026-09-14 » ou « 14 septembre 2026 »)
event_typeYesType d'événement : mariage, anniversaire, séminaire, baptême, soirée…
client_nameYesNom (ou prénom) de l'utilisateur qui fait la demande
postal_codeNoCode postal (optionnel)
provider_idYesIdentifiant du prestataire choisi (renvoyé par search/fetch)
client_emailNoRenseigné automatiquement depuis le compte OAuth vérifié. Ne demande jamais cette adresse à l'utilisateur.
client_phoneNoTéléphone de l'utilisateur (optionnel)
Behavior5/5

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

Beyond annotations (readOnlyHint=false, destructiveHint=false), the description discloses account/login requirements, the verification email usage, that the request is reviewed by the Izifete team before transmission, and that no payment data is collected. This adds valuable behavioral context not present in annotations.

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?

The description is moderately long but well-structured and front-loaded with the critical prerequisite. Each sentence serves a purpose (prerequisite, action, review process, confirmation, exclusions). Minor redundancy exists, but it remains concise for the complexity.

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 covers prerequisites, creation workflow, review process, exclusions, and account requirements. It does not explicitly state what the function returns after a successful call, but the absence of an output schema and the described handoff to Izifete provide sufficient context for most scenarios.

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% with every parameter described. The description mentions some fields (event type, city, date, budget, message) in passing but adds no further parameter-level 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.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool creates a targeted quote request ('Crée une demande ciblée') and distinguishes it from sibling tools by explicitly excluding search, fetch, and verifier_entreprise. The verb+resource combination is specific and unambiguous.

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?

The description provides explicit usage conditions: use only after the user has selected a provider and confirmed, always ask for confirmation before calling, and lists what the tool is NOT for (search, fetch, verifier_entreprise). This is exemplary guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

fetchVoir la fiche d'un prestataireA
Read-onlyIdempotent
Inspect

Utilise cet outil quand l'utilisateur veut les détails d'un prestataire Izifete précis, à partir de son identifiant obtenu via search. Renvoie ses métiers, sa ville, sa note, sa description et le lien de sa fiche izifete.fr. N'utilise PAS cet outil pour rechercher plusieurs prestataires (search) ni pour envoyer une demande (creer_demande).

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesIdentifiant du prestataire renvoyé par search
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior, so the bar is lower. The description adds value by specifying the return content ('Renvoie ses métiers, sa ville, sa note, sa description et le lien de sa fiche izifete.fr') and the prerequisite that the ID must come from a prior search. No contradictions with 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?

The description is concise, using three sentences that each serve a purpose: when to use, what it returns, and exclusions. It is front-loaded with the main usage directive and contains no filler or unnecessary details.

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?

Given the tool's simplicity (1 parameter, no output schema), the description is complete: it explains the input source, return fields, and exclusions, and is aligned with annotations. There are no significant gaps for an agent to misuse this tool.

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 fully describes the only parameter 'id' with the description 'Identifiant du prestataire renvoyé par search' (100% coverage). The tool description repeats this same information ('à partir de son identifiant obtenu via search'), adding no new meaning beyond the schema, so baseline 3 is appropriate.

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 this tool fetches details of a specific Izifete provider using an ID from search: 'Utilise cet outil quand l'utilisateur veut les détails d'un prestataire Izifete précis, à partir de son identifiant obtenu via search.' It explicitly distinguishes itself from sibling tools by excluding search (search) and request creation (creer_demande).

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?

The description provides explicit when-to-use guidance ('quand l'utilisateur veut les détails d'un prestataire précis') and when-not-to-use guidance ('N'utilise PAS cet outil pour rechercher plusieurs prestataires (search) ni pour envoyer une demande (creer_demande)'), clearly differentiating from alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

verifier_entrepriseVérifier une entreprise (SIRET)A
Read-onlyIdempotent
Inspect

Utilise cet outil quand l'utilisateur veut vérifier la fiabilité d'une entreprise française à partir de son numéro SIRET ou SIREN, via les données publiques officielles (recherche-entreprises.api.gouv.fr). Renvoie la raison sociale, l'adresse et le statut (active ou fermée). Aucune donnée n'est modifiée. N'utilise PAS cet outil pour rechercher des prestataires (search). France uniquement.

ParametersJSON Schema
NameRequiredDescriptionDefault
siretYesNuméro SIRET (14 chiffres) ou SIREN (9 chiffres), espaces tolérés
Behavior4/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false. The description reinforces 'Aucune donnée n'est modifiée' and adds concrete context: the data source (recherche-entreprises.api.gouv.fr), the geographic scope (France), and the fact that it returns official public data. This goes 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?

The description is efficiently written with each sentence contributing meaningful guidance: when to use, what it returns, safety confirmation, and exclusion. It is front-loaded with the purpose and avoids unnecessary detail.

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 one-parameter tool with rich annotations and no output schema, the description fully covers the necessary context: purpose, data source, return content, non-destructive behavior, non-usage cases, and geographic scope. The agent has all needed information to select and invoke the tool 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?

The schema provides 100% coverage for the single parameter 'siret', including pattern, length constraints, and a clear description of allowed SIRET/SIREN formats. The tool description adds no extra parameter syntax or semantics beyond what the schema already documents, so a baseline score of 3 is appropriate.

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 purpose: verifying the reliability of a French company using a SIRET/SIREN number via official public data. It specifies the return fields (raison sociale, adresse, statut) and explicitly distinguishes from the search tool used for finding providers.

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?

The description gives explicit when-to-use guidance: 'Utilise cet outil quand l'utilisateur veut vérifier la fiabilité d'une entreprise française' and provides a clear exclusion: 'N'utilise PAS cet outil pour rechercher des prestataires (search).' This directly addresses alternatives among siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    Enables users to find and contact building tradespeople in France, and lets independent tradespeople create free profiles.
    Apache 2.0
  • A
    license
    A
    quality
    D
    maintenance
    Search 8,000+ corporate event venues across 40+ cities. Tools for venue search by capacity/category, pricing guides, expert advice articles, and inquiry handoff. Read-only, PII-redacted, UTM-attributed.
    7
    6
    MIT
  • F
    license
    -
    quality
    C
    maintenance
    Search destination wedding venues and vendors worldwide with Aisle. 10 tools for AI-assisted wedding planning: Venue Search: Find wedding venues by country, type (villa, beach, castle, resort), capacity, and budget. Covers 20+ countries. Vendor Search: Browse wedding photographers, florists, planners, DJs, caterers, and 10 more categories by location and price range. Budget Estimator: Get a detai

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources