Skip to main content
Glama

IA-Asso.fr — French Associations Registry

publish_association_update

Idempotent

Update the public profile of YOUR claimed association (description, website, email, phone, social links). Requires an authenticated token with scope "write:fiche" bound to this exact RNA (claim your association at https://ia-asso.fr to get one). Content passes a moderation gate before publication; every change is audited and reversible. Read tools stay free and anonymous.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rnaYesRNA ID of YOUR claimed association (must match the token, format: W followed by 9 digits)
emailNoPublic contact email shown on the fiche
socialNoSocial profiles (each value = full URL on the matching platform)
site_webNoOfficial website URL (https)
telephoneNoPublic contact phone (French format)
descriptionNoNew public description (50-4000 characters, plain text without links — links go through human moderation)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.4/5.0
Behavior4/5

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

Beyond annotations (idempotentHint=true, destructiveHint=false), the description reveals that content passes a moderation gate before publication, every change is audited and reversible. This adds useful behavioral context, though it doesn't cover potential error conditions or rate limits.

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 four sentences, front-loaded with the main action and purpose. Every sentence provides essential information without redundancy or verbosity.

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 complexity (6 parameters, nested objects) and absence of an output schema, the description covers authentication, prerequisite steps, moderation, and auditability. It is thorough but could mention return values or error 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 description coverage is 100%, so the schema already documents each parameter. The description reinforces the purpose of the parameters but adds minimal new semantic value beyond what is in the schema, earning a baseline 3.

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 uses a specific verb ('Update') and identifies the resource ('public profile of YOUR claimed association'), explicitly listing the modifiable fields (description, website, email, phone, social links). It clearly distinguishes from sibling tools, which are primarily read-only or search functions.

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?

Explicitly states the prerequisite: an authenticated token with scope 'write:fiche' bound to the RNA, and provides a link to claim the association. It contrasts with read tools that are free and anonymous, guiding the agent when to use this tool versus siblings.

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.

Resources