Skip to main content
Glama
types.ts925 B
export interface PJEProcesso { id: string; numero: string; classe: string; assunto: string; dataDistribuicao: string; valorCausa: number; partes: PJEParte[]; movimentos: PJEMovimento[]; } export interface PJEParte { tipo: "ATIVO" | "PASSIVO"; nome: string; cpfCnpj?: string; advogados?: PJEAdvogado[]; } export interface PJEAdvogado { nome: string; oab: string; } export interface PJEMovimento { data: string; descricao: string; tipo: string; documentos?: PJEDocumento[]; } export interface PJEDocumento { id: string; nome: string; tipo: string; dataJuntada: string; } export interface PJEOrgaoJulgador { id: string; nome: string; tipo: string; competencia: string; } export interface PJEClasse { id: string; codigo: string; nome: string; sigla: string; } export interface PJEAssunto { id: string; codigo: string; nome: string; codigoPai?: string; }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chapirousIA/pje-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server