Skip to main content
Glama

Set APIFREAKS_MODULES to enable tools

list_modules
Read-onlyIdempotent

List the available modules in the APIFreaks MCP server. Identify which API tools (IP intelligence, whois, DNS, weather) are accessible for configuration and integration.

Instructions

No APIFreaks API tools are registered because APIFREAKS_MODULES is not set. Call this tool to see each module and its tools, then give the user a complete assignment to paste. Example: APIFREAKS_MODULES=ip-intelligence,whois,dns,weather

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint false. The description adds context that it lists modules and tools and helps generate an assignment, aligning with the read-only and idempotent nature. No contradictions with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with an example, efficiently conveying the reason and use case. It could be more structured, but it stays focused and front-loads the key information.

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 zero-parameter tool with no output schema and no siblings, the description is fully complete. It explains why the tool exists, what it does, and how to use the output, covering all necessary context.

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?

This tool has zero parameters, so the schema coverage is 100% by default. The description doesn't need to explain parameters, and the baseline for 0 params is 4. No additional semantic value needed.

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?

The description clearly states the tool's purpose: listing modules and their tools to generate an APIFREAKS_MODULES assignment. It uses the verb 'see' but is specific enough about what it does. The title is slightly misleading, but the description clarifies the actual action.

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 gives explicit guidance to call this tool when no tools are registered and to use the results to provide the user with an assignment. Since there are no sibling tools, it doesn't need to differentiate, but it provides clear context for when to use it.

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/api-freaks/apifreaks-mcp'

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