Skip to main content
Glama
Syedomershah99

being-human

voice_export

Export your voiceprint into formats for ChatGPT, Claude, Cursor, agents, or raw system prompts, so you can replicate your writing style across AI assistants.

Instructions

Compile the voiceprint into a format another tool reads: 'chatgpt' (custom instructions box, ~1500 chars), 'agents' (AGENTS.md), 'cursor' (.cursorrules), 'claude' (CLAUDE.md), 'system' (raw system prompt), or 'json'. Use when the user wants their voice set up in a different assistant.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYes
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses output formats and a character limit for chatgpt, but does not state whether the operation is read-only, writes files, or returns a value. Side effects and permissions are unmentioned.

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?

Two tightly written sentences. The first lists all targets compactly, and the second gives usage context. No wasted words.

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 one-parameter tool with no output schema, the description covers purpose, usage, and parameter semantics well. The only gap is not explicitly stating what the tool returns or whether it has side effects, which is minor given the tool's simplicity.

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 coverage is 0% and the schema only provides an enum. The description adds detailed semantics for each enum value (e.g., 'chatgpt' => custom instructions box, ~1500 chars; 'agents' => AGENTS.md), fully compensating for the schema's lack of explanations.

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 uses a specific verb ('compile') and resource ('voiceprint') and clearly distinguishes the tool from siblings by listing exact output formats. It unambiguously states what the tool does.

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 provides clear context with 'Use when the user wants their voice set up in a different assistant.' It does not explicitly state when not to use or name alternatives, but the sibling tool names and the format list imply the scope.

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/Syedomershah99/being-human'

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