Agger
Server Details
Agger, multi-quote and management platform for insurance brokers. Connect your account with your Agg
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- mcp-dir/agger-mcp
- GitHub Stars
- 0
Available Tools
12 toolsagger_cepARead-onlyIdempotentInspect
Consulta um CEP e devolve logradouro, bairro, cidade e UF. Útil para preencher endereço de risco/pernoite ao montar uma cotação.
| Name | Required | Description | Default |
|---|---|---|---|
| cep | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, establishing it as a safe, read-only operation. The description adds that it returns specific address components (logradouro, bairro, cidade, UF), which is useful context. It does not discuss error handling, rate limits, or explicit auth requirements, but given the annotations cover the safety profile, a midpoint score is appropriate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two concise sentences, front-loaded with the primary action ('Consulta um CEP e devolve...') and then a practical use case. No filler or redundancy; every word earns its place, making it efficient for an agent to parse quickly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple single-parameter, read-only lookup tool with no output schema, the description adequately covers purpose, output fields, and a use case. It does not mention error scenarios (e.g., invalid CEP) or network behavior, but these are not critical for the agent to decide whether to call the tool. The description is complete enough for correct invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema provides only a string parameter named 'cep' with 0% description coverage. The description says 'Consulta um CEP' but does not explain the expected format (e.g., digits only, with or without hyphen, country code). For a tool in a Brazilian context, the parameter name is self-explanatory, but the description fails to elaborate on constraints or syntax, leaving the agent to infer from the name alone. With no schema description, the description should compensate more explicitly.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the function: 'Consulta um CEP e devolve logradouro, bairro, cidade e UF.' It specifies the verb (consulta), the resource (CEP), and the concrete output fields. This distinguishes it from all sibling tools, which are about quotes, dashboards, or authentication, so intent is unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides a concrete use case: 'Útil para preencher endereço de risco/pernoite ao montar uma cotação.' This tells an agent when to invoke it (during quote assembly for risk/address filling). It does not mention when not to use it or list alternatives, but for a simple lookup tool, this level of guidance is sufficient and clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
agger_cotacao_validarARead-onlyIdempotentInspect
Valida os dados de uma etapa de cotação por ramo SEM CRIAR NADA (usa o validador oficial da Agger, que não persiste). Retorna os campos inválidos/obrigatórios. Chame SEM 'dados' para descobrir o que a etapa exige, ou COM os dados preenchidos para conferir antes de cotar.
| Name | Required | Description | Default |
|---|---|---|---|
| ramo | Yes | ||
| dados | No | ||
| secao | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the readOnly/idempotent/destructive annotations, the description adds meaningful behavior: it uses the official Agger validator, does not persist anything, returns invalid/required fields, and reveals how omitting vs providing 'dados' changes behavior. This fully discloses the tool's side-effect-free nature and output intent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three short sentences, no filler, with the most important safety qualifier ('SEM CRIAR NADA') front-loaded. Every sentence adds useful information about purpose, return value, or invocation strategy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple 3-parameter tool with no output schema, the description covers purpose, return behavior, and both usage modes. The main gap is that 'secao' is not explicitly connected to 'etapa', and the expected format of 'dados' is not clarified, but the tool remains callable with reasonable inference from the schema enums.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. It explains 'dados' behavior well and maps 'ramo' to the branch being quoted, but it never explicitly names the 'secao' parameter, even though 'etapa' likely refers to it. This leaves one parameter under-documented and forces the agent to infer the mapping.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('Valida'), resource ('dados de uma etapa de cotação por ramo'), and explicitly clarifies it creates nothing. It clearly distinguishes this validation tool from any creation or persistence flow, 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.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives explicit call patterns: call without 'dados' to discover requirements, or with 'dados' to validate before quoting. It does not name an alternative tool, but the usage modes are clear enough that an agent knows when to invoke it. It lacks an explicit when-not-to-use statement, so it stops short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
agger_dashboardARead-onlyIdempotentInspect
Estatísticas/funil da carteira: quantidade de negócios por mês, quebrada por ramo e por status (com os nomes de ramo e status). Use para um panorama do período ("como está o funil nos últimos N meses").
| Name | Required | Description | Default |
|---|---|---|---|
| periodo_meses | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering safety. The description adds meaningful behavioral context by specifying the output shape: quantity of deals per month, grouped by branch and status, with names. This goes beyond what annotations provide.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, front-loaded with the core function and output details, followed by the use case. Every sentence earns its place, and there is no verbose or redundant content.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite having no output schema, the description adequately conveys what the tool returns and when to use it. It covers the single optional parameter's purpose and the nature of the data. Minor details like default period or exact response structure are absent, but they are not essential for selecting and invoking the tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0%, so the description must compensate. It does so by mentioning 'últimos N meses' (last N months), which directly clarifies the single parameter 'periodo_meses' as the number of months to include. The link is inferential rather than explicit, but the meaning is clear from the tool name and description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool provides portfolio statistics/funnel: number of deals per month broken down by branch and status, with names. This identifies the specific resource and function. However, it does not explicitly distinguish itself from sibling tools like agger_negocios, relying instead on the aggregate nature of the data.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives an explicit use case: 'Use para um panorama do período' (use for an overview of the period), and clarifies the intent with 'como está o funil nos últimos N meses'. It does not mention when not to use it or name alternative tools, but the context is clear enough for an agent.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
agger_list_accountsARead-onlyIdempotentInspect
Conta Agger conectada: e-mail do corretor. Confirma qual login está ativo. Use para validar a conexão antes das demais operações.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description doesn't need to repeat those. The description adds useful context by stating it confirms which login is active, which is a behavioral trait not fully covered by annotations. No contradictions exist.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, compact sentence (three short segments) that conveys the essence and usage guidance. Every word adds value; there's no fluff. It is well-structured and front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given that the tool has no parameters and no output schema, the description provides enough context: it names the tool's output (e-mail of the broker) and its usage timing (before other operations). It could be slightly more complete by mentioning the format or that it returns no other data, but it is sufficient for a simple validation tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the schema provides no parameter details. The description correctly does not invent parameters; it focuses on what the tool does. Since there are no parameters to explain, and the description clearly indicates the output (the e-mail of the connected account), a baseline of 4 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: it shows the connected Agger account (broker's e-mail) and confirms which login is active. Although the name 'agger_list_accounts' is generic, the description adds specificity about what is listed (the connected account) and distinguishes it from other tools like 'authenticate' and 'connect' by focusing on validation of the active login.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly says to use this tool to validate the connection before other operations, providing clear context for when to use it. It doesn't explicitly mention when not to use it or name alternative tools, but the context is reasonably clear given the sibling tools like 'authenticate' and 'connect' which likely handle initial setup.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
agger_negociosARead-onlyIdempotentInspect
Lista os negócios da carteira do corretor (cotações, apólices e propostas) em um PERÍODO (em meses). Cada item traz o segurado (nome, CPF/CNPJ, contato), ramo, status, vigência e, quando for auto, placa e modelo. Aceita busca por texto e paginação. Use para "o que fechei/cotei nos últimos N meses" ou para achar o negócio de um cliente.
| Name | Required | Description | Default |
|---|---|---|---|
| modo | No | ||
| page | No | ||
| limit | No | ||
| texto | No | ||
| periodo_meses | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnly, idempotent, and non-destructive hints. The description adds valuable behavior details: the returned fields per item (segurado, ramo, status, vigência, plus vehicle details for auto) and support for text search and pagination. This goes beyond the structured annotations without contradicting them.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, well-structured paragraph that front-loads the primary action and scope, then lists key output fields and usage guidance. It is reasonably concise for the information it conveys, though it could be tightened without losing meaning.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given 5 parameters, no output schema, and zero schema coverage, the description needs to explain return values, parameter roles, pagination behavior, and defaults. It covers the return-item fields and hints at some parameters, but leaves 'modo' undefined and does not describe response structure, errors, or pagination limits. This is inadequate for a tool of this complexity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate for parameter explanation. It hints at 'periodo_meses' via 'PERÍODO (em meses)', at 'texto' via 'busca por texto', and at page/limit via 'paginação', but it does not explain 'modo' at all, nor does it give defaults, constraints, or formats for any parameter. The coverage is partial and insufficient for a 5-parameter tool.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('Lista'), a clear resource ('negócios da carteira do corretor'), and distinguishes the content (cotações, apólices, propostas) and period scope. It clearly separates this from sibling tools by describing the exact portfolio-deal listing purpose.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives explicit use cases ('Use para "o que fechei/cotei nos últimos N meses" ou para achar o negócio de um cliente'), which tells an agent when to invoke it. It does not explicitly contrast with sibling tools, but the use cases are concrete and sufficient for routing.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
agger_seguradorasARead-onlyIdempotentInspect
Lista as seguradoras habilitadas na conta Agger e os ramos que cada uma cota (auto, residencial, empresarial, condomínio, aluguel, bike, etc.). Use para saber em quais seguradoras dá para cotar cada ramo antes de montar uma cotação.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, fully covering the safety profile. The description adds context about what the result contains (lines covered per insurer) but does not describe return format or pagination. With annotations carrying the behavioral burden, a 3 is appropriate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single, compact sentence that front-loads the resource and includes a practical usage pointer at the end. Slightly dense with the inline parenthetical list of branches, but every part earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter, read-only listing tool, the description covers what is returned (insurers and the branches each quotes). No output schema exists, but the description sufficiently communicates the result content. It is complete enough for an agent to know when to call it and what to expect.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has 0 parameters, so baseline 4 applies — there is nothing for the description to explain. The schema is empty and fully covered, so no parameter documentation gap exists.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Lista') and a clear resource (seguradoras habilitadas na conta Agger), and specifies exactly what is returned: the insurers and the branches each one quotes (auto, residencial, empresarial, etc.). It is easily distinguished from sibling tools like agger_cep or agger_negocios, which address entirely separate concerns.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives explicit when-to-use context: 'Use para saber em quais seguradoras dá para cotar cada ramo antes de montar uma cotação.' This tells the agent the tool is a pre-quote lookup step. It doesn't name exclusions or alternatives, but no sibling is a plausible substitute, so this is clear and sufficient.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
authenticateAIdempotentInspect
MCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header Authorization: Bearer <token> for a permanent, non-expiring connection. Or paste it here for a session-only login: call with { token: "" } after the user pastes, or with no args to get the link.
| Name | Required | Description | Default |
|---|---|---|---|
| token | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare idempotentHint=true and destructiveHint=false, so the safety profile is clear. The description adds that the token is a JWT and that session login expires, but it doesn't disclose what the tool returns or the exact behavior when called with no args vs with a token. It partially compensates but lacks some behavioral detail (e.g., does it validate the token, what is the output). No contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, front-loaded with the audience and purpose. Each clause adds value, and the formatting guides the agent on parameter usage. Zero waste.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (auth flow) and the minimal schema, the description covers the two usage modes, the token format, and the alternative permanent config. The sibling list shows no overlap, so no additional context is needed. Complete for an agent to invoke correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0% since the description explains the token parameter's format (JWT) and its optionality, but the schema provides no description. The description adds meaning beyond the schema by detailing the two call patterns, which is helpful. It earns a solid 3 because it compensates for the schema deficit.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states this tool authenticates an IDE agent by logging in via browser and obtaining an access token. It distinguishes itself from siblings by explicitly targeting IDE agents and explaining the two login flows (permanent config vs session-only).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit when-to-use guidance: it tells the agent to guide the user to log in, offers two methods (config header permanent, or paste token session), and specifies calling with no args to get the link. It also mentions sibling tools like report_bug and show_version are unrelated to auth workflows.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
connectARead-onlyIdempotentInspect
Returns connection status and URLs. When all providers are connected, returns authenticated:true and empty pending[]. When credentials are missing, returns connect_url for the toolkit and per-install URLs.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish readOnly, idempotent, and non-destructive behavior. The description adds useful conditional behavior: when all providers are connected it returns authenticated true and empty pending[], while missing credentials cause it to return a connect_url and per-install URLs. This is meaningful beyond the annotation fields.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences long, front-loads the core purpose ('Returns connection status and URLs'), then provides necessary conditional detail. Every sentence adds value and there is no redundant or filler content.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter, read-only status tool with no output schema, the description covers the main expected behaviors: connected state, missing-credential state, and the useful URLs returned in each case. It is sufficiently complete for an agent to understand what the tool will do and what it will receive.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so there is no parameter documentation burden on the description. The baseline for zero-parameter tools is 4, and the description appropriately focuses on output and conditions instead.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description starts with a specific verb and resource: 'Returns connection status and URLs.' It also clearly distinguishes itself from connection-establishing siblings like authenticate by indicating this is an inspection/read-only tool rather than a credential setup tool.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explains how the output changes depending on connection state, which implies the right time to call it (when checking current connection status or when credentials may be missing). However, it does not explicitly name alternatives or state when not to use connect versus authenticate or toolkit_info, so usage direction remains inferred rather than explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
marketplaceAInspect
The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them. Covers capability requests like "find an MCP that does X", "consulta um CPF", "is there a tool for Y". Core flow: action=search discovers MCPs by intent → describe returns one MCP's full profile (every tool with its id + params, pricing, auth) so you pick the right tool_id → invoke RUNS that tool. KEY: invoke works even when the MCP is NOT installed — it runs the tool pontualmente (one-off), without adding the MCP to the toolkit and without bloating the tool list. If the MCP needs a credential/login, invoke returns a connect link; if it is paid and the wallet is empty, invoke returns a checkout/top-up link (the user opens it, then you retry). Use install only to make an MCP PERMANENT in the active toolkit (its tools then show up natively in future sessions); prefer invoke for a single/occasional use. list_tools lists what is callable right now. subscribe/cancel handle per-MCP billing; report_bug sends feedback; request_mcp asks us to build a NEW MCP when nothing fits. Search/describe flag installed_in_toolkit vs installed_in_workspace. Writes (install/uninstall/subscribe/cancel and the one-off install behind invoke) require workspace owner/admin. It also carries the mcp.ai PROMPT LIBRARY, which is about ready-made prompt TEXT rather than MCPs: search_prompts finds one, get_prompt returns its full text with {{variables}} filled, and publish_prompt saves a prompt and returns a shareable mcp.ai/p/ link that opens without login.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| action | No | search | |
| mcp_id | No | ||
| message | No | ||
| tool_id | No | ||
| arguments | No | {} | |
| immediate | No | ||
| tier_slug | No | ||
| prompt_body | No | ||
| prompt_slug | No | ||
| prompt_tool | No | ||
| prompt_vars | No | {} | |
| conversation | No | [] | |
| prompt_title | No | ||
| request_name | No | ||
| cancel_reason | No | ||
| cancel_comment | No | ||
| prompt_targets | No | ||
| report_context | No | ||
| prompt_category | No | ||
| request_details | No | ||
| prompt_description | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Adds substantial behavior beyond annotations: explains that invoke runs MCPs one-off without installation, returns connect/checkout links for auth/payment issues, flags installed status in search/describe, and requires owner/admin for write actions. No contradiction with annotations; openWorldHint is consistent with running external MCPs, and readOnlyHint=false aligns with mentioned write operations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is long but dense, with a logical flow: introduction, core workflow, key caveats, usage distinctions, prompt library, and permissions. Every sentence adds value, and the front-loaded purpose ensures immediate clarity. Despite its length, it remains efficiently organized for a tool with 14 actions and 23 parameters.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complexity, no output schema, and sparse annotations, the description is remarkably complete. It covers all actions, their use cases, permission requirements, edge cases (auth, wallet), and return behavior for key actions like describe, get_prompt, and publish_prompt. It fully equips an agent to use the tool across all its sub-functions.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema coverage, the description compensates by explaining the meaning and usage of key parameters: action enum values, mcp_id, tool_id, prompt_* fields, and arguments. It does not cover every optional parameter (like limit, immediate, tier_slug), but the core semantics are clear enough for agents to select and invoke correctly.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool is the official mcp.ai marketplace catalog and runtime, covering MCP discovery, description, invocation, and installation. It also includes a prompt library, distinguishing it from sibling tools like authenticate or connect. The purpose is specific and action-oriented.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides explicit when-to-use guidance for each action: prefer invoke for occasional use, install only for permanent toolkit additions, list_tools for current callables, and explains subscribe/cancel, report_bug, and request_mcp. It also details the search→describe→invoke flow and auth/wallet retry procedures.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
report_bugBIdempotentInspect
Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | ||
| message | Yes | ||
| conversation | No | [] |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations indicate idempotentHint=true, readOnlyHint=false, destructiveHint=false. The description adds that the tool can be used for feedback and missing features, and mentions including conversation for reproduction. It does not contradict annotations, but it doesn't disclose additional behavioral traits like whether it creates a ticket or sends an email, which would be useful. Given annotations cover safety, a 3 is appropriate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise, two sentences, and front-loaded with the purpose. It wastes no words, but could be slightly more structured by explicitly listing parameters. Still, it is efficient and clear.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has 3 parameters, no output schema, and no schema descriptions, the description is somewhat incomplete. It explains the 'conversation' parameter's purpose but not 'context' or the exact format of 'conversation' (string vs array). The tool is simple, but the description could be more complete for an agent to use it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. The description mentions 'conversation array' but the schema has a 'conversation' parameter of type string with default '[]', which is not clearly explained. The 'context' parameter is not mentioned at all. The description adds minimal meaning beyond the schema, leaving the agent uncertain about how to fill 'context' and 'conversation'.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Report a bug, missing feature, or send feedback.' It uses a specific verb ('report') and resource ('bug'), and distinguishes from siblings by covering feedback and missing features, which are not implied by sibling names like 'agger_list_accounts' or 'authenticate'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use the tool (when reporting bugs, missing features, or feedback) but does not explicitly state when not to use it or mention alternatives. It provides a hint about including the conversation array for reproduction, which is useful but not a full usage guideline.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
show_versionARead-onlyIdempotentInspect
Show the current MCP platform and adapter versions.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, which cover the safety profile. The description adds no extra context beyond confirming it shows information, but it does not contradict annotations, so a baseline score of 3 is appropriate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, succinct sentence that front-loads the verb and resource with zero wasted words. It is perfectly concise for the tool's trivial purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple version query with no parameters, no output schema, and thorough annotations, the description fully satisfies the need. It clearly states what the tool does without requiring additional behavioral details.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, and the schema reflects that with an empty properties object. Per rubric, 0 parameters earns a baseline score of 4. The description adds no parameter info because none exist, which is sufficient.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Show' and the resource 'current MCP platform and adapter versions', making the tool's purpose unambiguous. It is distinct from sibling tools which involve listing accounts, authentication, connecting, marketplace, reporting bugs, or getting toolkit info.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage (to view version info) and there are no alternative tools for this specific purpose, so no explicit when-not guidance is needed. The simplicity of the tool makes the intended context obvious.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
toolkit_infoARead-onlyIdempotentInspect
Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, which fully covers the safe, read-only nature. The description adds specific behavioral details about what is returned (the exact state elements), which is valuable beyond the annotations. No contradictions found.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, focused sentence that lists all key information without redundancy. It is front-loaded with the purpose and immediately provides the return contents. Every word earns its place, and it is highly readable.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (zero parameters, no output schema), the description is fully complete. It tells the agent exactly what information to expect, which is sufficient for selection and invocation. There is nothing missing for this level of complexity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has no parameters, so the description carries no parameter burden. The baseline of 4 applies for a zero-parameter tool; the description does not need to add anything. It does not provide any misleading parameter information.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description specifies the tool's purpose with a clear verb ('Returns') and resource ('current toolkit state'), and enumerates the exact contents: installed MCPs, connection status, connected accounts, and catalog tool counts. This clearly distinguishes it from siblings like show_version (version info) and agger_list_accounts (account-specific listing).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implicitly communicates that this is for retrieving a high-level overview of the toolkit, useful when the agent needs a snapshot of MCPs and accounts. It does not explicitly state when not to use it (e.g., for specific account details), but the context from sibling names (agger_list_accounts) provides a clear alternative. Minor gap: no explicit 'use this instead of X' guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Segfy, multi-quote and management platform for insurance brokers. Connect your account with your Seg
Connect AI agents to licensed financial intermediaries in France: insurance, credit, wealth.
Wholesale commercial insurance appetite, submissions, policies, payments, and broker workflows.
Live Nigerian insurance quotes across insurers, free policy check-up, and hosted checkout links.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to get real home & auto insurance quotes and start binding through a network of licensed independent agencies.Apache 2.0
- FlicenseNot gradedqualityCmaintenanceThis server enables AI agents to provide insurance recommendations, validate user profiles, generate contract drafts, and manage electronic signature workflows with human approval.-
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to compare live insurance quotes across Nigerian insurers, check for overpayments, and provide hosted checkout links.MIT
- AlicenseNot gradedqualityBmaintenanceInsurance Verification - MCP server providing AI-powered tools and automation by MEOK AI Labs15MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool targets a distinct function: CEP lookup, quote validation, dashboard stats, account listing, business listing, insurer listing, and separate platform utilities for auth, connectivity, marketplace, bug reports, version, and toolkit state. No two tools overlap in purpose, so an agent can clearly differentiate them.
Tool names mix conventions: some are bare nouns (agger_cep, agger_negocios, marketplace), some use verb_noun (agger_list_accounts, report_bug, show_version), one is noun_verb (agger_cotacao_validar), and several are generic single verbs (authenticate, connect). This inconsistency makes the naming pattern unpredictable and harder to infer.
The 12-tool set is well-scoped: 6 domain-specific Agger tools cover the core insurance broker workflows, and 6 generic platform tools handle authentication, connectivity, marketplace operations, and diagnostics. Each tool earns its place without unnecessary bloat.
The domain coverage is partial: the server supports listing businesses, validating quotes, and viewing insurers, but lacks create/update/delete operations for quotes or detailed single-item views. Some gaps exist (e.g., no create quote, no get_business_detail), but agents can work around them by using the list and validation tools, and the platform utilities address meta-level needs.