Skip to main content
Glama
Hug0x0
by Hug0x0

Server Quality Checklist

75%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v0.1.0

  • Disambiguation5/5

    Each tool has a distinct purpose: source list, source excerpt, commune resolution, department listing, and profile building. No overlap exists between finding a specific commune and listing all communes in a department, and the profile combines earlier data without redundancy.

    Naming Consistency5/5

    All tools share the 'commune_france_' prefix and follow a verb_noun pattern (get, fetch, find, list, profile). The only deviation is 'profile' as a noun, but it functions as a verb-like action and remains uniform with the prefix, making the pattern predictable.

    Tool Count5/5

    Five tools is well within the optimal range for a focused server. Each tool covers a discrete part of the domain—sources and commune data—without unnecessary expansion or redundancy.

    Completeness5/5

    The server covers its stated purpose completely: retrieving source metadata, fetching excerpts, resolving communes, listing department communes, and building a composite profile. There are no obvious missing operations for a read-only, data-retrieval service.

  • Average 3.3/5 across 5 of 5 tools scored.

    See the Tool Scores section below for per-tool breakdowns.

    • No community issues in the last 6 months
    • 1 commit in the last 12 weeks
    • No stable releases found
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI is passing
  • This repository is licensed under MIT License.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • This repository includes a glama.json configuration file.

  • If you are the author, simply .

    If the server belongs to an organization, first add glama.json to the root of your repository:

    {
      "$schema": "https://glama.ai/mcp/schemas/server.json",
      "maintainers": [
        "your-github-username"
      ]
    }

    Then . Browse examples.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior2/5

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

    No annotations are provided, so the description carries the full behavioral burden. It states what kind of output profile is built, but it does not explain whether any resources are fetched, whether the operation is read-only, what side effects exist, or what the returned structure contains.

    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 concise, single-sentence, and front-loaded with the main action and resource. It avoids filler; the only minor weakness is that 'source-oriented' and 'geo identity' are not elaborated enough to make the description self-sufficient.

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

    Completeness3/5

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

    With no output schema and no annotations, the description is the main informational source and it communicates the tool's result at a high level. It is adequate for a single-parameter profile builder, but an agent is still left guessing about return format, behavior, and exact input semantics.

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

    Parameters2/5

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

    The schema documents code_insee as a required 5-digit string, but the description provides zero parameter-level context. Since schema description coverage is 0%, the description was expected to compensate and at least link the INSEE code to the commune profile concept; it does not.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose4/5

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

    The description names a specific action ('Build') and a clear resource ('commune profile'), and further specifies that the profile is source-oriented, includes geo identity, and suggests public-data queries. This gives enough semantic distinction from siblings like get_sources or find_commune, though it does not explicitly name them.

    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 usage context is implied: use this tool when a commune profile with geo identity and public-data query suggestions is needed. However, there is no explicit when-to-use versus alternatives guidance, and no warning against using sibling source-oriented tools for simpler lookups.

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

  • Behavior2/5

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

    There are no annotations, so the description carries the full burden of behavioral disclosure. It mentions the geo.api.gouv.fr dependency but does not state whether the call is read-only, whether it returns all or paginated data, what the response shape is, or any external failure/rate-limit considerations.

    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 a single, front-loaded sentence with no filler or repetition. It states the action and target efficiently.

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

    Completeness3/5

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

    The tool is simple and the single parameter is fully documented, so the description is minimally adequate for calling the endpoint. However, it lacks output-shape information and any interaction warnings, which is a noticeable gap given that there are no annotations and no response schema.

    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 fully documents department_code and includes an example. The description adds no extra parameter semantics, but at 100% schema coverage the baseline of 3 is appropriate.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose4/5

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

    The description states a specific verb ('List') and a specific resource ('communes in a French department'), and names the external source. It is clear in what it does, though it does not explicitly differentiate itself from the sibling commune_france_find_commune, regardless of the fact that their scopes differ.

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

    Usage Guidelines2/5

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

    No guidance is given about when to choose this tool over commune_france_find_commune or the other siblings. The reader can infer the intended use from the description, but the only explicit guidance is what the tool does, not when to use it.

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

  • Behavior2/5

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

    No annotations are provided, so the description carries the full burden. It states the tool fetches an excerpt but does not disclose what happens when the source_key is not found, whether the excerpt is truncated at the nearest word boundary, or what the exact format of the excerpt is. It also doesn't mention any rate limits or other behavioral constraints.

    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 a single sentence that is concise and front-loads the primary action ('Fetch a short text excerpt') followed by the key parameter guidance. No wasted words.

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

    Completeness3/5

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

    Given the tool has 2 parameters and no output schema, the description covers the core purpose and parameter semantics reasonably well. However, it is missing behavioral details like error handling, return format, and typical use cases, which an agent might need 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 has 2 parameters with 50% coverage (source_key has a description, max_chars does not). The description clarifies that source_key accepts an index, title keyword, or URL fragment, which adds meaning beyond the schema's generic description. It also implies max_chars controls the length of the excerpt, partially compensating for the schema gap.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose4/5

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

    The description clearly states a specific verb ('Fetch') and a specific resource ('a short text excerpt from a curated source'), and indicates it can be retrieved by index or title keyword. This distinguishes it from the sibling tools, which handle source listing, commune lookup, etc., though it doesn't explicitly name a sibling it is not.

    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 implies usage context by mentioning 'curated source' and by the sibling tools (e.g., 'commune_france_get_sources' likely lists available sources). However, it does not explicitly state when to use this tool versus the alternatives, nor does it give conditions like when to use a source index vs. a keyword.

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

  • Behavior3/5

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

    No annotations are provided, so the description carries the full burden. It indicates the underlying service (geo.api.gouv.fr) which gives some context about data source, but it does not mention behavior such as whether the query is fuzzy, case-insensitive, or how results are ordered. It doesn't disclose any limits (like the max limit parameter) or what happens when no commune is found. Moderate transparency for a read-only lookup tool.

    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?

    One concise sentence that captures the tool's purpose and data source without fluff. No wasted words, front-loads the action and resource, and includes the key identifiers. Appropriate length for a simple lookup tool.

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

    Completeness3/5

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

    The tool is simple with only two parameters and no output schema, so the description does not need to explain return values. However, it lacks context on the expected response format (e.g., list of communes with properties) and how to interpret the 'limit' parameter in filtering results. Given the lack of annotations and output schema, a bit more context on the query behavior would improve completeness.

    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 0%, and the description does not explain the parameters beyond the generic 'query'. The 'limit' parameter is self-explanatory from its schema (default, min, max), but the description does not clarify what format 'query' should take (e.g., partial name, full name, with accents). It adds minimal value over the schema, which only lists the parameter names and types.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose4/5

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

    The description clearly states the verb 'Resolve' and the resource 'French communes', and specifies the three supported query types (name, INSEE code, postal code). It distinguishes itself from siblings like list_department_communes (which lists by department) and get_sources (which gets data sources), though it doesn't explicitly name them. Clear purpose with good differentiation.

    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 implies the tool is for looking up communes by various identifiers, but it does not explicitly state when to use this tool versus alternatives like list_department_communes (when you have a department) or profile (when you have a specific commune). No exclusions or conditions are given. The context of 'resolve' suggests a search/find operation, but the when-not is absent.

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

  • Behavior3/5

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

    No annotations are provided, so the description carries the full burden of exposing behavior. It indicates a read-only listing operation and says nothing about destructive effects or hidden complexity, which is acceptable for a simple list tool. However, it lacks any detail about the response shape, size, or possible edge cases, though these are not critical for such a straightforward call.

    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 a single sentence that begins with the action word 'List' and then specifies the exact resource and context. Every word contributes, there is no redundancy, and it is appropriately sized for a simple no-parameter tool.

    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?

    Given the lack of parameters and an output schema, the description is contextually sufficient: the agent knows the call returns a list of curated sources used by this MCP. It does not describe the precise format of the returned list, but that is a minor omission for such a lightweight tool.

    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 tool has zero parameters and the schema description coverage is 100%, so there are no parameter meanings to clarify. The description adds no specifics because none are needed; the baseline for a parameterless tool applies.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose4/5

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

    The description uses the concrete verb 'List' and identifies the resource as 'curated sources used by this MCP,' so the tool's object and action are clear. It does not explicitly distinguish itself from sibling tools, but the resource type (sources) is evidently different from commune-related operations, making the purpose understandable.

    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?

    No explicit guidance about when to use this tool versus alternatives is given. The intended usage—retrieve the list of sources for the MCP—is implied from the description and the tool's name, but there is no mention of exclusions, prerequisites, or when a sibling tool would be more appropriate.

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

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

mcp-commune-france MCP server

Copy to your README.md:

Score Badge

mcp-commune-france MCP server

Copy to your README.md:

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/Hug0x0/mcp-commune-france'

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