Skip to main content
Glama
MadeByTokens

Deobfuscate MCP Server

by MadeByTokens

get_symbol_source

Extracts source code for specific functions or classes from minified JavaScript bundles to enable reverse-engineering and code analysis.

Instructions

Extracts specific function/class source code.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNameYes
codeNo
filePathNo
moduleIdNo
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. While 'extracts' implies a read operation, it doesn't specify whether this requires file access permissions, how it handles missing symbols, what format the extracted code returns in, or any performance considerations. This leaves significant gaps for a tool with 4 parameters.

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 extremely concise at just 4 words, with no wasted language. It's front-loaded with the core action and resource. Every word earns its place, though this conciseness comes at the cost of completeness.

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

Completeness2/5

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

For a tool with 4 parameters, 0% schema coverage, no annotations, and no output schema, the description is inadequate. It doesn't explain what the tool returns, how parameters work together, or provide enough context for an agent to use it effectively beyond the basic purpose.

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?

With 0% schema description coverage for all 4 parameters, the description provides no information about what 'symbolName', 'code', 'filePath', or 'moduleId' mean or how they interact. The description mentions 'specific function/class' which hints at 'symbolName', but doesn't explain the other parameters or their relationships.

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 verb 'extracts' and the resource 'specific function/class source code', which is specific and actionable. However, it doesn't distinguish this tool from potential siblings like 'get_module' or 'list_functions' that might also retrieve code-related information.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. With siblings like 'get_module', 'list_functions', and 'search_modules' available, there's no indication of what makes this tool unique or when it's the appropriate choice.

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

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