Skip to main content
Glama
stornoro

Storno CLI

by stornoro

anaf_nomenclator_strazi

Retrieve ANAF street codes and names for a locality, with optional prefix filtering and diacritics-insensitive search.

Instructions

ANAF street nomenclator for a locality: cod_strada + name (e.g. C168 cod_strada_C). q filters by word prefix, diacritics-insensitive ("maniu" finds "Bld. Iuliu Maniu"). Streets are cached locally on first use per locality. Public.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoStreet name filter
judetYesCounty code, e.g. 40
limitNo
localitateYesLocality code from anaf_nomenclator_localitati, e.g. 6 for Sector 6

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.0.28

TDQS

A4.4/5.0
Behavior4/5

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

Discloses non-obvious behavior: diacritics-insensitive matching, prefix-based filtering, local caching per locality, and public access. No annotations exist, so this is valuable context. It doesn't mention error handling or edge cases, but the given information is honest and useful.

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 two sentences long and packs high-value information without redundancy. It front-loads the core purpose, then adds filter behavior and caching details, making it 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?

Mentions the output format (cod_strada + name) and important behaviors (prefix filtering, diacritics-insensitive, caching, public). No output schema exists, so it appropriately avoids return-value details. It leaves out pagination/limit behavior, but given the simplicity of the tool, the description is sufficiently complete for an agent to call it correctly.

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

Parameters4/5

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

Adds meaning to the q parameter by explaining the prefix-matching rule and diacritics-insensitivity, which the schema only calls 'Street name filter'. The judet and localitate parameters are already well described in the schema, so little extra is needed. The limit parameter lacks schema description and the description does not address it, but it is an optional parameter with clear min/max in the schema.

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?

Clearly states it is an ANAF street nomenclator for a locality, and gives an example of the output format (cod_strada + name). It is distinct from sibling tools like anaf_nomenclator_judete and anaf_nomenclator_localitati by focusing on streets, so an agent can easily understand its purpose.

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

Usage Guidelines4/5

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

Provides practical usage details: the q parameter filters by word prefix and is diacritics-insensitive, with a concrete example. It also mentions caching behavior and that the endpoint is public. It does not explicitly contrast with sibling nomenclator tools, but the locality-focused description makes the intended use clear.

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

Deploy Server

Other Tools