Skip to main content
Glama

Conselho Regional de Odontologia RN: Cadastro

Server Details

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

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
mcp-dir/cro_rn_cadastro-mcp
GitHub Stars
0
Server Listing
Conselho Regional de Odontologia RN: Cadastro

Glama MCP Gateway

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

MCP client
Glama
MCP server

Full call logging

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

Tool access control

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

Managed credentials

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

Usage analytics

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

100% free. Your data is private.
Tool DescriptionsA

Average 4.2/5 across 6 of 7 tools scored.

Server CoherenceC
Disambiguation2/5

The set lacks focus: `authenticate` and `connect` overlap around connection state, while `marketplace` is a monolith cramming search, invoke, install, billing, and prompt-library actions into one tool that overlaps with `connect` (auth links), `toolkit_info` (installed state), and `report_bug`. `cro_rn_cadastro_consultar` is the only clearly distinct domain tool; the rest have fuzzy boundaries.

Naming Consistency3/5

Platform tools mostly follow an English snake_case verb_noun pattern (`authenticate`, `report_bug`, `show_version`, `toolkit_info`), but `marketplace` is a lone noun and `cro_rn_cadastro_consultar` switches to Portuguese with an abbreviation prefix, breaking the pattern. Minor deviation in style plus a language mix drags it below average.

Tool Count3/5

Seven tools is a reasonable raw count, but only one (`cro_rn_cadastro_consultar`) serves the server's stated purpose; the other six are unrelated platform/catalog plumbing that inflate the surface and dilute the domain focus. Still, the total is well within the sensible range.

Completeness2/5

The domain is a paid Brazilian official-registry lookup, yet there's no way to check prepaid credits or top up (the description mentions `pague por consulta com crédito pré-pago` but exposes no balance tool). The domain surface is a single dead-end query with no supporting operations (history, formats, validation), and the six remaining tools are irrelevant filler that doesn't address these gaps.

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

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

Beyond the annotations (idempotent, non-destructive), the description discloses that adding to config yields a non-expiring connection while pasting gives session-only. It also mentions that calling with no args returns a link, adding transparency about its behavior.

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 somewhat verbose and not tightly structured, with multiple clauses and parentheticals. It could be more concise while conveying the same information.

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 explains the authentication flow and mentions obtaining a link with no args, but it doesn't state what the tool returns when a token is provided or any error handling. This leaves some gaps in understanding the full behavior.

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 only parameter 'token' is explained as an optional JWT used for session login, and the description clarifies behavior when it's omitted. However, it doesn't specify the token's format or origin in detail, leaving some ambiguity.

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 authenticates the user for MCP.AI IDE agents, explaining the login flow. It is distinct from sibling tools like connect or show_version, as it focuses on authentication.

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 provides explicit instructions for two usage modes: adding a token to config for permanent connection or pasting for session-only. It also explains how to call with a token or without to get a link, offering clear 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

Behavior4/5

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

While annotations already establish read-only and non-destructive behavior, the description adds valuable details about the output structure and conditional responses (authenticated: true vs. connect_url), enhancing transparency beyond 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 succinct, using only two sentences to convey core functionality and variations. There is no extraneous information, making it well-structured and to the point.

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

Completeness4/5

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

Given the lack of an output schema, the description adequately explains the primary output fields (authenticated, pending, connect_url) and the two main scenarios. It is complete enough for a simple tool, though it doesn't cover potential error cases or additional edge scenarios.

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 there is nothing to explain. The description does not need to add meaning to parameters, and the empty schema is fully 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 function: it returns connection status and related URLs. It further specifies distinct outcomes (authenticated vs. missing credentials), making the purpose unambiguous.

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?

The description does not explicitly indicate when to use this tool compared to alternatives, nor does it provide context such as prerequisites or scenarios where another tool might be preferred. It only describes the tool's behavior without usage guidance.

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

cro_rn_cadastro_consultarA
Read-onlyIdempotent
Inspect

Conselho Regional de Odontologia RN: 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 indicate read-only, idempotent, and non-destructive. The description reinforces this by stating it is a 'consulta' (query). It adds behavioral details about prepaid credits and LGPD compliance, and clarifies that the data is not confidential. This goes beyond the annotations by explaining the payment model and legal responsibility.

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 front-loaded with the main purpose and then provides operational and legal context. It is concise, using three sentences without extraneous wording. The information about hosting, payment, and LGPD adds valuable context without bloat.

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 data nature (official, non-confidential), legal responsibility, and payment model, but it lacks details about the input parameter (registration number) and the output format. Since there is no output schema, the description should have explained what data is returned. It also doesn't mention any limitations or pagination. It is somewhat complete for a simple lookup but missing key operational details.

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

Parameters1/5

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

The schema has a single parameter 'inscricao' with no description, and the tool description does not explain its meaning, format, or expected values. With 0% schema coverage, the description fails to compensate for the missing parameter documentation, leaving the agent without guidance on what to provide.

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 is for consulting the CRO RN registry ('Cadastro, consulta em fonte oficial'). It specifies the domain (Conselho Regional de Odontologia RN) and the action (query), making the purpose unambiguous. It also distinguishes itself from generic sibling tools by naming the specific council.

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 provides usage context: the tool is hosted by the platform, requires no platform credentials, and uses prepaid credits. It also specifies legitimate use under LGPD, which guides when to use the tool. While it does not explicitly state 'use this to verify registration', the legal and payment notes give operational guidance.

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

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

Annotations already disclose that the tool is writable and non-idempotent, but the description adds significant behavioral context beyond that: it explains that 'invoke' works even for uninstalled MCPs, runs one-off without bloating the tool list, and may return connect or checkout links if credentials or payment are needed. It also flags that writes (install/uninstall/subscribe/cancel) require workspace owner/admin, and that 'subscribe/cancel' handle billing. It does not contradict the annotations; it complements them with details about side effects like 'one-off install behind invoke'.

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 a single paragraph, which is efficient for the complexity, but it is quite long and dense, making it slightly harder to parse. It is front-loaded with the core purpose, but quickly dives into many sub-actions and edge cases. It would benefit from visual structure (like bullet points) to improve scannability, but it stays focused and avoids redundancy. Given the breadth of the tool, the length is justified, so it earns a 4.

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 is exceptionally complete for a tool of this complexity, covering all major action categories (search, describe, invoke, install, billing, bug reporting, and prompt library), auth requirements, payment flows, and behavioral nuances. Even without an output schema, the description explains what to expect (e.g., 'invoke returns a connect link' or 'checkout/top-up link'). It anticipates common user needs and edge cases, making it highly useful for an AI agent to decide when and how to invoke this tool.

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?

Schema description coverage is 0%, so the description carries the full burden for parameter semantics. It does not enumerate each parameter's meaning, but it explains the high-level flow: 'action=search discovers MCPs by intent → describe returns one MCP's full profile → invoke RUNS that tool' and mentions parameters like 'tier_slug' for billing and 'cancel_reason' from the enum. It covers key parameters indirectly through action descriptions, but lacks detailed syntax for each parameter, so it earns a 4 rather than a 5. For a tool with 23 parameters, more explicit mapping would be ideal.

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 identifies 'marketplace' as the official mcp.ai marketplace, distinguishing it from siblings like 'authenticate' and 'connect'. It clearly states the core purpose: discover, run, and manage MCPs, with concrete capabilities (search, describe, invoke, install). It uniquely positions this tool as the central hub for finding and running MCPs, contrasting with specialized tools like 'report_bug' and 'toolkit_info'.

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 extensive guidance on when to use the tool and its sub-actions, including explicit directives: 'use install only to make an MCP PERMANENT in the active toolkit; prefer invoke for a single/occasional use.' It clearly contrasts 'invoke' with alternatives like 'list_tools' and 'install', and mentions that for prompt library functions, 'search_prompts' finds one, 'get_prompt' returns text, and 'publish_prompt' saves. This helps the agent choose the right action and action flow.

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?

Annotations already provide idempotentHint=true and destructiveHint=false. The description adds the requirement to include conversation for reproduction but does not disclose what happens after reporting (e.g., confirmation, ticket creation). It provides minimal extra context beyond 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 two concise sentences with no redundancy. It front-loads the purpose and includes a key instruction about conversation, making every word valuable.

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 3-parameter tool with no output schema, the description covers the core purpose and the critical instruction about conversation. It does not describe return values or side effects, but given its simplicity and existing annotations, it is reasonably complete.

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

Parameters3/5

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

Schema description coverage is 0%, so the description must compensate. It explains the 'conversation' parameter ('recent messages for reproduction') but does not explicitly define 'message' or 'context'. The mention of 'conversation' adds some value, but message (required) remains 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: report a bug, missing feature, or send feedback. The verb 'report' and resource (bug/feature/feedback) are specific, and the tool is distinct from siblings like authenticate or marketplace.

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 on what to include (conversation array) but does not mention when not to use it or compare alternatives. Since siblings are unrelated, this is adequate, though explicit exclusions are absent.

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

Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so safety behavior is covered. The description adds meaningful context by specifying exactly what is reported: the current MCP platform and adapter versions, with no side effects indicated.

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, front-loaded sentence that efficiently conveys the tool's purpose. Every word earns its place, with no filler or repetition of the tool name.

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 version-reporting tool, the description is complete. It names both the subject (platform and adapter versions) and the action (show current), which is sufficient given the simple scope and strong annotations.

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 baseline is 4. The description correctly does not attempt to explain nonexistent parameters, and the schema's 100% coverage requires no additional parameter 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: "Show the current MCP platform and adapter versions." This clearly identifies what the tool does and is distinct enough from sibling tools, which focus on auth, connection, marketplace, and bug reporting.

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?

The description gives no guidance on when to use this tool versus alternatives like toolkit_info or similar informational tools. It states what the tool does but provides no explicit usage context, exclusions, or alternative references.

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

Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds useful content detail about what state is returned, but does not disclose any additional behavioral traits such as freshness, caching, or connection-check 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.

Conciseness5/5

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

A single, front-loaded sentence contains the verb, the resource, and a complete list of returned information. Every word earns its place, with no redundancy 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 simple zero-parameter introspection tool without an output schema, the description adequately explains the return contents (installed MCPs, connection status, accounts, catalog tool counts). No critical context appears missing given the tool's low complexity.

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 coverage is 100%, so there is no parameter ambiguity. Per the rubric, a zero-parameter tool gets a baseline of 4; the description correctly implies it takes no input.

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 ('Returns') and clearly identifies the resource ('current toolkit state'), then enumerates exactly what is included: installed MCPs, connection status, connected accounts, and catalog tool counts. This distinguishes it from sibling tools like show_version 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 implies this tool is for inspecting the toolkit's overall state, which is clear context, but it does not explicitly state when to use it instead of similar informational tools like show_version. No exclusions or alternative recommendations are 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

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.