Skip to main content
Glama
forterro

freshservice-mcp

by forterro

discover_form_fields

Discover form-field definitions for Freshservice entities like tickets, changes, and requester profiles, including field names, labels, types, and required status.

Instructions

Discover the form-field definitions for an entity type in your Freshservice organisation.

    Returns the list of fields (name, label, type, required, choices…) that
    your org has configured.  Results are cached locally for 1 hour.

    Args:
        entity_type: One of 'ticket', 'change', 'agent', 'requester', 'asset_type'
        force_refresh: Set to true to bypass the cache and re-fetch from Freshservice
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entity_typeYes
force_refreshNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses the local caching behavior (1 hour), the force_refresh option to bypass cache, and the fact that results are org-specific. It does not cover error cases or side effects, but for a read-only discovery tool, these key behavioral traits are well covered.

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 well-structured with an introductory sentence, a returns statement, a cache note, and an Args section. Every sentence adds value; no fluff or redundancy. It is appropriately sized for the tool's complexity.

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

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity, the description covers all essential aspects: purpose, parameter semantics, caching behavior, and output summary. The presence of an output schema means return details are already defined elsewhere. No critical information is missing for an agent to correctly select and invoke the tool.

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

Parameters5/5

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

Schema description coverage is 0%, and the description fully compensates by explaining both parameters: entity_type with a list of allowed values, and force_refresh with its cache-bypassing effect. This adds significant meaning beyond the raw 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?

The description clearly states the tool's function with a specific verb ('Discover') and resource ('form-field definitions for an entity type'). It distinguishes itself from sibling manage_* tools as a read-only discovery operation, and lists the exact output (fields with name, label, type, required, choices).

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?

The description implies when to use the tool—whenever you need the configured form fields for an entity type—and provides clear context by enumerating valid entity types. However, it does not explicitly state exclusions or mention alternative tools (e.g., clear_field_cache for cache invalidation), so it misses the top tier for usage guidelines.

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/forterro/freshservice_mcp'

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