Skip to main content
Glama
idfkit

idfkit-mcp

Official
by idfkit

get_available_references

Read-onlyIdempotent

Lists valid reference names for a specified field and object type in an EnergyPlus model. Use to find permissible values for reference fields like zone_name.

Instructions

List valid names for a reference field (e.g. zone_name).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
field_nameYesField name to check.
object_typeYesObject type containing the reference field.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
field_nameYes
object_typeYes
available_namesYes
by_reference_listYes
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, destructiveHint. The description adds that it lists valid names for a reference field, which aligns with safe read behavior. No contradictions, but little extra context beyond 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?

Single sentence, front-loaded with the verb and resource, no waste. Every word earns its place.

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?

The description covers the basic purpose for a simple list tool. An output schema exists, so return values need not be explained. Minor improvement would be to state when to use (e.g., 'before setting a reference field'), but still sufficient.

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 coverage is 100%, so the schema already documents both parameters. The description adds an example ('zone_name') but no additional semantic meaning beyond what the schema provides. Baseline 3 applies.

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?

Description clearly states verb 'List' and resource 'valid names for a reference field', with an example ('zone_name'). It distinguishes itself from sibling tools like search_objects or list_objects by being specific to reference fields.

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 description gives an example implying usage for reference field names, but no explicit guidance on when to use this tool vs alternatives (e.g., when setting a reference field). Context is implied but not 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/idfkit/idfkit-mcp'

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