Get company financials
get_company_financialsYearly financial history for a company by CUI: revenue, profit, employees, total assets and liabilities. Amounts in RON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cui | Yes | ||
| years | No |
get_company_financialsYearly financial history for a company by CUI: revenue, profit, employees, total assets and liabilities. Amounts in RON.
| Name | Required | Description | Default |
|---|---|---|---|
| cui | Yes | ||
| years | No |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnlyHint and openWorldHint. The description adds useful context: yearly history, specific fields, and amounts in RON. No contradictions.
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 with all crucial information front-loaded. 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 a simple 2-param tool with no output schema, the description is minimal but covers core data. Lacks explicit parameter guidance and return structure details, making it adequate but not 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 should explain parameters. It mentions 'by CUI' hinting at the cui parameter, and 'yearly' hints at years, but does not explicitly define years or its constraints. Inadequate for compensating missing schema documentation.
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 returns yearly financial history for a company by CUI, listing specific fields (revenue, profit, etc.) and currency. This distinguishes it from siblings like get_company_profile (profile data) or get_company_status (current status).
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 for retrieving financial history, but does not explicitly state when to use or avoid, nor does it mention alternatives among siblings. The usage context is only implied.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Each tool addresses a distinct aspect: financial history, profile, status, CAEN code lookup, and search. No overlap in functionality.
All tool names follow a consistent verb_noun pattern using snake_case, e.g., get_company_financials, search_companies.
5 tools are well-scoped for a company data server, covering core operations without excess.
Covers key company data aspects: profile, financials, status, CAEN lookup, and search. Minor gap: no tool for contact details or historical status changes, but core is present.