Skip to main content
Glama

New companies in a canton

list_new_companies
Read-onlyIdempotent

List companies recently entered in the Swiss commercial register for one canton. Useful for prospecting: newly registered companies in an area over a period.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoWindow in days (default 30, max 90).
limitNoMaximum results (default 20, max 50).
cantonYesCanton, two-letter code (ZH, VD, GE, TI…).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already provide readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds the temporal and geographic scoping context but does not disclose return format, pagination behavior, or rate limits. No contradiction with annotations.

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

Conciseness5/5

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

Two sentences, front-loaded with the action and resource, followed by a concise use case. Every word adds value, and the structure is easy to scan.

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?

For a simple read-only list tool with well-documented parameters and strong annotations, the description covers the core purpose and use case. It does not describe the return format, but there is no output schema, so this is a minor gap given the tool's simplicity.

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% for all three parameters (days, limit, canton). The description adds general context about 'recently entered' but does not clarify parameter semantics beyond what the schema already documents. Baseline 3 is appropriate.

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

Purpose4/5

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

The description clearly states the verb 'List' and the resource 'companies recently entered in the Swiss commercial register for one canton'. It is specific about scope (recent, canton) and distinct from siblings like get_company or list_events, though it doesn't explicitly distinguish itself from search_companies.

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

Usage Guidelines3/5

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

The phrase 'Useful for prospecting' gives a clear use context, but it does not mention when to prefer this tool over alternatives (e.g., search_companies) or any exclusions. The guidance is implied rather than explicit.

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