Skip to main content
Glama

apikeys_generate_api_key

Generate an API key for your email to access DataNexus data. Registered users receive 500 monthly calls; pass the key in the X-DataNexus-Key header.

Instructions

Generate a DataNexus API key for the given email address. Registered users receive 500 calls/month instead of 100. Store the returned key — it is shown only once. Pass it as the X-DataNexus-Key header on future requests. Rate limit: 3 keys per IP per 24 hours.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description discloses key behavioral traits: key shown only once, rate limit, and registered users benefit (500 calls/month). This provides sufficient transparency for a key generation tool.

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?

Four concise sentences, each adding distinct value: action, benefit, storage instruction, rate limit. Front-loaded with the main purpose. No wasted words.

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?

For a simple one-parameter tool with an output schema, the description provides all necessary context: what it does, how to use the output, and rate limits. No gaps.

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

Parameters2/5

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

Only one parameter (email) with 0% schema description coverage. The description only says 'for the given email address', which adds minimal meaning beyond the schema's required field. No format or validation details are provided, so compensation is poor.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states the tool generates a DataNexus API key for an email address. The verb 'generate' and resource 'API key' are explicit. Sibling tools (revoke, rotate) have different actions, so purpose is distinguishable without explicit comparison.

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?

Provides important usage instructions: store the key (shown only once) and use it as the X-DataNexus-Key header. Also mentions rate limit (3 keys per IP per 24 hours). Does not explicitly state when not to use, but context is clear.

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/datanexusmcp/mcp-server'

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