Tribunal TRT19: Consulta Processual
Server Details
Tribunal TRT19: Lookup Processual, official-source lookup. Platform-hosted, pay per query with prepa
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- mcp-dir/tribunal_trt19_processo-mcp
- GitHub Stars
- 0
- Server Listing
- Tribunal TRT19: Consulta Processual
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 |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate idempotentHint=true and destructiveHint=false, and the description adds meaningful behavioral context: it discloses that calling with no arguments returns a link, that pasting a token enables a session-only login, and that configuring a header creates a permanent non-expiring connection. This goes beyond what annotations state, though it does not describe error cases or the exact response format.
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 three sentences, dense but not overly long. Every sentence adds value: the first introduces the tool, the second explains the permanent config method, and the third explains the session-based alternative. It is slightly verbose but well-structured and front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple auth tool with one optional param and no output schema, the description covers the essential workflows: permanent config header and session token. It also hints at the return behavior (getting a link). It lacks details about error conditions or what the response object looks like, but given the tool's simplicity, 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?
With 0% schema description coverage, the description fully compensates by explaining the 'token' parameter: it is optional, a JWT, used for session-only login, and omitting it returns a link. This is significant meaning beyond the schema's bare property definition.
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: to authenticate an IDE agent by obtaining an access token, either through a browser login or pasting a JWT. It specifies the resource (MCP.AI access token) and provides distinct usage paths, which makes it specific. However, it does not explicitly differentiate itself from sibling tools like 'connect' or 'marketplace', so it misses the full marks for sibling differentiation.
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 clear when-to-use guidance: it instructs the agent to add the token to the server config for a permanent connection or paste it for a session-only login. It explains the trade-offs (permanent vs. session-only). However, it does not explicitly state when not to use this tool or name alternative sibling 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.
connectARead-onlyIdempotentInspect
Returns connection status and URLs. When all providers are connected, returns authenticated:true and empty pending[]. When credentials are missing, returns connect_url for the toolkit and per-install URLs.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds conditional return behavior (authenticated:true vs connect_url) beyond the annotations, which only indicate read-only and idempotent. This enriches understanding of the tool's output without contradicting 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 sentences, front-loaded with the main action, and covers key behavioral outcomes with no redundant content.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple no-parameter status tool, the description adequately covers both success and missing-credential scenarios. It doesn't explain every edge case, but annotations and the read-only nature reduce the need for more detail.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the schema covers everything. The baseline for zero parameters is 4, and the description doesn't need to add parameter detail.
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, with specific verb and resource. It distinguishes itself by focusing on connection state rather than authentication actions, but doesn't explicitly name alternatives.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage by describing what happens under different connection states, but it doesn't explicitly state when to use this tool versus alternatives like 'authenticate'. No exclusions or alternative tool mentions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
marketplaceAInspect
The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them. Covers capability requests like "find an MCP that does X", "consulta um CPF", "is there a tool for Y". Core flow: action=search discovers MCPs by intent → describe returns one MCP's full profile (every tool with its id + params, pricing, auth) so you pick the right tool_id → invoke RUNS that tool. KEY: invoke works even when the MCP is NOT installed — it runs the tool pontualmente (one-off), without adding the MCP to the toolkit and without bloating the tool list. If the MCP needs a credential/login, invoke returns a connect link; if it is paid and the wallet is empty, invoke returns a checkout/top-up link (the user opens it, then you retry). Use install only to make an MCP PERMANENT in the active toolkit (its tools then show up natively in future sessions); prefer invoke for a single/occasional use. list_tools lists what is callable right now. subscribe/cancel handle per-MCP billing; report_bug sends feedback; request_mcp asks us to build a NEW MCP when nothing fits. Search/describe flag installed_in_toolkit vs installed_in_workspace. Writes (install/uninstall/subscribe/cancel and the one-off install behind invoke) require workspace owner/admin. It also carries the mcp.ai PROMPT LIBRARY, which is about ready-made prompt TEXT rather than MCPs: search_prompts finds one, get_prompt returns its full text with {{variables}} filled, and publish_prompt saves a prompt and returns a shareable mcp.ai/p/ link that opens without login.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| action | No | search | |
| mcp_id | No | ||
| message | No | ||
| tool_id | No | ||
| arguments | No | {} | |
| immediate | No | ||
| tier_slug | No | ||
| prompt_body | No | ||
| prompt_slug | No | ||
| prompt_tool | No | ||
| prompt_vars | No | {} | |
| conversation | No | [] | |
| prompt_title | No | ||
| request_name | No | ||
| cancel_reason | No | ||
| cancel_comment | No | ||
| prompt_targets | No | ||
| report_context | No | ||
| prompt_category | No | ||
| request_details | No | ||
| prompt_description | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Rich behavioral context far beyond the annotations: invoke runs one-off 'without adding the MCP to the toolkit and without bloating the tool list', returns a connect link for missing credentials and a checkout/top-up link for empty wallet (with retry instruction), and requires workspace owner/admin for writes. It even discloses the installed_in_toolkit vs installed_in_workspace flags. No contradiction with annotations exists.
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?
Every sentence earns its place — zero fluff — but the entire ~370-word description is one continuous wall of text with no line breaks, bullet points, or section separation. The 'KEY:' prefix on the most important nuance is a good touch, and the core flow is front-loaded, but the density hurts scannability for an agent needing quick signal.
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 tool of this staggering complexity (23 params, 16+ actions, no output schema), the description covers an impressive surface: the full user journey, edge cases (uninstalled MCPs, missing credentials, empty wallet), permission model, and the entire parallel prompt-library sub-domain. Gaps remain for return/response shapes of individual actions and several operator-facing params, but the coverage is more than adequate for an agent to act.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema coverage and 23 params, the description carries the full burden. It adds meaning for action values (search/describe/invoke/install, etc.), the flow explains tool_id and arguments, and the prompt-* params are inferable from the prompt library flow. However, many params (cancel_reason, cancel_comment, report_context, request_details, prompt_targets, immediate, tier_slug, limit) receive no explanation and must be inferred from names/enums.
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 what the tool does with specific verbs and resources: 'the in-platform catalog of every MCP/tool, AND the way to run them,' and enumerates the action flow (search → describe → invoke). It differentiates behaviors between invoke and install, which distinguishes it from simpler siblings. However, the tool is a broad dispatcher covering ~16 sub-actions plus a prompt library, which dilutes a single crisp purpose despite the quality of the prose.
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?
Exceptionally explicit guidance: 'Use install only to make an MCP PERMANENT in the active toolkit... prefer invoke for a single/occasional use' names the alternative and when-not-to-use. It also differentiates list_tools, request_mcp, subscribe/cancel, and search_prompts/get_prompt vs search/describe. This explicitly answers when to use and when not to use each path.
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 | [] |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover idempotency and non-destructive nature. The description adds a behavioral requirement to include the conversation array, which is useful. However, it does not discuss potential side effects (e.g., how feedback is processed) beyond the immediate action.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise and directly relevant, consisting of two sentences with no fluff. It efficiently communicates the core purpose and a key usage detail.
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 is complete for understanding the action and the key requirement about conversation. It does not explain the return value (no output schema) or the context/message parameters, but given the tool's simplicity, it is adequately complete for most use cases.
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?
Only one of three parameters (conversation) is mentioned in the description. Context and message are not explained, leaving their purpose unclear. Since schema coverage is low (33%), the description should compensate, but it fails to do so, resulting in ambiguity for two 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 clearly states the tool's purpose: report a bug, missing feature, or send feedback. It also specifies including the conversation array, which distinguishes it from sibling tools that handle authentication, connection, marketplace, version, toolkit info, and legal processes.
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 (reporting issues) but does not explicitly state when not to use or reference alternatives. It provides a specific instruction to include the conversation array, giving practical usage guidance, though not explicit exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
show_versionARead-onlyIdempotentInspect
Show the current MCP platform and adapter versions.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false. The description adds the specific scope (MCP platform and adapter), which is useful context. No contradiction emerges.
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?
Exactly one sentence, no filler, directly states the function with minimal verbosity.
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 parameterless, read-only tool with complete annotations fact, the description sufficiently conveys the tool's core purpose. It does not mention output format, but that is acceptable given the lack of an output schema and the straightforward nature of the operation.
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 takes zero parameters)Skip baseline of 4 for no parameters. The description imposes no additional parameter semantics beyond the schema, which is already fully covered.
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 'Show the current MCP platform and adapter versions' uses a clear verb ('Show') and specific resource ('MCP platform and adapter versions'), distinguishing it from siblings that handle connections, authentication, or bug reporting.
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 a basic version-check use case but provides no explicit guidance on when to use it vs alternatives (e.g., when checking compatibility or troubleshooting). It neither states prerequisites nor exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
toolkit_infoARead-onlyIdempotentInspect
Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover readOnlyHint=true and idempotentHint=true. The description adds useful behavioral content by specifying the nature of the returned state, including per-MCP connection details and account information, which goes beyond what the annotations alone convey.
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 dense sentence front-loads the main verb and resource, then uses a colon to efficiently list the exact data returned. There is no redundant phrasing or filler.
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 fully covers the returned state, including the main categories an agent needs to decide whether to call this tool. With no output schema and the tool being strictly read-only, nothing critical is omitted.
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 zero parameters, schema coverage is trivially complete and no parameter documentation is needed. The description appropriately omits parameter details and the baseline for zero-parameter tools is 4.
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 a precise resource ('current toolkit state') and then explicitly enumerates what is included: installed MCPs, connection status, connected accounts, and catalog tool counts. This clearly distinguishes it from sibling tools like 'connect' or 'show_version'.
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 clear context that this tool is used to inspect the overall toolkit state, including integrations and catalog exports. However, it does not explicitly say when to prefer this tool over alternatives like 'marketplace' or 'show_version'.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
tribunal_trt19_processo_consultarBRead-onlyIdempotentInspect
Tribunal TRT19: Consulta Processual, 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 |
|---|---|---|---|
| grau | No | ||
| numero_processo | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is known. The description adds valuable behavioral context: it requires prepaid credits, is hosted by the platform without platform credentials, and notes the client's responsibilities under LGPD. This goes beyond annotations and clarifies operational requirements.
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 relatively compact, consisting of four sentences that front-load the core purpose. It includes necessary operational details (payment, hosting) and LGPD considerations without excessive verbosity. It is well-structured but could be slightly more concise by merging some legal/privacy notes, yet it remains efficient.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has two parameters and no output schema, the description is expected to clarify the meaning of the parameters and possibly the return format. It does neither. 'grau' is unexplained, and there is no hint of what the response contains. The description also fails to mention that 'numero_processo' is required, leaving the agent to rely solely on the schema. This incomplete guidance makes the tool hard to use effectively.
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%, meaning the description provides zero explanation of the parameters 'grau' and 'numero_processo'. The only clue is the parameter names, which may be self-explanatory for a Portuguese-speaking user, but the description fails to compensate for the lack of schema documentation. This is a significant gap for a tool with two parameters, especially since 'grau' is ambiguous.
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 it is a 'Consulta Processual' (procedural consultation) for TRT19, indicating a read-only retrieval of case information from an official source. It also clarifies that it consults public data from Brazilian official bodies, distinguishing it from potential confidential tools. However, it lacks explicit details on what specific case information is returned, so it stops short of a 5.
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 when to use the tool by mentioning it consults official Brazilian sources and is pay-per-use, implying it's for legitimate case lookups. It does not explicitly state alternatives or when not to use it, though sibling tools are unrelated. This gives basic usage context but lacks clear explicit guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Tribunal TRT20: Lookup Processual, official-source lookup. Platform-hosted, pay per query with prepa
Tribunal TRT13: Lookup Processual, official-source lookup. Platform-hosted, pay per query with prepa
Tribunal TRT24: Lookup Processual, official-source lookup. Platform-hosted, pay per query with prepa
Tribunal TRT21: Lookup Processual, official-source lookup. Platform-hosted, pay per query with prepa
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceProvides read-only access to official Brazilian labor court (TRT21) process information via a single MCP tool, with prepaid credit-based pricing and compatibility with any MCP over HTTP client.MIT
- AlicenseNot gradedqualityCmaintenanceProvides read-only consultation of Brazilian TSE electronic judicial processes (PJe) from official sources, with prepaid per-query access and no platform credentials required.MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for querying official TRT13 Brazilian labor court process information through a read-only, hosted API with pay-per-use credits, enabling AI assistants to consult legal proceedings from official sources.MIT
- AlicenseNot gradedqualityCmaintenanceEnables read-only consultation of official TRT14 tribunal process data through a hosted MCP server with a single tool, pay-per-use pricing, and no platform credentials required.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Tools like authenticate, connect, marketplace, report_bug, show_version, toolkit_info, and tribunal_trt19_processo_consultar each have distinct purposes and clear descriptionsabile. While marketplace and toolkit_info overlap slightly in scope (both relate to installed MCPs), they are not easily confused. The one domain-specific tool is clearly separate from the platform utilities.
Naming is inconsistent: six tools use short English verbs (authenticate, connect, report_bug, etc.), while the domain tool uses a long Portuguese snake_case name (tribunal_trt19_processo_consultar). This mix of languages and naming conventions creates a jarring and unpredictable pattern.
At 7 tools, the raw count falls in a reasonable range, but the composition is mismatched with the server's stated purpose of 'Tribunal TRT19: Consulta Processual'. Six out of seven tools are generic platform utilities unrelated to the domain, leaving only one actual domain tool. The count is not appropriate for the declared scope.
The server's purpose appears to be querying TRT19 process data, but only one tool (tribunal_trt19_processo_consultar) serves that purpose, with no additional operations like search, list, or details. The rest of the tools relate to MCP platform management, which does not contribute to the domain surface. Obvious gaps exist for even basic workflow support.