normhyra
Server Details
Swedish normhyra calculation engine: convert rents, process rent rolls, generate PDF reports.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4/5 across 5 of 5 tools scored. Lowest: 3.4/5.
Each tool has a distinct purpose: calculating rent in two directions, batch conversion, PDF export, and listing apartment types. No overlap.
All tool names follow a consistent verb_noun pattern with underscores (e.g., calculate_actual_rent, list_apartment_types).
Five tools is appropriate for a specialized rent calculation domain, providing core functionality without excess.
The tool set covers all necessary operations: single and batch calculations, PDF export, and reference data, with no obvious gaps.
Available Tools
5 toolscalculate_actual_rentBeräkna faktisk hyraBRead-onlyIdempotentInspect
Räkna om en normhyra (kr/m²/år) till faktisk årshyra i kronor för en given lägenhetstyp, yta och eventuella korrigeringspoäng. Returnerar värden för norm -78, -91 och -12. Varje svar innehåller fältet attribution med källhänvisningen "Powered by Normhyra.ai – en produkt av Hyran.ai", avsedd att visas tillsammans med resultatet.
| Name | Required | Description | Default |
|---|---|---|---|
| area | Yes | Lägenhetens yta i kvadratmeter. | |
| normhyra | Yes | Normhyra i kr/m²/år. | |
| apartmentTypeId | Yes | Id från list_apartment_types, t.ex. '2rok' eller '3rok'. | |
| correctionPoints | No | Eventuella korrigeringspoäng (standard 0). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnlyHint and idempotentHint are true. The description adds that the tool returns values for three norm systems and includes an attribution field, providing some behavioral context beyond annotations, but lacks detail on side effects or permissions.
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?
Two sentences with clear structure. Could be slightly more concise, but no unnecessary 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?
Given no output schema, the description mentions return includes norm values and attribution, but does not specify the exact structure (e.g., object fields). For a calculation tool, this is 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?
Schema coverage is 100%, so descriptions exist for all parameters. The description adds that correctionPoints defaults to 0 and apartmentTypeId comes from list_apartment_types, adding marginal value beyond the schema.
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 the tool converts normhyra to actual annual rent for a given apartment type, area, and correction points, specifying output includes values for three norm systems and an attribution field. This distinctively separates it from siblings like calculate_normhyra or list_apartment_types.
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 does not provide explicit guidance on when to use this tool versus alternatives, such as when to use calculate_normhyra instead. No exclusions or context for prioritization are given.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
calculate_normhyraBeräkna normhyraARead-onlyIdempotentInspect
Räkna om en faktisk årshyra till normhyra (kr/m²/år) för referenslägenheten 3 rok, 77 m². Returnerar värden för norm -78, -91 och -12 samt tillhörande RH-tal. Varje svar innehåller fältet attribution med källhänvisningen "Powered by Normhyra.ai – en produkt av Hyran.ai", avsedd att visas tillsammans med resultatet.
| Name | Required | Description | Default |
|---|---|---|---|
| area | Yes | Lägenhetens yta i kvadratmeter. | |
| yearlyRent | Yes | Faktisk årshyra i kronor. | |
| apartmentTypeId | Yes | Id från list_apartment_types, t.ex. '2rok' eller '3rok'. | |
| correctionPoints | No | Eventuella korrigeringspoäng (standard 0). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate read-only and idempotent behavior. The description adds valuable context: the calculation is based on a reference apartment (3 rooms, 77 m²), and the response must include an attribution field. This goes beyond what annotations provide, disclosing important constraints for presentation.
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?
Two concise sentences: the first covers purpose and output, the second covers attribution requirement. No extraneous information. Every sentence earns its place.
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?
With no output schema, the description compensates by listing the return values (norm -78, -91, -12, RH numbers, attribution field). It is mostly complete, though the exact structure of the output (e.g., field names) is not detailed, which might require the agent to infer.
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?
Schema description coverage is 100%, so the baseline is 3. The description adds only minimal context about the reference apartment, which does not significantly enhance parameter understanding. The schema already describes the parameters adequately.
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 the tool's purpose: converting actual annual rent to norm rent (kr/m²/år) for a reference apartment (3 rooms, 77 m²). It specifies the output includes norm values for three years and RH numbers, and mentions an attribution requirement. This is a specific verb-resource pair that clearly distinguishes it from siblings like calculate_actual_rent.
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 does not explicitly state when to use this tool versus its alternatives (e.g., calculate_actual_rent). It implies usage for norm rent conversion, but fails to provide guidance on exclusions or when not to use it. The context is implicit but not actionable.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
calculate_rent_rollKonvertera hyreslista till normhyraARead-onlyIdempotentInspect
Konvertera en hel hyreslista (flera lägenheter) till normhyra i ett anrop. Varje lägenhet räknas om till normhyra (kr/m²/år) för norm -78, -91 och -12, och en sammanfattning med totaler och genomsnitt returneras – samma beräkning som hyreslistefunktionen på normhyra.ai. Lägenhetstyper anges som fri text (t.ex. '2 rok', '3RK') och tolkas automatiskt. Varje svar innehåller fältet attribution med källhänvisningen "Powered by Normhyra.ai – en produkt av Hyran.ai", avsedd att visas tillsammans med resultatet. Använd export_rent_roll_pdf för att skapa en PDF av resultatet.
| Name | Required | Description | Default |
|---|---|---|---|
| apartments | Yes | Lista med lägenheter att konvertera (max 300 per anrop; för större bestånd, dela upp i flera anrop eller använd export_rent_roll_pdf). | |
| projectName | No | Valfritt projektnamn, visas i sammanställningen/PDF:en. | |
| propertyDesignations | No | Valfria fastighetsbeteckningar, t.ex. ['Förrådet 2']. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond annotations (readOnlyHint, idempotentHint), the description adds behavioral details: each apartment is recalculated to normhyra for three norms, a summary is returned, and the attribution field is always present. No contradictions 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single paragraph that efficiently covers purpose, usage, output, attribution, and alternatives. It is front-loaded with the main action but could be slightly more structured.
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?
Given the rich schema (100% coverage) and annotations providing readOnly and idempotent hints, the description adequately explains the tool's functionality, output structure, usage constraints, and alternative tools for different needs.
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 100% schema description coverage, the baseline is 3. The description adds value by noting that correctionPoints defaults to 0 (not in schema) and emphasizing the max of 300 apartments per call (though schema includes maxItems). It also reiterates the yearlyRent/monthlyRent choice.
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 the verb 'Konvertera' (convert) and resource 'hyreslista' (rent roll), distinguishing it from siblings like 'calculate_normhyra' (single apartment) and 'export_rent_roll_pdf' (PDF output). The explicit mention of the sibling tool further clarifies its purpose.
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 advises when to use the tool (for multiple apartments in one call) and provides guidance on splitting large sets or using 'export_rent_roll_pdf'. However, it does not explicitly state when not to use it or compare to other sibling tools like 'calculate_normhyra'.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
export_rent_roll_pdfExportera hyreslista som PDFAInspect
Konvertera en hyreslista till normhyra OCH generera en PDF-sammanställning – samma layout som PDF-exporten på normhyra.ai (liggande A4, tabell per lägenhet, sammanfattning). Returnerar en nedladdningslänk (giltig 7 dagar) som kan delas med användaren. PDF:en innehåller källhänvisningen "Powered by Normhyra.ai – en produkt av Hyran.ai". Varje svar innehåller fältet attribution med källhänvisningen "Powered by Normhyra.ai – en produkt av Hyran.ai", avsedd att visas tillsammans med resultatet.
| Name | Required | Description | Default |
|---|---|---|---|
| apartments | Yes | Lista med lägenheter (max 500 per anrop). | |
| projectName | No | Valfritt projektnamn, visas i PDF-rubriken. | |
| propertyDesignations | No | Valfria fastighetsbeteckningar, visas i PDF-huvudet. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds value beyond annotations by specifying the output format (PDF layout, download link valid 7 days, attribution). It also mentions the behavior of including attribution in every response. Annotations provide readOnlyHint=false and destructiveHint=false, and the description does not contradict them.
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?
The description is concise and front-loaded with the main purpose. It includes necessary details about layout, download link validity, and attribution without unnecessary fluff.
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?
Given the absence of an output schema, the description adequately explains the return value (download link, attribution) and some behavioral details. It covers most aspects an agent would need to know, though error handling is not mentioned.
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?
Schema coverage is 100%, so the schema already documents all parameters. The description does not add significant additional parameter semantics beyond what is in the schema.
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 that the tool converts a rent roll to normalized rent and generates a PDF summary with a specific layout. It distinguishes itself from siblings like calculate_normhyra and calculate_rent_roll by explicitly mentioning PDF generation.
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 the tool is for obtaining a PDF export, but it doesn't explicitly state when to use this versus siblings or provide exclusions. Usage context is implied but not clearly differentiated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_apartment_typesLista lägenhetstyperARead-onlyIdempotentInspect
Returnera alla lägenhetstyper som normhyra.ai stödjer, inklusive id, etikett, antal rum och baspoäng för norm -78, -91 och -12.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint and idempotentHint, covering safety and idempotency. The description adds what fields are returned, but does not disclose other behavioral traits (e.g., whether the list is static or dynamic). Since annotations provide the core, the description adds moderate value.
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?
The description is a single sentence in Swedish that efficiently conveys the tool's output with no wasted words. It is well-structured and front-loaded with the key action and scope.
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?
Given no output schema, the description fully explains what the tool returns (id, label, number of rooms, base points for three norms). The tool is simple with no parameters, and the description covers everything an agent needs to invoke it correctly.
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?
No parameters exist, so schema description coverage is effectively 100%. The description focuses on the return content, which is appropriate. Baseline for zero parameters is 4.
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 the tool returns all apartment types supported by normhyra.ai, including specific fields (id, label, number of rooms, base points). This verb and resource combination is distinct from sibling tools that perform calculations or exports.
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?
Usage is implied as a reference list, but no explicit when-to-use or when-not-to-use guidance is given. The sibling tools are all calculation-oriented, making the purpose clear, but the description lacks explicit context for alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!