Skip to main content
Glama

Server Details

Recherche et lecture des guides de connexion de moncompte.org (MCP, lecture seule).

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.2/5 across 2 of 2 tools scored.

Server CoherenceA
Disambiguation5/5

The two tools have clearly distinct purposes: search_articles finds articles by keywords, and get_article retrieves a specific article by slug. There is no overlap in functionality.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern (search_articles, get_article), making the naming predictable and readable.

Tool Count4/5

With only 2 tools, the server is slightly under the typical 3-15 range, but it covers the essential operations of searching and retrieving articles for this narrow domain, so it earns its place.

Completeness4/5

The tool set covers the core workflow of finding and viewing articles. A minor gap could be the lack of a 'list all articles' function, but search with keywords can suffice, so completeness is good.

Available Tools

2 tools
get_articleAInspect

Retourne le contenu complet d'une notice de moncompte.org à partir de son slug (obtenu via search_articles).

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesSlug de l'article (ex. « mon-compte-revolut »).
Behavior4/5

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

The description indicates a read-only retrieval operation. While no annotations are provided, the description adequately conveys the tool's behavior for a simple get operation.

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 with no redundant information, efficiently conveying the tool's purpose and usage.

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 one required parameter, no output schema, and a sibling tool, the description provides sufficient context to use the tool correctly.

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 describes the slug parameter, but the description adds context that the slug is obtained via search_articles, which enriches the parameter semantics.

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 returns full content of a notice given a slug, distinguishing it from the sibling search tool.

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

Usage Guidelines4/5

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

The description implies the slug comes from search_articles, providing context for when to use this tool. It doesn't explicitly state when not to use, but the guidance is clear.

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

search_articlesAInspect

Recherche des notices/guides « mon compte » de moncompte.org par mots-clés. Retourne une liste (titre, slug, URL, description). Utiliser le slug avec get_article.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoNombre de résultats (1-20, défaut 10).
queryYesMots-clés de recherche (ex. « se connecter Revolut »).
Behavior2/5

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

No annotations are provided, so the description carries full burden. It only mentions output fields; it does not disclose whether the tool is read-only, any side effects, authentication needs, rate limits, or behavior on empty results.

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 two sentences, efficiently covering purpose, output, and sibling tool usage. No wasted words.

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 no annotations, no output schema, and two parameters, the description covers the main use case and links to the sibling. It lacks details on error cases or constraints, but for a simple search tool it is reasonably complete.

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 well-described parameters. The description adds the context of searching 'mon compte' guides but does not add significant meaning beyond the schema. Baseline 3 applies.

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 searches for articles/guides by keywords, lists the output fields, and distinguishes it from the sibling tool get_article by instructing to use the slug with get_article.

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

Usage Guidelines4/5

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

The description mentions using the slug with get_article, guiding the agent to search first then retrieve. It does not explicitly state when not to use, but the context of searching via keywords is clear.

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!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources