Skip to main content
Glama
flatmoonsociety

esticrm-mcp

Lista inwestycji EstiCRM

esticrm_lista_inwestycji
Read-onlyIdempotent

Fetch or filter a limited list of real estate investments from EstiCRM. Specify a search phrase and optional limit to get only relevant records.

Instructions

Pobiera lub filtruje ograniczoną listę inwestycji.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
frazaNo
limitNoMaksymalna liczba rekordów w odpowiedzi.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
bladNo
daneNo
opisYes
metadaneNo
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, covering the safety profile. The description adds that the returned list is 'ograniczoną' (limited), which is a useful behavioral hint, but does not disclose much beyond that and the schema already conveys limits.

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?

The description is a single, front-loaded sentence with no filler. Every word contributes to identifying the operation and resource.

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

Completeness3/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 output schema and safety annotations, the description is mostly adequate. But it lacks explicit parameter semantics for 'fraza' and any usage context relative to sibling list tools, leaving an agent to infer important calling details.

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?

The schema describes 'limit' explicitly, and the description's mention of filtering gives some clue that 'fraza' is a filter parameter. However, the description does not clarify how 'fraza' behaves (e.g., partial match, which fields are searched), so it only marginally compensates for the missing schema description on that parameter.

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 uses a clear verb ('Pobiera' - retrieves) with an explicit resource ('listę inwestycji'), and the resource makes it distinguishable from sibling tools like esticrm_lista_ofert. However, the phrase 'lub filtruje ograniczoną listę' introduces some ambiguity about whether this returns a bounded subset or filters by criteria.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool versus sibling tools, no mention of alternatives, and no exclusions. The intended use is only implied by the name and resource, not explicitly stated.

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

Install Server

Other Tools

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/flatmoonsociety/esticrm-mcp'

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