Tribunal TJSP: Consulta Processual Unificada (Eproc)
Server Details
Tribunal TJSP: Lookup Processual Unificada (Eproc), official-source lookup. Platform-hosted, pay per
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- mcp-dir/tribunal_tjsp_eproc_unificada-mcp
- GitHub Stars
- 0
- Server Listing
- Tribunal TJSP: Consulta Processual Unificada (Eproc)
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.3/5 across 7 of 7 tools scored. Lowest: 3.6/5.
The platform management tools (authenticate, connect, marketplace, report_bug, show_version, toolkit_info) are mostly distinct, with minor overlap between connect and toolkit_info regarding status. The single domain tool (tribunal_tjsp_eproc_unificada_consultar) is clearly separate. However, mixing six generic platform tools with one domain tool creates ambiguity about the server's primary function.
Tool names follow no consistent pattern: authenticate, connect, and marketplace are single lowercase verbs, while report_bug and show_version are snake_case verb_noun, toolkit_info is noun_noun, and the domain tool is an extremely long snake_case string. This mix of styles and verb/noun structures makes naming unpredictable.
At seven tools, the count is within an acceptable range, but only one tool relates to the server's stated purpose (Tribunal TJSP). The other six are generic MCP platform utilities that seem out of place for a court-process server, making the count feel inflated relative to the domain scope.
For a court process lookup server, the tool surface is severely limited: only a single consult tool exists, with no search, list, or detail variations. The remaining tools are platform maintenance functions, not domain features, leaving obvious gaps in typical court process workflows (e.g., searching by multiple criteria, fetching full case details).
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?
Annotations declare idempotentHint=true and readOnlyHint=false; the description enriches this by detailing JWT format, non-expiring vs. session-only semantics, the exact Authorization Bearer header format, and browser-flow behavior—none of which appear in the structured fields. This materially improves an agent's ability to invoke correctly.
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?
A single well-packed paragraph where each clause earns its place—no filler. Slight deduction for dense, meandering sentence structure that could be broken into two or three sentences for scannability, but overall 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?
For a single-optional-param tool with no output schema and no nested objects, the description is complete: it covers the primary use case, an alternative permanent auth path, argument format, and default behavior. No critical operating detail is left unspecified.
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 burden falls entirely on the description. It fully compensates by explaining the optional 'token' parameter as a pasted JWT for session login and clarifying the no-args call returns the auth link. This transforms the bare schema string into an actionable contract.
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 specific verbs (log in, copy access token, paste) and clearly identifies the resource (MCP.AI for IDE agents). It distinguishes itself from sibling 'connect' by focusing on credential exchange and session management, making the auth-specific purpose unambiguous.
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?
Explicitly contrasts two usage modes—permanent config-based login via header versus session-only pasted token—and specifies no-args behavior for the link. It stops short of explicitly naming alternatives or stating 'don't use this if…', but the guides are actionable and contextually clear.
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 readOnlyHint=true and destructiveHint=false. The description adds valuable conditional behavior: 'authenticated:true and empty pending[]' when connected, and 'connect_url' when credentials are missing. This complements the annotations without contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, highly concise, and front-loaded with the core purpose. The conditional details are presented efficiently without 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?
This is a simple zero-parameter, read-only status tool. Annotations cover safety, and the description explains the two relevant output states. No output schema exists, but the description sufficiently covers return values. No gaps.
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 empty, so schema coverage is 100%. With no params, the baseline is 4; the description correctly focuses on output rather than param details, and no parameter info 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 'Returns connection status and URLs' with a specific verb and resource. It distinguishes itself from siblings like authenticate by focusing on status retrieval rather than initiating 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 context implies use for checking connection status, especially given the sibling 'authenticate', but the description does not explicitly state when to use this tool over alternatives or provide exclusions. It only describes behavior, not usage scenarios.
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?
The description discloses rich behavior beyond the annotations: invoke works even when the MCP is not installed (one-off, no toolkit bloat), returns connect links for auth needs and checkout links for empty wallets with a retry flow, and writes require workspace owner/admin. Search/describe flag installed status. The readOnlyHint=false annotation aligns with the documented mutating actions - no contradiction.
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 dense, run-on wall of text with no bullets, section breaks, or paragraph separation between the core marketplace behavior and the prompt library subsection. Every sentence carries useful information, so nothing is wasted, but scanability suffers badly for a tool with 14 action modes; the structure does not match the tool's complexity.
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?
Despite having no output schema and a massive scope (14 actions, 23 params, 0% param coverage), the description covers the end-to-end flows: search→describe→invoke, connect/checkout link returns with retry, install-vs-invoke permanence, admin requirements, and what describe/invoke/publish return (profile with tool_id+params+pricing+auth, links, shareable slug). Only a clear output/return structure is missing, which the prose partially mitigates.
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 across 23 parameters, the description carries the full burden and substantially compensates: it explains the action enum (all 14 values), the tool_id+arguments relationship for invoke, mcp_id for describe/install, and the prompt library params (prompt_slug, prompt_body, prompt_vars, prompt_title, prompt_targets, prompt_category, prompt_description). However, several params (limit, query, message, conversation, immediate, tier_slug, cancel_reason/comment, report_context, request_name/details) are only implied or omitted, so it doesn't fully cover all 23.
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 this is the official mcp.ai marketplace - the in-platform catalog plus the way to run them, covering capability requests. It precisely defines the dispatch role via the action parameter (search/describe/invoke/install/etc.), which distinguishes it from single-purpose siblings like authenticate, connect, and toolkit_info. The verb+resource+scope is specific and unambiguous.
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?
Explicit when-to-use guidance throughout: the core flow is spelled out (search discovers → describe returns profile → invoke runs), with direct preference statements like 'prefer invoke for a single/occasional use' and 'Use install only to make an MCP PERMANENT.' It also covers when to use list_tools, subscribe/cancel, report_bug, request_mcp, and the prompt library actions, plus owner/admin requirements for writes and the retry-after-link flow.
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 declare idempotentHint=true and readOnlyHint=false, and the description adds the instruction to include conversation for reproduction. It does not describe side effects or post-report actions, but it does not contradict 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?
Two concise, front-loaded sentences with no extraneous information. Every word earns its place.
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 core purpose and one parameter but misses context and message semantics. Given the tool's simplicity, it is adequate but not fully complete for a 3-parameter tool with no output schema.
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 description explains the conversation parameter but not message or context. Since the schema has no descriptions (0% coverage), the description partially compensates but leaves ambiguity for context and message semantics.
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: reporting bugs, missing features, or sending feedback. This is a specific verb+resource and distinguishes it from sibling tools (auth, version, toolkit info).
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 it (when you need to report an issue) and is distinct from siblings. However, it doesn't explicitly mention when not to use it or provide alternative tools, but given the sibling set, this is adequate.
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 readOnly, idempotent, non-destructive. Description adds what it shows (platform and adapter versions) but doesn't detail output format or side effects beyond that. It's consistent with annotations, no contradiction.
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?
Single sentence, precise, front-loaded, no 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?
Simple zero-param read-only tool, description adequately states purpose. Could mention output format, but not necessary.
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?
No parameters, so schema coverage is complete. Description doesn't add param info, but per instructions baseline 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 states a specific verb ('Show') and resource ('current MCP platform and adapter versions'). It clearly defines the tool's purpose and distinguishes it from sibling tools like authenticate, connect, etc., which have different functions.
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?
Usage is implied: use when you need version info. No explicit exclusions or alternatives are mentioned, but given the trivial nature and distinct purpose, it's clear enough.
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=true, idempotentHint=true, and destructiveHint=false, so the safety profile is well-covered. The description adds specific behavioral context by listing exactly what information is returned, which is valuable 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 a single sentence that front-loads the purpose and lists the specific data returned. Every word contributes value, with no fluff or 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?
For a zero-parameter read-only tool, the description fully enumerates the components of the return value (installed MCPs, connection status, accounts, catalog tools count). Since there is no output schema, this description provides sufficient completeness for an agent to understand what it will receive.
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 no parameters, the baseline is 4. The description correctly avoids redundant parameter explanations since there are none, and no additional semantics are 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 states a specific verb ('Returns') and resource ('current toolkit state') with detailed content: installed MCPs, connection status, accounts, and catalog tool counts. It clearly distinguishes from siblings like authenticate or connect, which serve 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 implies its usage as the go-to tool for inspecting toolkit state, which is clear from the content it returns. However, it does not explicitly mention when not to use it or compare it to alternatives, but given the unique purpose among siblings, this is a minor gap.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
tribunal_tjsp_eproc_unificada_consultarARead-onlyIdempotentInspect
Tribunal TJSP: Consulta Processual Unificada (Eproc), 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 |
|---|---|---|---|
| numero_processo | Yes |
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, so the description need not repeat those. It adds valuable extra behavioral context: it is hosted by the platform, requires no platform credentials, and is paid per query via prepaid credit. It also clarifies data privacy and LGPD compliance. These disclosures go beyond the structured annotations and are useful for agents deciding on usage.
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 extraneous content about payment and LGPD that, while relevant, could be streamlined. It front-loads the main purpose but then spends several clauses on operational and legal caveats. The structure is acceptable but not tight; some sentences could be merged or removed without losing essential meaning.
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 read-only query with one parameter and no output schema, the description conveys the tool's purpose and some operational context (payment, no credentials). However, it does not describe what the tool returns (e.g., process details, parties, status) or any limitations (e.g., only public cases). Given the absence of an output schema, this gap leaves the agent uncertain about the data structure, reducing completeness.
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 schema has one required parameter 'numero_processo' with no description (coverage 0%). The tool description does not elaborate on this parameter: it does not specify the expected format (e.g., CNJ standard), constraints, or examples. While the name suggests a process number, an agent may not know the exact legal format required for successful invocation. The description fails to compensate for the schema's minimal information.
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: 'Consulta Processual Unificada (Eproc)' at TJSP, a court process query. It explicitly names the resource (TJSP unified process) and the action (consult). It also distinguishes itself from sibling tools, which are generic platform operations (auth, connect, marketplace, etc.), by specifying the legal/process domain.
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 is for querying official TJSP process information, but it does not explicitly state when to use this tool versus alternatives, nor does it provide exclusions or preconditions beyond payment and data responsibility. There is no mention of when not to use it. The usage context is implied by the purpose, but not explicitly guided.
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
- Alicense-qualityCmaintenanceEnables querying official first-degree court case information from the São Paulo Court of Justice (TJSP). It provides a read-only MCP tool, accessible via HTTP, with pay-per-use pricing and no platform credentials required.MIT
- Alicense-qualityCmaintenanceEnables read-only consultation of TJRJ (Rio de Janeiro) legal process details (eproc) from official sources via a single tool, with paid per-use access.MIT
- Alicense-qualityCmaintenanceProvides read-only consultation of Brazilian TSE electronic judicial processes (PJe) from official sources, with prepaid per-query access and no platform credentials required.1MIT
- Alicense-qualityCmaintenanceEmits civil, criminal, and fiscal certificates from Brazilian state courts (Tribunal de Justiça) using CPF or CNPJ and UF. Read-only MCP server accessible via HTTP, pay-per-use with prepaid credits.MIT
Your Connectors
Sign in to create a connector for this server.