Skip to main content
Glama

Conselho Regional de Odontologia MG: Cadastro

Server Details

Conselho Regional de Odontologia MG: Cadastro, official-source lookup. Platform-hosted, pay per quer

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
mcp-dir/cro_mg_cadastro-mcp
GitHub Stars
0
Server Listing
cro_mg_cadastro-mcp

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4/5 across 7 of 7 tools scored. Lowest: 2.8/5.

Server CoherenceC
Disambiguation2/5

The tools mix platform-level utilities (authenticate, connect, marketplace, report_bug, show_version, toolkit_info) with a single domain-specific tool (cro_mg_cadastro_consultar). The platform tools have overlapping purposes: authenticate and connect both deal with connection/auth state, and marketplace and toolkit_info both describe available tools/state, creating ambiguity about which to call for a given task.

Naming Consistency2/5

Naming is inconsistent: platform tools use generic verbs (authenticate, connect, report_bug, show_version, toolkit_info) while the domain tool uses a long snake_case prefix (cro_mg_cadastro_consultar). There is no consistent verb_noun pattern across the set, and the domain tool's name is verbose and inconsistent with the others.

Tool Count3/5

7 tools is a reasonable count, but the set is dominated by platform infrastructure (6 tools) with only one domain-specific tool. The count is not excessive, but the balance is skewed: the server appears to be a platform wrapper rather than a focused domain server, making the count feel padded with generic utilities.

Completeness2/5

For a server named 'Conselho Regional de Odontologia MG: Cadastro', the domain surface is severely incomplete: only one tool (cro_mg_cadastro_consultar) handles the actual domain query, with no other CRUD or lifecycle operations. The remaining tools are platform-level and do not address the domain's needs, leaving obvious gaps for any real workflow.

Available Tools

7 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
Behavior4/5

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

The description discloses that the tool can modify the server config (by adding a header) and can create a session token, implying side effects. However, it does not explicitly mention that it is non-destructive or describe potential consequences (e.g., overwriting existing config). Given the annotations (readOnlyHint=false, destructiveHint=false, idempotentHint=true), the description aligns and provides enough transparency about the config change, but could be more explicit about side effects.

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 informative but a bit lengthy. It is structured with two clear options (permanent config and session-only) and an explanation of the no-arg call, which is efficient. However, the phrasing could be tightened slightly (e.g., 'add it to this server's config as a header' is slightly redundant with the later mention). Still, it remains focused and not overly verbose.

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?

The description provides all necessary context for a first-time user: what the authentication is for, the two methods of using it, and how to invoke it. It does not specify return values, but since no output schema is provided, that is acceptable. The tool is fully covered in terms of steps and alternatives.

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

Parameters5/5

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

The description thoroughly explains the 'token' parameter: it should contain a JWT pasted by the user, and provides context for when it is optional (no args to get link). The schema only lists 'token' as a string with no description, so the tool description fully compensates and adds clear meaning.

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: authenticating to MCP.AI for IDE agents. It also distinguishes it from siblings (connect, cro_mg_cadastro_consultar, etc.) by focusing on authentication and providing specific usage instructions. The two options (permanent config vs session token) make the purpose unmistakable.

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 provides explicit guidance on when and how to use the tool: either adding the token to the server config for a permanent connection, or pasting it for session-only login. It also explains the no-argument call to obtain the link. This covers usage scenarios clearly, though it does not explicitly state 'do not use if...' but that is not necessary given the clarity.

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

Behavior5/5

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

The description transparently describes the tool's behavior under different conditions (all connected vs. missing credentials), specifying the exact output fields (authenticated, pending, connect_url). No contradictions 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?

The description is concise and well-structured, consisting of two clear sentences that cover the essential behavior without unnecessary detail.

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?

The description fully explains the tool's output in both success and failure scenarios, providing sufficient context for an agent to interpret the results. No output schema is present, so the description compensates adequately.

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

Parameters5/5

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

The tool has no parameters, so the description does not need to add parameter details. The empty schema is adequately covered.

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 itself from siblings like 'authenticate' by focusing on status checking rather than performing authentication.

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

Usage Guidelines4/5

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

The description implies usage contexts (e.g., checking connection status, detecting missing credentials) but does not explicitly compare with alternatives like 'authenticate'. It provides enough context for an agent to decide when to use this tool.

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

cro_mg_cadastro_consultarC
Read-onlyIdempotent
Inspect

Conselho Regional de Odontologia MG: Cadastro, consulta em fonte oficial. Hospedado pela plataforma, sem credenciais da plataforma, pague por consulta com crédito pré-pago. Consulta informação de fontes e órgãos oficiais brasileiros (a mesma disponível ao cidadão), não é dado sigiloso. O cliente é o controlador dos dados e responde pela finalidade legítima (LGPD).

ParametersJSON Schema
NameRequiredDescriptionDefault
inscricaoYes
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true; the description adds useful behavioral context: no platform credentials required, prepaid per-query cost, data is the same as citizen-available (non-confidential), and client is LGPD controller. These details go beyond the 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.

Conciseness3/5

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

The description is a single dense paragraph; it conveys multiple pieces of info (source, cost, legal) but could be better structured. It is not overly long, but each sentence could be clearer; still, it is not bloated.

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 clarify what data is returned, but it only says 'consulta informação de fontes e órgãos oficiais'. It omits return fields, example usage, or any functional details about the consultation, leaving a significant gap for a simple one-parameter tool.

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, but it does not explain the single parameter 'inscricao' (e.g., format, expected values, or example). The parameter name hints at a registration number, but the description adds nothing beyond what the schema already shows.

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

Purpose3/5

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

The description indicates this is a query tool for CRO-MG registration data ('Cadastro, consulta em fonte oficial') but lacks a specific verb- resource structure and does not clearly state what is returned. It is distinguishable from generic platform siblings due to the explicit mention of the council and official source, so it is not a tautology but remains vague.

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

Usage Guidelines2/5

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

No explicit when-to-use or alternative references are provided. Mentions prepaid credit and LGPD responsibility, but these are contextual disclaimers rather than actionable guidance on when to choose this tool over others or what scenarios it is appropriate for.

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
Behavior5/5

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

Goes well beyond annotations, which only declare readOnlyHint=false and openWorldHint=true. The description discloses auth requirements ('Writes require workspace owner/admin'), side effects (invoke does a one-off install without bloating the toolkit), the non-install behavior of invoke, installed_in_toolkit vs installed_in_workspace flags, and cost/credential edge cases. 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.

Conciseness3/5

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

Information-dense and every sentence largely earns its place given the enormous surface (14 actions + prompt library), but it is one unbroken 250+ word wall of text with no sectioning, headers, or prioritization. It could be split into MCP flow vs prompt library vs admin/billing sub-sections to aid rapid scanning. Appropriate in volume, weak in structure.

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?

Remarkably complete for the scope: covers the full discovery→run flow, install-vs-invoke decision, auth/owner requirements, billing/credential failure modes, and the entire prompt-library sub-flow (search/get/publish with return behavior: full text with {{variables}}, shareable mcp.ai/p/<slug> link). Given no output schema, it even explains key return behaviors (connect link, checkout link). Minor gaps remain for lesser actions (resume, list_tools output shape, subscribe specifics).

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 and 23 parameters, the description carries heavy burden and does compensate for the most critical ones: the full action enum (all 14 values explained with purpose), mcp_id/tool_id via the search→describe→invoke flow, and prompt_* params in the prompt library section. However, many parameters (limit, query, immediate, conversation, tier_slug, request_details, cancel_reason, report_context, prompt_targets) are never explicitly defined, leaving the 0% coverage only partially remedied.

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?

Exceptionally clear purpose: 'the official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them.' It names the specific resource (marketplace catalog), the core action flow (search → describe → invoke), and explicitly differentiates from siblings by noting report_bug/request_mcp and the separate prompt library. No ambiguity about what this meta-tool does.

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?

Explicit when/when-not guidance: 'Use install only to make an MCP PERMANENT in the active toolkit... prefer invoke for a single/occasional use.' It distinguishes search/describe (discovery) from list_tools (what's callable now), names alternatives (request_mcp when nothing fits), and gives conditional workflows (connect link if credential needed, checkout link if wallet empty, 'then you retry').

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[]
Behavior3/5

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

The description does not disclose side effects beyond 'reporting', but the annotations cover readOnly and destructive aspects. It does not add extra transparency about persistence or idempotency, though not contradictory.

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 brief and to the point—one sentence that conveys the main purpose without unnecessary elaboration.

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?

The description lacks clarity on all parameters and does not mention any output or expected behavior. It is not complete enough for a user to understand the full scope, especially since the schema provides no additional guidance.

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?

Only 'conversation' is mentioned, but not its format (JSON string) or purpose clearly. 'context' and 'message' are not explained at all, leaving their semantics vague.

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 function as reporting bugs, missing features, or feedback. It differentiates from sibling tools by focusing on issue reporting.

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

Usage Guidelines3/5

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

The description implies usage when a user encounters a problem, but does not explicitly mention when to use it over alternatives or provide any usage conditions.

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

Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, indicating a safe, non-mutating operation. The description adds minimal behavioral context, just stating what version info is shown. It neither contradicts annotations nor adds details about output format or potential network calls, but for a simple version check, the annotations cover the main behavioral concerns.

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

Conciseness5/5

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

The description is a single sentence with no fluff. It clearly states the tool's output without unnecessary details. Ideal conciseness for a simple tool.

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

Completeness3/5

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

Given the tool's simplicity (no params, no output schema, annotations cover safety), the description is fairly complete. However, it doesn't specify the exact output format or where the information comes from (e.g., local vs remote), which could matter for agents. But given the low complexity, it's adequate.

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 schema description coverage is 100% (vacuously). The description adds no parameter info because none exist. The baseline for zero parameters is 4, and the description's mention of 'platform and adapter versions' provides a hint of the output content, which is sufficient.

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: showing current MCP platform and adapter versions. It distinguishes from siblings by being a version info tool, though it doesn't explicitly compare to sibling names like 'toolkit_info' which might overlap.

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 does not explicitly state when to use this tool versus alternatives. It implies usage for checking versions, but no explicit context or exclusions are provided. Sibling tools like 'toolkit_info' might offer similar information, but no guidance is offered.

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

Behavior5/5

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

Annotations (readOnlyHint, idempotentHint) already disclose side-effect profile. The description supplements by clarifying the returned state details, fully aligning with the annotations and adding useful context without contradiction.

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, clear sentence with no superfluous content. It efficiently conveys the tool's function and output scope.

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?

Since there is no output schema, the description fully specifies what the tool returns (installed MCPs, connection status, accounts, catalog tool counts), making it contextually complete for users.

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 adds no parameter semantics beyond the schema. Per rubric, zero params baseline is 4, and there is nothing to improve.

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 with a specific verb ('Returns') and resource ('toolkit state'), listing the exact information provided (installed MCPs, connection status, accounts, catalog counts). It is distinct from sibling 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 Guidelines3/5

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

The description explains what the tool does but does not explicitly state when to use it relative to alternatives. It is implied as the go-to for state inspection, but no direct 'use this when...' guidance is provided.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables users to query the official Brazilian Regional Council of Dentistry (GO) registry for professional registration data through a read-only MCP server, with pay-per-use prepaid credits.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Read-only MCP server for querying official dental registration data from the Regional Council of Dentistry of Alagoas (Brazil). It provides a single tool to consult professional records via a hosted HTTP endpoint with prepaid credits.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Consulta o cadastro do Conselho Regional de Odontologia de Mato Grosso do Sul em fonte oficial, via ferramenta de leitura única.
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.