Skip to main content
Glama

Look up the Roblox engine API

get_engine_api
Read-only

Look up live Roblox API signatures to verify class members, parameter types, security, and thread safety. Confirm existence, deprecation, and server-only restrictions before writing Luau.

Instructions

Authoritative signature lookup from the live Roblox API dump: a class's properties, methods, events and callbacks with parameter types, security level, deprecation and thread safety. Use this to confirm a method exists, check whether it is deprecated or server-only, or find the right member name before writing Luau.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesClass name (e.g. DataStoreService, Humanoid), Enum name (e.g. RaycastFilterType), or a single member as "Humanoid.LoadAnimation" / "Humanoid:LoadAnimation", which narrows the lookup to that member.
filterNoOnly members whose name contains this substring.
max_tokensNo
member_typesNoRestrict to these member kinds.
include_inheritedNoInclude members inherited from superclasses.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv1.1.5
    • changedInput schema / properties / name / description
      Previous value: -"Class name (e.g. DataStoreService, Humanoid) or Enum name (e.g. RaycastFilterType)."New value: +"Class name (e.g. DataStoreService, Humanoid), Enum name (e.g. RaycastFilterType), or a single member as \"Humanoid.LoadAnimation\" / \"Humanoid:LoadAnimation\", which narrows the lookup to that member."
  2. First observedv1.0.2

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already establish read-only and non-destructive behavior. The description adds meaningful context beyond those annotations: the source is a live, authoritative dump, and the lookup exposes security level, deprecation, and thread safety. No contradictory behavioral claims are made.

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 sentences with no filler: the first defines the tool's resource and output detail, the second provides concrete usage guidance. Key information is front-loaded and every phrase earns its place.

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?

Given no output schema, the description compensates well by summarizing both the lookup scope and the returned information categories. It is adequate for an agent to select and call the tool correctly, though an explicit mention of return shape or error behavior would make it fully complete.

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

Parameters3/5

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

Schema description coverage is high (80%), so parameters are already documented in the input schema. The description adds only broad context about member kinds ('properties, methods, events and callbacks') but does not meaningfully explain filter, max_tokens, or include_inherited beyond what the schema provides.

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?

States a specific verb and resource: 'Authoritative signature lookup from the live Roblox API dump', enumerating precisely what is returned (properties, methods, events, callbacks, parameter types, security, deprecation, thread safety). This clearly differentiates it from forum search, bug search, and creator-doc siblings.

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?

Gives explicit use cases: 'confirm a method exists', check deprecation or server-only status, and 'find the right member name before writing Luau'. It does not mention when not to use it or explicitly name alternatives, so it stops short of a full 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/EL4CTEO/roblox-devforum-mcp'

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