Conselho Regional de Odontologia SC: Cadastro
Server Details
Conselho Regional de Odontologia SC: Cadastro, official-source lookup. Platform-hosted, pay per quer
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- mcp-dir/cro_sc_cadastro-mcp
- GitHub Stars
- 0
- Server Listing
- cro_sc_cadastro
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
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.
Tool Definition Quality
Average 4.1/5 across 7 of 7 tools scored.
The `marketplace` tool is a grab-bag that overlaps with `report_bug`, `connect`, and `toolkit_info` by also covering bug reporting, connect links, listing tools, and connection state. `authenticate` and `connect` additionally overlap around authentication and connection status, so an agent could easily target the wrong tool.
Names mix bare verbs (`authenticate`, `connect`), a noun (`marketplace`), English verb_noun forms (`report_bug`, `show_version`), and a Portuguese snake_case domain tool (`cro_sc_cadastro_consultar`). There is no consistent verb-first or resource-first convention across the set.
Seven tools is a moderate count, but six of them are generic platform/infrastructure utilities and only one directly serves the dental-registration purpose implied by the server name. The count is not excessive, but it feels padded for a server whose apparent core function is a single consultation.
For a read-only official registration lookup, the single domain query tool likely covers the primary use case, and write/update operations are not expected. The main gap is that there are no additional domain-specific search or validation variants, though the platform tools mostly cover supporting infrastructure needs.
Available Tools
7 toolsauthenticateAIdempotentInspect
MCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header Authorization: Bearer <token> for a permanent, non-expiring connection. Or paste it here for a session-only login: call with { token: "" } after the user pastes, or with no args to get the link.
| Name | Required | Description | Default |
|---|---|---|---|
| token | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds context beyond the annotations, explaining that the token can be permanent (via header) or session-only (via argument), and that calling with no args yields a link. This clarifies the behavioral outcome and token lifecycle. 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single paragraph but information-dense, covering permanent vs session tokens and invocation patterns. It's somewhat run-on but each clause adds value; no wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For an authentication tool with no output schema and minimal annotations, the description covers the essential flow: obtaining a link, handling tokens, and the two modes. It doesn't mention errors or post-auth behavior, but that's likely not critical for this tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage and a single 'token' property, the description fully compensates by specifying that it expects a JWT and that the parameter is optional (can be omitted to get a link). This provides all needed semantic meaning for the parameter.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly conveys that the tool authenticates the user by obtaining an access token, with specific instructions on how to supply it. It doesn't explicitly differentiate from the sibling tool 'connect', but the name and content make the purpose obvious.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explains how to use the tool: either by configuring the token as a header for permanent access or by pasting a session token, and that calling with no args provides the auth link. It doesn't explicitly compare against alternatives, but it gives clear usage context and best-practice guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
connectARead-onlyIdempotentInspect
Returns connection status and URLs. When all providers are connected, returns authenticated:true and empty pending[]. When credentials are missing, returns connect_url for the toolkit and per-install URLs.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare read-only, idempotent, and non-destructive behavior, so the bar is lower. The description adds value by specifying output structure (authenticated, pending, connect_url) and the two states, which goes 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two concise sentences with a clear structure: first states the main function, second elaborates on scenarios. No redundancy or unnecessary words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description covers the primary return values and two key scenarios (all connected vs missing credentials). It does not mention partial connectivity or error cases, but given the simplicity of the tool and the presence of an output description, it is reasonably complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has no parameters, and the schema coverage is 100% (vacuously). Per the rubric, baseline is 3 when coverage is high. The description adds no parameter details because none exist, so no enhancement is needed.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns connection status and URLs, using a specific verb ('returns') and a specific resource ('connection status and URLs'). It distinguishes itself from sibling tools like 'authenticate' by focusing on status, not authentication.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides conditional scenarios (when all providers are connected vs credentials missing) but does not explicitly contrast with alternatives (e.g., when to use this over 'authenticate'). It gives implicit usage context but lacks explicit when/when-not guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
cro_sc_cadastro_consultarARead-onlyIdempotentInspect
Conselho Regional de Odontologia SC: 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).
| Name | Required | Description | Default |
|---|---|---|---|
| inscricao | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond annotations (readOnly, idempotent, non-destructive), the description adds meaningful operational details: requires prepaid credit, needs no platform credentials, data is public/non-confidential, and the client is data controller under LGPD. These are valuable context not present in annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is moderately concise but includes extra legal/compliance details (LGPD) that may be less actionable for an AI agent. The key purpose is front-loaded, but some sentences could be trimmed for clarity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-parameter tool, the description covers purpose and operational constraints but omits explicit parameter explanation and any hint about output. Since there is no output schema, the agent may not know what to expect or how to format the input.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0% and the description does not explain the sole parameter 'inscricao'. It does not state that this is the registration number or any format/validation. The description fails to compensate for the schema gap, leaving the agent unclear on what to pass.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool queries registration information from a specific official Brazilian body (CRO/SC), with a clear verb ('consulta') and resource ('Cadastro'). It is distinct from sibling tools like authenticate or connect, which are generic platform operations.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides context about payment (prepaid credit) and hosting but does not explicitly state when to use this tool versus alternatives or when not to use it. It implies use for checking official registrations but lacks direct comparison or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
marketplaceAInspect
The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them. Covers capability requests like "find an MCP that does X", "consulta um CPF", "is there a tool for Y". Core flow: action=search discovers MCPs by intent → describe returns one MCP's full profile (every tool with its id + params, pricing, auth) so you pick the right tool_id → invoke RUNS that tool. KEY: invoke works even when the MCP is NOT installed — it runs the tool pontualmente (one-off), without adding the MCP to the toolkit and without bloating the tool list. If the MCP needs a credential/login, invoke returns a connect link; if it is paid and the wallet is empty, invoke returns a checkout/top-up link (the user opens it, then you retry). Use install only to make an MCP PERMANENT in the active toolkit (its tools then show up natively in future sessions); prefer invoke for a single/occasional use. list_tools lists what is callable right now. subscribe/cancel handle per-MCP billing; report_bug sends feedback; request_mcp asks us to build a NEW MCP when nothing fits. Search/describe flag installed_in_toolkit vs installed_in_workspace. Writes (install/uninstall/subscribe/cancel and the one-off install behind invoke) require workspace owner/admin. It also carries the mcp.ai PROMPT LIBRARY, which is about ready-made prompt TEXT rather than MCPs: search_prompts finds one, get_prompt returns its full text with {{variables}} filled, and publish_prompt saves a prompt and returns a shareable mcp.ai/p/ link that opens without login.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| action | No | search | |
| mcp_id | No | ||
| message | No | ||
| tool_id | No | ||
| arguments | No | {} | |
| immediate | No | ||
| tier_slug | No | ||
| prompt_body | No | ||
| prompt_slug | No | ||
| prompt_tool | No | ||
| prompt_vars | No | {} | |
| conversation | No | [] | |
| prompt_title | No | ||
| request_name | No | ||
| cancel_reason | No | ||
| cancel_comment | No | ||
| prompt_targets | No | ||
| report_context | No | ||
| prompt_category | No | ||
| request_details | No | ||
| prompt_description | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the sparse annotations (readOnlyHint false, openWorldHint true), the description discloses key behavioral traits: invoke works without installation, returns connect/checkout links when needed, and distinguishes one-off vs permanent installation. It also explains that writes require owner/admin permissions, correcting any assumption that all actions are open. 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a long block of text, over 500 words, covering multiple actions and flows. While informative, it is not concise and could be structured with bullet points or sections. It front-loads the core purpose but then dives into extensive detail, making it harder to scan quickly. It would benefit from tighter organization.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (23 parameters, 14 actions, plus a prompt library), the description is remarkably complete. It covers the entire lifecycle: search, describe, invoke (one-off vs install), install/uninstall, subscribe/cancel, report_bug, request_mcp, and prompt library operations. It also explains auth/payment handling and admin requirements. Without an output schema, it still gives enough context for an agent to use the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0%, so description must add meaning. It explains core parameters like action (search, describe, invoke, install, etc.), mcp_id, tool_id, arguments (implied via 'runs that tool'), and prompt-related params (prompt_slug, prompt_vars, etc.) through the described flows. It does not enumerate all 23 parameters, but provides sufficient context for the main dispatch and policy decisions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the tool as the official mcp.ai marketplace, covering MCP catalog and execution. It specifies the resource (MCPs and prompts), actions (search, describe, invoke, install, etc.), and distinguishes from siblings by focusing on marketplace capabilities, unlike authenticate, show_version, etc.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides explicit guidance: 'prefer invoke for a single/occasional use' and 'Use install only to make an MCP PERMANENT'. It explains when to use search/describe, when to use list_tools, when to use subscribe/cancel, request_mcp for missing needs, and prompt library actions. Also warns about auth and payment links, and specifies that writes require owner/admin.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
report_bugAIdempotentInspect
Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | ||
| message | Yes | ||
| conversation | No | [] |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnlyHint=false, idempotentHint=true, and destructiveHint=false. The description does not contradict these but adds minimal behavioral context. It mentions including the conversation array for reproduction, which hints at usage but doesn't describe side effects (e.g., that a report is sent). With annotations present, the bar is lower, but the description adds limited extra context about behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the primary purpose, and includes a necessary usage tip. Every word earns its place; no redundancy or fluff.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool complexity (simple, 3 params, no output schema), the description covers the main purpose and mentions the conversation array. However, it leaves gaps: the 'context' parameter is unexplained, and the return or follow-up behavior is not described. For a bug-report tool, it may be adequate, but it could be more informative about expected outcomes and parameter details.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. It explains the 'conversation' parameter by stating to include the conversation array with recent messages, which gives some meaning. However, it does not clarify the 'message' (though inferred as the bug report text) or 'context' (default empty, purpose unclear). Partial compensation, but not enough for full semantic clarity.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Report a bug, missing feature, or send feedback.' This is a specific verb (report) and resource (bug/feature/feedback), which clearly distinguishes it from siblings like authenticate or connect. No ambiguity.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use this tool (for reporting issues or feedback) and includes a practical instruction to include the conversation array for reproduction. However, it lacks explicit guidance on when not to use it or alternatives, though sibling tools are clearly different in scope. The context is clear enough for selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
show_versionARead-onlyIdempotentInspect
Show the current MCP platform and adapter versions.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, which cover the safety profile. The description adds the specific scope of what versions are shown (platform and adapter), but does not disclose additional behaviors such as error conditions or connection requirements. It does not contradict annotations, so the score is adequate but not exceptional.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, concise sentence that is front-loaded and free of fluff. Every word earns its place, clearly conveying the tool's purpose without redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's low complexity—no parameters, no output schema, and benign annotations—the description is sufficiently complete. It specifies exactly what is returned (platform and adapter versions), which covers the essential context for an agent to use the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, and the input schema is completely described (coverage 100% vacuously). With no parameters, the description does not need to add parameter semantics. The baseline for 0 params is 4, and this holds since there is no ambiguity.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: 'Show the current MCP platform and adapter versions.' It uses an explicit verb ('Show') and specifies the resource (versions). This distinguishes it from sibling tools like authenticate or marketplace, which have different purposes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description is self-explanatory but does not provide explicit guidance on when to use this tool versus alternatives. While it's obvious for a version check, there is no mention of scenarios or comparisons with similar tools like toolkit_info. It only implies usage rather than stating it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
toolkit_infoARead-onlyIdempotentInspect
Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotent, and non-destructive. The description adds what the tool returns (installed MCPs, connection status, accounts, catalog counts) which goes beyond the annotations, but does not discuss side effects, error conditions, or dependencies (e.g., requires prior authentication). This is adequate given the annotations cover safety.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
One sentence, front-loaded with the verb 'Returns', and no filler words. Every word adds value by enumerating the response contents.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter read-only status tool, the description sufficiently enumerates the returned data (installed MCPs, connection status, accounts, catalog counts). It does not mention output format or potential errors, but for this simple tool, that is acceptable. The lack of output schema means the description must cover return content, which it does.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters Apa yang, so schema coverage is 100% (vacuously). Baseline for 0 params is 4. The description does not need to explain parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Returns') and clearly identifies the resource ('current toolkit state') while enumerating its contents (installed MCPs, connections, accounts, counts). It is distinct from siblings like authenticate or connect, which are action-oriented.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly explains what the tool does, making it obvious when to use it (when you need to inspect toolkit state). It does not explicitly state when *not* to use it or name alternatives, but its purpose is so specific that it implicitly differentiates from siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceConsulta o cadastro do Conselho Regional de Odontologia via fonte oficial, permitindo verificar dados profissionais de forma somente leitura.MIT
- AlicenseNot gradedqualityCmaintenanceAllows users to query the dental registry of the Regional Council of Dentistry of São Paulo from official sources.MIT
- AlicenseNot gradedqualityCmaintenanceConsulta em fonte oficial o cadastro do Conselho Regional de Odontologia SE, com ferramenta somente leitura e paga por uso.MIT
- AlicenseNot gradedqualityCmaintenanceRead-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
Your Connectors
Sign in to create a connector for this server.