Skip to main content
Glama
larkinmaxim

Transporeon Company Settings MCP Server

by larkinmaxim

get_company_setting

Fetch a specific Transporeon company setting by key name, returning decoded values for encoded settings. Supports filtering by type, owner, and environment for precise lookups.

Instructions

Get a specific company setting by key name. Returns the setting with decoded value if it was encoded.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoOptional: Filter by setting type (defaults to COMPANY)
limitNoOptional: Limit the number of lines returned (useful for very long settings)
ownerNoOptional: Filter by owner ID
offsetNoOptional: Number of lines to skip from the beginning (for pagination)
keyNameYesSetting key name to retrieve
companyIdYesCompany ID (integer)
childObjectNoOptional: Filter by child object ID
environmentNoEnvironment: pd (default), in, or acpd
Behavior3/5

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

With no annotations, the description must carry the transparency burden. It adds a useful behavioral detail: 'Returns the setting with decoded value if it was encoded.' However, it does not mention error handling, authentication requirements, or how pagination parameters affect results, leaving room for more disclosure.

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, well-structured sentence with no redundant information. It efficiently conveys the core action and a key behavior.

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?

For a simple get tool, the description covers the essential intent and the decoding behavior. No output schema is provided, so the return value is only vaguely described as 'the setting,' but the parameter schema handles the optional fields. It could further clarify the purpose of offset/limit for line-based settings, but overall it's reasonably complete.

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 input schema already covers all 8 parameters with descriptions, so the baseline is 3. The description adds no extra parameter meaning beyond naming the key; it doesn't elaborate on optional filters like type, owner, or environment.

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: 'Get a specific company setting by key name.' It uses a specific verb ('Get'), identifies the resource ('company setting'), and narrows scope ('specific... by key name'), which distinguishes it from sibling tools like list_company_settings and search_in_setting.

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 phrase 'specific... by key name' implies the tool is for retrieving a single known setting, but it does not explicitly mention when to use it instead of list or search alternatives. No exclusions or alternative tool references are provided.

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/larkinmaxim/mcp_customer_settings_http'

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