Skip to main content
Glama

Server Details

Search Google straight from your AI agent. Web results, images, videos, news, products, scholarly ar

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL
Repository
mcp-dir/busca_google-mcp
GitHub Stars
0
Server Listing
Buscador Google

TDQS

A3.8/5.0

Scored across 18 tools

Disambiguation4/5

The twelve busca_google_* tools are each tied to a distinct Google vertical, so selecting the right one for a search task is usually straightforward. The only real ambiguity is between busca_google_lugares and busca_google_mapas, and between authenticate/connect, but the descriptions do clarify their different use cases.

Naming Consistency3/5

The core search tools follow a highly consistent busca_google_<category> snake_case pattern in Portuguese. However, the six platform-management tools use generic English names like authenticate, connect, marketplace, and toolkit_info, creating a mixed convention across the set.

Tool Count3/5

At 18 tools, the server is in the borderline-heavy range. The 12 search tools are individually justified, but the inclusion of 6 unrelated platform/metadata tools makes the overall count feel inflated for a server titled 'Buscador Google'.

Completeness4/5

The search surface is impressively broad: web, news, images, videos, shopping, academic, patents, places, maps, reviews, suggestions, and page reading are all covered. Minor niche Google surfaces like Trends or Books are absent, but core search workflows have no dead ends.

Available Tools

18 tools
authenticateA
Idempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
tokenNo

TDQS

A4.5/5.0
Behavior4/5

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

The description adds useful behavior beyond the annotations: config header yields a permanent connection, while passing a token yields a session-only login, and no args returns a link. It does not fully spell out side effects or success/failure return values, but annotations already cover idempotency and non-destructiveness.

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 dense and front-loaded, with no fluff, but the long single sentence with parenthetical clauses and multiple alternatives could be structured into clearer separate instructions. Still, every part adds necessary information.

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?

For a one-parameter auth tool with no output schema, it covers the no-arg return (the link), the token-paste path, and the persistent-config alternative. It doesn't state the response on a token success/failure, but the invocation guidance is sufficient for an agent to call it 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?

With 0% schema coverage, the description carries the full burden for the optional `token` parameter. It explains that token is a JWT/access token pasted by the user and how to pass it, compensating well for the bare schema.

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 identifies the tool as MCP.AI authentication for IDE agents, with a concrete browser-login + access-token flow and two invocation paths (no args for a link, token for login). This specific verb+resource is unambiguous and easily distinguished from the unrelated calculo_* sibling tools.

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?

It explicitly differentiates the persistent config-header approach ('best... permanent, non-expiring') from the session-only paste/login path, and states exactly when to call with no args versus with { token }. This gives the agent clear selection criteria for both setup and invocation.

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

busca_google_academicoA
Read-onlyIdempotent
Inspect

Busca artigos no Google Acadêmico com título, autores, publicação, ano e número de citações. Aceita até 100 consultas por chamada.

ParametersJSON Schema
NameRequiredDescriptionDefault
paisNo
localNo
idiomaNo
limiteNo
paginaNo
periodoNo
consultasYes

TDQS

A3.7/5.0
Behavior4/5

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

As annotations já cobrem readOnly, idempotente e não destrutivo, então a descrição não precisa repetir isso. Ela acrescenta contexto útil além das annotations: limite de até 100 consultas por chamada e quais informações cada resultado traz (título, autores, publicação, ano, citações).

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?

A descrição é curta, direta e sem redundância. A primeira frase define o propósito e o retorno; a segunda informa um limite operacional importante. Cada frase contribui.

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?

Para um tool com 7 parâmetros, 0% de descrição no schema e sem output schema, a descrição é incompleta. Faltam orientações sobre filtros opcionais, paginação, formato dos resultados e diferenças em relação aos irmãos de busca. O tool é utilizável no básico, mas não o suficiente para uso avançado correto.

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?

A cobertura do schema é 0%, então a descrição precisaria explicar os parâmetros. Ela só esclarece parcialmente 'consultas' ao dizer que aceita até 100 consultas por chamada. Os demais parâmetros (pais, local, idioma, limite, pagina, periodo) não têm significado descrito, dificultando o uso correto.

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?

A descrição usa verbo específico ('Busca'), recurso claro ('artigos no Google Acadêmico') e lista os campos retornados: título, autores, publicação, ano e citações. Isso diferencia o tool dos irmãos de busca (web, imagens, notícias, patentes etc.).

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?

O uso é implícito: 'busca artigos no Google Acadêmico' indica que deve ser usado para pesquisas acadêmicas, mas não há orientação explícita de quando preferi-lo a busca_google_web ou a outros irmãos. Não há exclusões ou alternativas nomeadas.

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

busca_google_avaliacoesA
Read-onlyIdempotent
Inspect

Lê as avaliações de um estabelecimento no Google: nota, data e texto de cada uma. O identificador vem no campo cid devolvido por busca_google_lugares ou busca_google_mapas, então o caminho natural é achar o negócio e depois ler o que falam dele. Aceita até 100 estabelecimentos por chamada.

ParametersJSON Schema
NameRequiredDescriptionDefault
cidsYes
paisNo
idiomaNo
pagina_tokenNo

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already establish readOnlyHint=true and idempotentHint=true. The description adds useful behavioral context: the dependency on the cid field, the kind of data returned, and the batch limit. Pagination behavior is not mentioned, but the annotations lower the burden for safety-related transparency.

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 three sentences, front-loaded with the core action, and contains no filler. Every sentence adds value: what the tool does, how the identifier is obtained, and the call limit.

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?

For a read-only tool with no output schema and zero parameter descriptions, the description covers the main purpose and required parameter well. However, it omits the meaning and usage of 'pagina_token', which is important for pagination, and does not clarify the optional 'pais' and 'idioma' parameters. This is a noticeable gap.

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%, so the description must compensate. It adds meaning to the required 'cids' parameter by explaining its source (cid from sibling tools) and the 100-item limit. However, it does not explain 'pais', 'idioma', or 'pagina_token', leaving some parameter semantics to inference.

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 states a specific verb and resource: 'Lê as avaliações de um estabelecimento no Google', and lists the data returned (nota, data, texto). It also distinguishes this tool from sibling search tools by explaining that it consumes the 'cid' produced by busca_google_lugares or busca_google_mapas.

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 gives explicit workflow context: find the place via the sibling tools and then read its reviews using the returned cid. It also states a practical limit of 100 establishments per call. It does not explicitly discuss when not to use the tool, but the guidance is clear enough.

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

busca_google_imagensA
Read-onlyIdempotent
Inspect

Busca imagens no Google e devolve a URL da imagem, a miniatura, as dimensões e a página de origem. Aceita até 100 consultas por chamada.

ParametersJSON Schema
NameRequiredDescriptionDefault
paisNo
localNo
idiomaNo
limiteNo
paginaNo
periodoNo
consultasYes

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already convey read-only, idempotent, and non-destructive behavior. The description adds a useful behavioral constraint: up to 100 queries per call, and discloses what the tool returns. This goes beyond what the 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences with no filler. The core purpose and return fields are front-loaded, followed by the capacity constraint. Every sentence provides useful information.

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?

For a tool with 7 parameters, no schema descriptions, and no output schema, the description is incomplete. It explains the main purpose and output fields but does not clarify parameter formats, defaults, pagination semantics, or date/period behavior, which are needed for reliable invocation.

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?

Schema description coverage is 0%, so the description must compensate. It only adds meaning for 'consultas' via the 100-query limit; the other six parameters ('pais', 'local', 'idioma', 'limite', 'pagina', 'periodo') receive no explanation, and the enumeration values are left undefined.

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 specific verb 'Busca imagens' and resource 'Google imagens', distinguishing it from the sibling search tools. It also lists concrete return values: image URL, thumbnail, dimensions, and source page.

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?

It is clear that this tool is for Google image searches, and the capacity limit 'Aceita ate 100 consultas por chamada' adds practical usage context. It does not explicitly mention exclusions or alternatives, but the resource and output make the appropriate use case obvious.

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

busca_google_lugaresA
Read-onlyIdempotent
Inspect

Busca estabelecimentos no Google com endereço, telefone, site, nota e número de avaliações. É a ferramenta de prospecção local: uma consulta por cidade ou bairro devolve a lista pronta para contato. Aceita até 100 consultas por chamada.

ParametersJSON Schema
NameRequiredDescriptionDefault
paisNo
localNo
idiomaNo
limiteNo
paginaNo
periodoNo
consultasYes

TDQS

A4/5.0
Behavior4/5

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

Annotations already mark readOnly, idempotent, and non-destructive, so the description does not need to restate safety. It adds concrete behavior: up to 100 queries per call, per-city/neighborhood querying, and the returned contact fields. No contradiction with annotations.

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?

Three sentences, each adds distinct value: output fields, use case, and batch limit. Information is front-loaded with the most important details and there is no filler.

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 description states the return fields and the core usage pattern, which is important given there is no output schema. However, with 7 parameters and no schema descriptions, an agent has to infer several optional parameters and the exact response format. Adequate but with clear gaps.

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?

Schema description coverage is 0%, so the description must carry parameter semantics. It clarifies that a query is by city or neighborhood and that up to 100 queries are accepted, addressing `consultas`, but it leaves pais, local, idioma, limite, pagina, and periodo entirely unexplained. This partial compensation is insufficient for a 7-parameter tool.

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?

States it searches Google establishments and returns address, phone, website, rating, and review count. Positions itself as 'a ferramenta de prospecção local', which distinguishes it from sibling Google-search tools. This is a specific verb+resource description, not a tautology.

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?

Explicitly frames the tool as local prospecting and says one query per city or neighborhood returns a contact-ready list. It gives clear context for when to use it but does not name sibling alternatives or state when not to use it, so it stops short of a full 5.

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

busca_google_mapasA
Read-onlyIdempotent
Inspect

Busca no Google Maps e devolve o dobro de estabelecimentos por consulta, com coordenadas de latitude e longitude. Use quando precisar de cobertura ou do mapa; para volume, busca_google_lugares custa um terço do preço. Aceita até 100 consultas por chamada.

ParametersJSON Schema
NameRequiredDescriptionDefault
paisNo
localNo
idiomaNo
limiteNo
paginaNo
periodoNo
consultasYes

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds valuable behavioral context beyond the annotations: it returns twice as many establishments per query, includes coordinates, and accepts up to 100 queries per call. This is useful operational information without contradicting the annotations.

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 three concise sentences with no filler. The main purpose and unique selling point are front-loaded, followed by usage guidance and the call limit. Every sentence earns its place.

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?

While the description covers purpose, alternatives, and one key limit, it is incomplete for a tool with 7 parameters, no schema descriptions, and no output schema. Key parameter semantics are missing, and the 'periodo' enum values are not explained. An agent would likely need additional information to invoke the tool confidently with non-default parameters.

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?

Schema description coverage is 0%, so the description must compensate for parameter clarity, but it only indirectly clarifies 'consultas' by mentioning the 100-query limit. The other six parameters (pais, local, idioma, limite, pagina, periodo) are left completely unexplained, leaving an agent to guess their expected formats and meanings.

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 states a specific verb and resource: it searches Google Maps and returns establishments with latitude/longitude coordinates. It also distinguishes itself from the sibling tool busca_google_lugares by mentioning the alternative by name, making the tool's identity immediately clear.

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?

The description explicitly says when to use this tool ('quando precisar de cobertura ou do mapa') and when to prefer the alternative ('para volume, busca_google_lugares custa um terço do preço'). This gives an agent clear routing guidance with no need for inference.

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

busca_google_noticiasA
Read-onlyIdempotent
Inspect

Busca notícias no Google News com título, fonte, data e link. Combine com o parâmetro periodo para monitorar um assunto nas últimas horas ou dias. Aceita até 100 consultas por chamada.

ParametersJSON Schema
NameRequiredDescriptionDefault
paisNo
localNo
idiomaNo
limiteNo
paginaNo
periodoNo
consultasYes

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the safety profile is known. The description adds useful behavioral context beyond annotations by disclosing the result fields and the capacity limit ('Aceita até 100 consultas por chamada'), which helps set caller expectations.

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 three short sentences with no filler. It front-loads the core purpose, then adds usage guidance and a capacity constraint. Every sentence contributes distinct information.

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?

Despite helpful safety annotations and a clear one-line purpose, the tool has 7 parameters, 0% schema description coverage, and no output schema. The description explains only 'periodo' and loosely references 'consultas', leaving little guidance for the remaining parameters. An agent would likely struggle to construct a fully valid call beyond the required 'consultas' field.

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?

Schema description coverage is 0%, so the description must carry parameter semantics. It explains the role of 'periodo' and hints at 'consultas' via the 100-query limit, but it does not clarify 'pais', 'local', 'idioma', 'limite', or 'pagina'. This leaves most required parameter choices undocumented.

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 states a specific verb ('Busca'), a clear resource ('notícias no Google News'), and the main returned fields ('título, fonte, data e link'). This makes the tool's purpose immediately distinct from sibling Google search tools such as busca_google_web, busca_google_imagens, and busca_google_academico.

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 gives clear usage context: combine with the 'periodo' parameter to monitor a subject over recent hours/days. It does not explicitly mention alternatives or when not to use this tool, so it falls short of a full 5, but the guidance is actionable and not implied.

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

busca_google_paginaA
Read-onlyIdempotent
Inspect

Lê uma página da web e devolve o texto limpo mais os metadados dela. Use depois de uma busca, para abrir os links que interessaram. Custa o dobro de uma busca web por URL. Aceita até 100 URLs por chamada.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlsYes
markdownNo

TDQS

A4.2/5.0
Behavior4/5

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

The annotations already mark it read-only, idempotent, and non-destructive. The description adds useful behavioral details: it returns clean text plus metadata, it costs twice as much as a web search per URL, and it accepts up to 100 URLs per call. These details go beyond the annotations and do not contradict them.

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?

Three short sentences deliver purpose, usage timing, cost, and capacity with no filler. The most important information is front-loaded.

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?

For a simple read-only tool with two parameters and no output schema, the description is mostly complete: it covers what it returns, when to use it, cost, and URL limit. The only clear gap is the undocumented markdown parameter.

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?

With 0% schema description coverage, the description carries the parameter-documentation burden. It explains that the urls array accepts up to 100 URLs per call, but it does not explain the optional markdown boolean or what it changes about the output.

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 reads a web page and returns clean text plus metadata, which is a specific verb and resource. It also distinguishes itself from the busca_google_* search siblings by saying it is used after a search to open interesting links.

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?

It gives explicit usage context: use after a search, for opening links that interested. It does not explicitly name a when-not-to-use alternative, but the sibling search tools are clearly the alternative for actual search queries.

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

busca_google_patentesA
Read-onlyIdempotent
Inspect

Busca patentes no Google Patents com título, número, depositante e data. Aceita até 100 consultas por chamada.

ParametersJSON Schema
NameRequiredDescriptionDefault
paisNo
localNo
idiomaNo
limiteNo
paginaNo
periodoNo
consultasYes

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds a useful behavioral constraint: 'Aceita até 100 consultas por chamada', which informs the agent about batch size limits 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two short sentences with no filler. The main purpose is front-loaded, and the batch limit is a concise, valuable additional detail.

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?

There is no output schema, so the description should explain return values, but it does not. With seven parameters and zero schema coverage, the optional parameters remain largely ambiguous, making the definition sufficient for a basic call with only consultas but inadequate for confident use of advanced options.

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?

Schema description coverage is 0%, so the description needed to compensate for the seven parameters. It only clarifies the query criteria and the 100-query batch limit; optional parameters such as pais, local, idioma, limite, pagina, and periodo are left undocumented, and the enum values of periodo are unexplained.

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 opens with a specific verb and resource, 'Busca patentes no Google Patents', and lists searchable criteria: título, número, depositante e data. It is clearly distinguishable from sibling tools such as busca_google_academico or busca_google_imagens by the patent-specific target.

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 clearly establishes that this tool is for patent searches on Google Patents, which differentiates it from the other Google search siblings. It does not explicitly state when not to use it or name alternative tools, 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.

busca_google_shoppingA
Read-onlyIdempotent
Inspect

Busca produtos no Google Shopping com preço, loja, nota e imagem. Serve para pesquisa de preço e monitoramento de concorrência. Custa o dobro de uma busca web por consulta. Aceita até 100 consultas por chamada.

ParametersJSON Schema
NameRequiredDescriptionDefault
paisNo
localNo
idiomaNo
limiteNo
paginaNo
periodoNo
consultasYes

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, covering the safety profile. The description adds valuable behavioral context beyond annotations: the operation costs double a web search and accepts up to 100 queries per call. It also discloses what data the search returns, which helps set expectations.

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?

Three short, purposeful sentences are front-loaded with what the tool does, followed by use cases and operational constraints. Every sentence adds distinct value with no filler or repetition.

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 description covers the tool's core purpose, return fields, cost, and batch capacity, which is a solid start. However, with 7 parameters, 0% schema description coverage, and no output schema, it leaves important operational details unexplained, such as how pagination (pagina, limite) behaves, what values periodo accepts, and how country/language/location affect results.

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?

Schema description coverage is 0%, so the description carries the burden of explaining the parameters. It only hints at 'consultas' through the batch limit, but does not explain the semantics or formats of pais, local, idioma, limite, pagina, or periodo. The parameter names are somewhat self-explanatory, but the description itself does not compensate for the missing schema documentation.

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 and resource: 'Busca produtos no Google Shopping' and enumerates result attributes (preço, loja, nota, imagem). It also identifies use cases (price research, competition monitoring), which clearly distinguishes it from sibling tools like busca_google_web or busca_google_imagens.

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 gives clear context for when to use the tool: price research and competition monitoring. It also provides a cost signal ('Custa o dobro de uma busca web por consulta') that helps an agent decide between this and a cheaper web search, though it does not explicitly name alternatives or state when not to use it.

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

busca_google_sugestoesA
Read-onlyIdempotent
Inspect

Devolve as sugestões de autocompletar do Google para um termo. Serve para descobrir como as pessoas realmente pesquisam um assunto, útil em SEO e pesquisa de mercado. Aceita até 100 termos por chamada.

ParametersJSON Schema
NameRequiredDescriptionDefault
paisNo
idiomaNo
consultasYes

TDQS

A4/5.0
Behavior4/5

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

As anotações já declaram readOnlyHint=true, idempotentHint=true e destructiveHint=false, e a descrição não contradiz isso. Ela adiciona contexto comportamental relevante ao informar que aceita até 100 termos por chamada, um limite prático que o agente precisa conhecer.

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?

A descrição é curta e bem estruturada: a operação vem primeiro, seguida do caso de uso e da restrição de volume. Cada frase agrega informação sem repetir o nome da ferramenta nem o schema.

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?

Para uma ferramenta simples de leitura, a descrição cobre o propósito e o limite de chamada, mas não há output schema e a cobertura do schema é 0%. Faltam detalhes sobre o formato das sugestões retornadas e sobre como 'pais' e 'idioma' afetam a busca, então há lacunas relevantes para uso correto completo.

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?

A cobertura do schema é 0%, então a descrição precisaria compensar explicando os parâmetros. Ela menciona 'termo' e o limite de 100 termos, que se relaciona a 'consultas', mas não explica os parâmetros 'pais' e 'idioma', nem seus formatos esperados. A compensação é insuficiente.

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?

A descrição usa verbo específico ('Devolve') e recurso claro ('sugestões de autocompletar do Google'), diferenciando-se dos irmãos busca_google_web, busca_google_imagens, etc. Também contextualiza a finalidade (SEO e pesquisa de mercado), tornando o propósito imediatamente reconhecível.

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?

A descrição indica claramente quando usar: para descobrir como as pessoas realmente pesquisam um assunto, com aplicações em SEO e pesquisa de mercado. Não menciona exclusões nem alternativas explícitas, mas o contexto de uso é suficiente para orientar a seleção.

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

busca_google_videosA
Read-onlyIdempotent
Inspect

Busca vídeos no Google com título, canal, duração e link. Aceita até 100 consultas por chamada.

ParametersJSON Schema
NameRequiredDescriptionDefault
paisNo
localNo
idiomaNo
limiteNo
paginaNo
periodoNo
consultasYes

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already mark this as read-only and non-destructive. The description adds valuable behavioral context beyond that: it supports up to 100 queries per call and returns specific fields (title, channel, duration, link). Nothing in the description contradicts the annotations.

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?

Two short, front-loaded sentences with no filler. The main action is stated first, and the key limit is added in the second sentence. Every word earns its place.

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?

For a tool with seven parameters and no output schema, the description covers the core purpose, main returned fields, and an important input limit. However, it does not explain pagination behavior or the meaning of the periodo enum, leaving some ambiguity for an agent.

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 input schema has no property descriptions, so the description carries more weight. It usefully clarifies that 'consultas' accepts up to 100 queries, but other parameters—pais, local, idioma, limite, pagina, and the periodo enum—are left mostly to inference from their names and values.

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 a specific verb ('Busca'), a specific resource ('vídeos no Google'), and the key output fields (título, canal, duração, link). It is immediately distinguishable from sibling search tools like busca_google_imagens or busca_google_noticias.

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 intended use case—Google video search—is clear, and the added batch constraint ('até 100 consultas por chamada') gives practical usage guidance. It does not explicitly say when not to use it or name alternative tools, so it falls just 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.

busca_google_webA
Read-onlyIdempotent
Inspect

Busca na web pelo Google e devolve os resultados orgânicos com título, link e trecho, mais a resposta direta e o painel de conhecimento quando existem. Aceita até 100 consultas por chamada.

ParametersJSON Schema
NameRequiredDescriptionDefault
paisNo
localNo
idiomaNo
limiteNo
paginaNo
periodoNo
consultasYes

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already mark the tool as read-only, idempotent, and non-destructive. The description adds useful behavioral detail beyond those: it accepts up to 100 queries per call and returns direct answers/knowledge panels only when they exist. This gives an agent meaningful expectations about batch behavior and optional content.

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?

Two sents with no filler. The main action and result types are front-loaded, and the batch capacity is stated efficiently in the second sentence.

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?

Despite having no output schema, the description does succinctly describe the principal return components. It is less complete on parameter semantics and on selecting among the many sibling tools, so an agent would still need to infer or probe several details before a fully informed call.

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?

Schema description coverage is 0%, so the description must compensate for the seven parameters. The only parameter-related detail is the batch limit ('até 100 consultas'), which sheds light on 'consultas' but not on pais, local, idioma, limite, pagina, or periodo. Most parameters remain unexplained by both schema and description.

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 states a specific verb ('Busca na web'), the resource (Google), and the concrete output (organic results with title, link, and snippet, plus direct answer and knowledge panel). It also differentiates from sibling tools by being the general web search among specialized verticals like academic, images, and news.

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 when to use it (any general web search), but it doesn't explicitly name alternatives or exclusion criteria such as 'use busca_google_academico for academic searches.' Sibling names provide context, but the description itself offers no direct routing guidance.

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

connectA
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already establish this is read-only, idempotent, and non-destructive. The description adds useful behavioral detail beyond that by specifying the two main response states: authenticated:true with empty pending[] when all providers are connected, and connect_url plus per-install URLs when credentials are missing. This helps an agent predict what to expect.

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 compact, front-loads the core purpose, and then adds only the essential conditional details. Every sentence contributes meaningful information, and there is no waste.

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?

For a zero-parameter read-only status tool with no output schema, the description is complete enough. It tells the agent what information will be returned, what the success condition looks like, and what happens when credentials are missing. The low complexity means no additional guidance is required.

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, so the description does not need to explain any input semantics. The baseline of 4 applies because there is no parameter burden at all.

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's purpose: returning connection status and URLs. It distinguishes connect from its sibling authenticate by framing it as a status/read operation rather than an action, and the conditional output descriptions reinforce this.

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 makes clear that this is the tool to call when checking connection state or getting URLs. It does not explicitly mention alternatives like authenticate, but the context strongly implies connect is for status checking rather than initiating authentication, so usage is clear without being fully 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNo
actionNosearch
mcp_idNo
messageNo
tool_idNo
argumentsNo{}
immediateNo
tier_slugNo
prompt_bodyNo
prompt_slugNo
prompt_toolNo
prompt_varsNo{}
conversationNo[]
prompt_titleNo
request_nameNo
cancel_reasonNo
cancel_commentNo
prompt_targetsNo
report_contextNo
prompt_categoryNo
request_detailsNo
prompt_descriptionNo

TDQS

A4.4/5.0
Behavior5/5

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

Beyond the annotations, the description discloses important behaviors: invoke runs an MCP even when it is not installed, does a one-off run without adding the MCP to the toolkit, returns a connect link when credentials are needed, returns a checkout/top-up link when payment is needed, and requires workspace owner/admin for write operations. The description enriches the annotations and does not contradict them.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with identity and the core flow, and nearly every sentence carries useful guidance. However, it is one dense, wall-of-text paragraph with mixed language ("pontualmente") and heavy inline emphasis, which makes the many action alternatives hard to scan and parse.

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?

For a complex 23-parameter, 14-action facade with no output schema, the description is remarkably complete: it covers the core flow, one-off invoke semantics, auth/credential/payment behavior, permission requirements, installed flags, the prompt library, and most action outcomes. The main gaps are the resume action and return-shape details for a few actions, but the overall guidance is sufficient for correct invocation in most cases.

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?

With 0% schema description coverage, the description does a lot of compensating work: it maps action values such as search, describe, invoke, install, list_tools, publish_prompt, and explains tool_id, arguments, and prompt-related intent. However, several parameters and enum actions remain unexplained, including resume, limit, immediate, tier_slug, cancel_reason, report_context, conversation, request_name, and request_details, leaving agents under-specified for those paths.

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 identifies the tool as the official mcp.ai marketplace: the in-platform catalog of MCPs/tools and the way to run them. It states the core discovery→describe→invoke flow, distinguishes the prompt-library subdomain from the MCP flow, and makes it clear this is a marketplace orchestrator rather than one of the sibling calculator/authenticate tools.

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?

The description gives explicit when-to-use guidance: use install only to make an MCP permanent, prefer invoke for one-off use, use list_tools to see what is callable now, use subscribe/cancel for billing, and use request_mcp when nothing fits. It also explains what to do when invoke returns a connect link or checkout link, including retry behavior.

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

report_bugA
Idempotent
Inspect

Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.

ParametersJSON Schema
NameRequiredDescriptionDefault
contextNo
messageYes
conversationNo[]

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already carry the safety profile with idempotentHint=true and destructiveHint=false. The description adds that conversation data is needed for reproduction, which is useful context. However, it does not disclose what happens after submission, such as whether a ticket is created or whether the report is asynchronous, though the annotations lower the burden.

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 consists of two tight sentences: the first states the purpose, the second gives the key usage instruction. There is no filler, repetition, or irrelevant detail.

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?

For a simple three-parameter reporting tool with annotations already covering idempotency and destructiveness, the description is mostly sufficient. The main gaps are the unexplained `context` parameter and the absence of any indication of what the response or outcome will be, though no output schema is expected.

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?

Schema description coverage is 0%, so the description must compensate for undocumented parameters. It only clarifies the `conversation` parameter via 'conversation array with recent messages,' leaving the required `message` and optional `context` undefined. The agent must guess at their intended content.

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 opens with the verb 'Report' and explicitly enumerates three targets: 'bug, missing feature, or send feedback'. This makes the tool's purpose unmistakable and easily distinguishable from the sibling calculo_* and authentication tools, which serve entirely different functions.

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 establishes a clear context: use when a user reports a problem or wants to provide feedback. It also adds practical guidance to 'Include the conversation array with recent messages for reproduction.' It does not name alternatives, but none of the sibling tools overlap with bug reporting, so exclusions are unnecessary.

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

show_versionA
Read-onlyIdempotent
Inspect

Show the current MCP platform and adapter versions.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.7/5.0
Behavior3/5

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

The annotations already declare readOnlyHint=true and idempotentHint=true, so the agent knows this is a safe, non-mutating call. The description adds little beyond that—it names the output as versions but doesn't specify the format (e.g., semver strings, JSON object) or whether the output is human-readable. Since the annotations carry the safety profile, 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence of 9 words, front-loading the action ('Show') and the object ('version'). There is zero waste, and it fully conveys the tool's purpose within its scope. This is a model of conciseness.

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?

For a zero-parameter, read-only, idempotent tool with no output schema, the description is nearly complete. An agent can confidently invoke it without additional context. The only minor gap is that the return format is unspecified, but since there is no output schema, a brief note on the output structure (e.g., 'returns a plain-text summary') would elevate completeness. Still, the description is sufficient 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 tool has zero parameters, and the schema coverage is 100% (no properties). The description doesn't need to explain parameters. The baseline for zero-parameter tools is 4, and the description is consistent with that—it correctly implies that no input is required.

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 tool's purpose: 'Show the current MCP platform and adapter versions.' This is a specific verb-resource pair that distinguishes it from sibling tools, which are all calculation or authentication tools. It could be slightly more explicit about what 'show' returns (e.g., a text summary vs. structured data), but the resource is unambiguous.

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 that this tool is for checking version information, which makes sense in contexts where an agent needs to confirm platform/adapter versions before proceeding. However, it does not explicitly state when to use this tool versus alternatives, nor does it mention whether version information is needed for authentication or compatibility checks. Given the sibling tools are all calculations, the usage context is reasonably clear, but not explicitly delineated.

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

toolkit_infoA
Read-onlyIdempotent
Inspect

Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already establish readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description does not need to restate safety. It adds value by detailing what kind of state is returned, including connection status and account bindings, which helps the agent understand the tool's informational scope.

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?

A single tightly packed sentence with the main action front-loaded, followed by a colon-delimited list of return contents. Every phrase earns its place with no repetition or filler.

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?

For a zero-parameter, read-only introspection tool, the description fully covers what the agent needs to know before calling: what information it will receive. No output schema exists, but the description essentially provides a light output contract by enumerating the returned components.

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 input schema is empty with zero parameters, and schema description coverage is 100%, so the description has no parameter burden. Per calibration, zero-parameter tools receive a baseline of 4; the description's output-focused content is more than sufficient.

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 states a specific verb ('Returns') and resource ('current toolkit state'), then enumerates exactly what is included: installed MCPs, connection status, connected accounts, and catalog tool counts. This is specific enough to distinguish it from computational siblings like calculo_* and action tools like authenticate or connect.

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 clearly conveys that this is the tool to call when an agent needs an overview or snapshot of the toolkit's current state. It does not explicitly list exclusion criteria or name alternatives such as show_version, but the context is clear enough for routine selection.

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.

  1. 15 tool updates
    • Addedbusca_google_academico
    • Addedbusca_google_avaliacoes
    • Addedbusca_google_imagens
    • Addedbusca_google_lugares
    • Addedbusca_google_mapas
    • Addedbusca_google_noticias
    • Addedbusca_google_pagina
    • Addedbusca_google_patentes
    • Addedbusca_google_shopping
    • Addedbusca_google_sugestoes
    • Addedbusca_google_videos
    • Addedbusca_google_web
    • Addedconnect
    • Addedmarketplace
    • Addedtoolkit_info
  2. 15 tool updates
    • Removedbusca_google_academico
    • Removedbusca_google_avaliacoes
    • Removedbusca_google_imagens
    • Removedbusca_google_lugares
    • Removedbusca_google_mapas
    • Removedbusca_google_noticias
    • Removedbusca_google_pagina
    • Removedbusca_google_patentes
    • Removedbusca_google_shopping
    • Removedbusca_google_sugestoes
    • Removedbusca_google_videos
    • Removedbusca_google_web
    • Removedconnect
    • Removedmarketplace
    • Removedtoolkit_info
  3. 15 tool updates
    • Addedbusca_google_academico
    • Addedbusca_google_avaliacoes
    • Addedbusca_google_imagens
    • Addedbusca_google_lugares
    • Addedbusca_google_mapas
    • Addedbusca_google_noticias
    • Addedbusca_google_pagina
    • Addedbusca_google_patentes
    • Addedbusca_google_shopping
    • Addedbusca_google_sugestoes
    • Addedbusca_google_videos
    • Addedbusca_google_web
    • Addedconnect
    • Addedmarketplace
    • Addedtoolkit_info
  4. 15 tool updates
    • Removedbusca_google_academico
    • Removedbusca_google_avaliacoes
    • Removedbusca_google_imagens
    • Removedbusca_google_lugares
    • Removedbusca_google_mapas
    • Removedbusca_google_noticias
    • Removedbusca_google_pagina
    • Removedbusca_google_patentes
    • Removedbusca_google_shopping
    • Removedbusca_google_sugestoes
    • Removedbusca_google_videos
    • Removedbusca_google_web
    • Removedconnect
    • Removedmarketplace
    • Removedtoolkit_info
  5. 15 tool updates
    • Addedbusca_google_academico
    • Addedbusca_google_avaliacoes
    • Addedbusca_google_imagens
    • Addedbusca_google_lugares
    • Addedbusca_google_mapas
    • Addedbusca_google_noticias
    • Addedbusca_google_pagina
    • Addedbusca_google_patentes
    • Addedbusca_google_shopping
    • Addedbusca_google_sugestoes
    • Addedbusca_google_videos
    • Addedbusca_google_web
    • Addedconnect
    • Addedmarketplace
    • Addedtoolkit_info
  6. 15 tool updates
    • Removedbusca_google_academico
    • Removedbusca_google_avaliacoes
    • Removedbusca_google_imagens
    • Removedbusca_google_lugares
    • Removedbusca_google_mapas
    • Removedbusca_google_noticias
    • Removedbusca_google_pagina
    • Removedbusca_google_patentes
    • Removedbusca_google_shopping
    • Removedbusca_google_sugestoes
    • Removedbusca_google_videos
    • Removedbusca_google_web
    • Removedconnect
    • Removedmarketplace
    • Removedtoolkit_info
  7. 15 tool updates
    • Addedbusca_google_academico
    • Addedbusca_google_avaliacoes
    • Addedbusca_google_imagens
    • Addedbusca_google_lugares
    • Addedbusca_google_mapas
    • Addedbusca_google_noticias
    • Addedbusca_google_pagina
    • Addedbusca_google_patentes
    • Addedbusca_google_shopping
    • Addedbusca_google_sugestoes
    • Addedbusca_google_videos
    • Addedbusca_google_web
    • Addedconnect
    • Addedmarketplace
    • Addedtoolkit_info
  8. 15 tool updates
    • Removedbusca_google_academico
    • Removedbusca_google_avaliacoes
    • Removedbusca_google_imagens
    • Removedbusca_google_lugares
    • Removedbusca_google_mapas
    • Removedbusca_google_noticias
    • Removedbusca_google_pagina
    • Removedbusca_google_patentes
    • Removedbusca_google_shopping
    • Removedbusca_google_sugestoes
    • Removedbusca_google_videos
    • Removedbusca_google_web
    • Removedconnect
    • Removedmarketplace
    • Removedtoolkit_info
  9. 15 tool updates
    • Addedbusca_google_academico
    • Addedbusca_google_avaliacoes
    • Addedbusca_google_imagens
    • Addedbusca_google_lugares
    • Addedbusca_google_mapas
    • Addedbusca_google_noticias
    • Addedbusca_google_pagina
    • Addedbusca_google_patentes
    • Addedbusca_google_shopping
    • Addedbusca_google_sugestoes
    • Addedbusca_google_videos
    • Addedbusca_google_web
    • Addedconnect
    • Addedmarketplace
    • Addedtoolkit_info
  10. 15 tool updates
    • Removedbusca_google_academico
    • Removedbusca_google_avaliacoes
    • Removedbusca_google_imagens
    • Removedbusca_google_lugares
    • Removedbusca_google_mapas
    • Removedbusca_google_noticias
    • Removedbusca_google_pagina
    • Removedbusca_google_patentes
    • Removedbusca_google_shopping
    • Removedbusca_google_sugestoes
    • Removedbusca_google_videos
    • Removedbusca_google_web
    • Removedconnect
    • Removedmarketplace
    • Removedtoolkit_info
  11. 15 tool updates
    • Addedbusca_google_academico
    • Addedbusca_google_avaliacoes
    • Addedbusca_google_imagens
    • Addedbusca_google_lugares
    • Addedbusca_google_mapas
    • Addedbusca_google_noticias
    • Addedbusca_google_pagina
    • Addedbusca_google_patentes
    • Addedbusca_google_shopping
    • Addedbusca_google_sugestoes
    • Addedbusca_google_videos
    • Addedbusca_google_web
    • Addedconnect
    • Addedmarketplace
    • Addedtoolkit_info

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to perform real-time Google searches with anti-bot protection. Bypasses search engine restrictions using advanced browser automation to extract search results locally without requiring paid API services.
    7
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI agents to perform Google searches and retrieve structured JSON results for 10 types including web, images, news, and shopping with live prices. Offers 1,000 free searches per month with no credit card required.
    1
    17 npm
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Unified real-time search engine skill for AI agents.
    1,845
    Apache 2.0
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.