Skip to main content
Glama

analyze_company

Read-only

AI-powered company analysis using semantic search over Nordic financial data.

Orchestrates multiple searches internally and returns a synthesized narrative answer with source citations. Covers annual reports, quarterly reports, press releases and macroeconomic context for Nordic listed companies.

Use this when you want a synthesized answer rather than raw search chunks. For raw data access, use search_filings or company_research instead. For a full due diligence report with AI-planned sections, use the Alfred MCP server: alfred.aidatanorge.no/mcp

Args: company: Company name or ticker question: What you want to know about the company model: 'haiku' (default) or 'sonnet'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNoModel: 'haiku' (default, fast, ~$0.07/call) or 'sonnet' (more capable, ~$0.24/call)haiku
companyYesCompany name or ticker, e.g. 'Equinor' or 'EQNR'
questionYesQuestion to answer, e.g. 'How did margins develop 2022-2024?' or 'What are the main risk factors?'

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

TDQS

A4.3/5.0
Behavior4/5

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

Annotations indicate read-only and closed-world behavior. The description adds value by explaining that the tool orchestrates internal searches and returns a synthesized narrative with source citations. It also mentions cost differences between model options. While transparent, it lacks explicit details about potential time or scope limits.

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 description is reasonably concise at about six sentences, with the core purpose front-loaded. Each sentence adds value, and there is no redundancy. Minor improvements could tighten the phrasing, but overall structure is effective.

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

Completeness4/5

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

Given the presence of an output schema (covering return value details), the description provides adequate context: scope (Nordic financial data), data sources, and citation behavior. Some might expect explicit mention of supported company formats or geographic limitations, but overall completeness is strong.

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

Parameters3/5

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

Schema description coverage is 100%, and the schema already provides detailed descriptions for all parameters (including examples and cost info). The tool description's parameter section merely repeats the schema without adding new semantic value, meeting the baseline but not exceeding it.

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 explicitly states it performs 'AI-powered company analysis using semantic search over Nordic financial data' and distinguishes itself from sibling tools by emphasizing it returns a synthesized narrative answer with citations rather than raw data. It clearly identifies the verb (analyze/answer), resource (Nordic financial data), and scope.

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?

The description gives explicit when-to-use guidance: 'Use this when you want a synthesized answer rather than raw search chunks.' It also provides clear alternatives: 'For raw data access, use search_filings or company_research instead.' Additionally, it directs users to an external server for full due diligence reports, covering all usage contexts.

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.

TDQS

A4.6/5.0
Disambiguation5/5

Each tool has a clear, distinct purpose: analyze_company for synthesized answers, company_research for raw grouped search results, search_filings for direct database queries, get_company_info for registry data, get_current_power_price for electricity prices, parse_pdf_to_text for full document extraction, and ping for connectivity. Descriptions explicitly differentiate them, preventing confusion.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case: analyze_company, company_research, get_company_info, get_current_power_price, parse_pdf_to_text, search_filings, and ping (a single word but acceptable). No mixing of conventions or inconsistent styles.

Tool Count5/5

Seven tools is well-scoped for a Nordic financial data server. Each tool serves a necessary function without redundancy or bloat. The count covers core data retrieval, analysis, registry lookup, niche data (power prices), and utility tools (PDF parsing, health check), fitting the server's purpose.

Completeness4/5

The tool set covers the main workflows: searching filings, analyzing companies, retrieving registry data, fetching power prices, and extracting full documents. A minor gap is the lack of a direct Swedish registry lookup (get_company_info excludes Sweden, and search_filings doesn't provide registration data). Otherwise, the surface is well-rounded for Nordic financial queries.