Skip to main content
Glama

Companero – Romanian Company Data

get_screening

Keywords: stare verificare portofoliu, rezultat screening firme, status job verificare, ia raportul de screening, verifică jobul de verificare firme, progres verificare, rezultatul listei de firme verificate. Keywords (EN): get screening result, screening job status, poll portfolio screening, fetch batch company check report, screening progress, portfolio screening result.

Ia starea și rezultatul unui job de verificare portofoliu creat cu screen_companies. Folosește-l după un apel asincron (peste 20 de firme, care întoarce doar un jobId) ca să afli progresul și, când e gata, agregatele listei. GRATUIT, dar necesită autentificare (jobul e strict al tău).

Input: jobId (id-ul întors de screen_companies), opțional includeItems (implicit false) — când e true întoarce și firmele individuale cu flag-urile lor (maxim 100, sortate după cele mai multe flag-uri high; semnalează dacă lista e trunchiată).

Output: status (pending / processing / done / failed), progress {processedCount, totalCount} cât timp rulează, și summary cu agregatele (câte firme cu datorii la stat, câte inactive, distribuția pe severitate, top cele mai semnalate) când jobul e gata.

Notă: pentru ≤20 de firme, screen_companies întoarce deja raportul complet sincron — nu mai e nevoie de acest tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jobIdYesId-ul jobului de verificare (din răspunsul screen_companies).
includeItemsNoDacă true, include și firmele individuale cu flag-urile lor (max 100, sortate după flag-urile high).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.9/5.0
Behavior5/5

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

With no annotations, the description carries full behavioral disclosure. It covers authentication requirements, job ownership, status lifecycle, progress fields, truncation behavior, and the sync alternative, going far beyond the schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

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

The structure is organized into purpose, input, output, and usage note. The keyword blocks at the top are redundant and add noise, but the rest is efficient and information-dense without being bloated.

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

Completeness5/5

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

There is no output schema, so the description must explain return values; it does so thoroughly with statuses, the progress object shape, and the summary aggregates. Nothing essential for correct invocation seems missing.

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

Parameters5/5

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

Although schema coverage is 100%, the description adds meaningful parameter meaning: jobId is defined as the id returned by screen_companies, and includeItems is explained with its default value, item limit, sorting rule, and truncation signal.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource: 'Ia starea și rezultatul unui job de verificare portofoliu creat cu screen_companies.' It is clearly distinguished from the sibling screen_companies by framing get_screening as the polling/result tool for asynchronous jobs.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly states when to use it: after an async call for more than 20 companies, and when not to use it: for ≤20 companies screen_companies already returns the full report synchronously. This gives the agent actionable routing between siblings.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources