Skip to main content
Glama

get_producer_info

Retrieve detailed information about French hemp producers including location, certifications, ratings, and products to verify traceability.

Instructions

Informations sur un producteur de chanvre francais : localisation, certifications, note, produits. Pour verifier la tracabilite.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoNom du producteur
departmentNoDepartement (ex: Dordogne, Gironde, Ardeche)
regionNoRegion (ex: Nouvelle-Aquitaine, Occitanie)
bio_onlyNoUniquement producteurs certifies bio
limitNoNombre de resultats (defaut: 5)

Implementation Reference

  • ProducerResult TypeScript interface defining the shape of producer data returned from the database.
    export interface ProducerResult {
      id: string;
      name: string;
      slug: string;
      description: string | null;
      department: string | null;
      region: string | null;
      is_bio: boolean | null;
      logo_url: string | null;
      website_url: string | null;
      google_rating: number | null;
      average_rating: number | null;
      founded_year: number | null;
      farm_area_ha: number | null;
      production_types: string[] | null;
      gallery_images: string[] | null;
    }
Behavior3/5

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 indicates that the tool returns location, certifications, rating, and products, which implies a read-only, query-like operation. However, it does not mention any potential side effects, authorization needs, or data source limitations. The behavioral context is adequate but minimal.

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 exceptionally concise, consisting of two clear sentences. The first sentence states the tool's purpose, and the second provides a use case. Every word is relevant, with no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 5 optional parameters, no output schema, and no annotations, the description is incomplete. It lists the returned fields (location, certifications, rating, products) but does not describe the structure of the response, pagination behavior, or how parameters affect results (e.g., bio_only, limit). More detail is needed for an agent to use the tool effectively without trial and error.

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?

All 5 parameters have descriptions in the input schema (100% coverage). The tool description does not add any additional semantic information about the parameters beyond what the schema already provides. Thus, it meets the baseline expectation.

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 provides information about French hemp producers, including location, certifications, rating, and products. It uses a specific verb ('get information') and resource ('producer'), and the context of sibling tools (search_cbd_products, etc.) helps distinguish 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 mentions 'to verify traceability,' suggesting a specific use case, but it does not explicitly state when to use this tool versus alternatives or provide any exclusions. The guidance is implied rather than explicit.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/POP24/lebonfoin-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server