Skip to main content
Glama
vikash-b5

OmniKit

case_convert

Converts text to a specified casing style: snake_case, kebab-case, camelCase, PascalCase, uppercase, or lowercase.

Instructions

Convert text casing: snake, kebab, camel, pascal, upper, lower.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
styleYessnake
Behavior3/5

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

No annotations are provided, so the description bears the behavioral burden. It discloses the core action and supported styles but doesn't note edge-case behavior (e.g., multi-eord accent, numbers, whitespaces) nor the return type. The operation is simple, but the lack of any explicit edge-case info is a modest gap.

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 concise, front-loaded sentence that contains zero filler. Every part contributes to understanding the tool's purpose and choices.

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

Completeness3/5

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

For a two-parameter converter with no annotations and no output schema, the description is minimally adequate but omits practical details like how multi-word text is parsed and what exact transformation each case style. The tool is simple, but an agent could still have ambiguous meaning of 'camel' behavior without clarifying.

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?

With 0% schema description coverage, the description must compensate. It enumerates the 'style' values and states that 'text' is being converted, which gives meaning to both paramands. It doesn't explicitly map parameter names, but the schema names ('text','style') and the description's list make the mapping uncont amp

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 states a specific verb ('Convert') and resource ('text casing'), and enumerates the relevant style options ('snake, kebab, camel, pascal, upper, lower'). This clearly distinguishes it from sibling tools such as base64_encode or sha_hash, so an agent can easily target when to select this tool.

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 context is implied: use this tool when text casing needs to be transformed. It doesn't explicitly mention alternatives or exclusions, but the sibling list shows no overlapping casing converters, so the context is unambiguous. Lacks an explicit when vs. when-not-to-use, keeping it from a 5.

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/vikash-b5/omnikit-mcp'

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