Retrieve field definitions for any object type. Returns field names, types, required/unique flags, and dropdown options. Essential for agents to discover what fields exist on an object before creating or searching records.
AI agents call get_object_meta to retrieve information from Ontraport MCP Server without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
get_object_meta retrieves metadata about object structures without creating, modifying, deleting, or executing any operations. It serves a purely informational purpose to help agents understand the schema of Ontraport objects. This is a standard Read operation: it queries and returns data without side effects.
From the tool's definition Tool description explicitly states it 'Retrieve[s] field definitions' and 'Returns field names, types, required/unique flags, and dropdown options.' The verb 'retrieve' and the read-only nature of querying metadata confirm this is a query operation with no…
Attacks that exploit this kind of access
Retrieve field definitions for any object type. Returns field names, types, required/unique flags, and dropdown options. Essential for agents to discover what fields exist on an object before creating or searching records. It is categorised as a Read tool in the Ontraport MCP Server MCP Server, which means it retrieves data without modifying state.
Register the Ontraport MCP Server MCP server in PolicyLayer and add a rule for get_object_meta: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Ontraport MCP Server. Nothing to install.
get_object_meta is a Read tool with low risk. Read-only tools are generally safe to allow by default.
Yes. Add a rate_limit block to the get_object_meta rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for get_object_meta. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
get_object_meta is provided by the Ontraport MCP Server MCP server (landonray/mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
get_object_meta is one line of Ontraport MCP Server's registry record.
The record carries the whole server: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.
Teams ship this data inside their own products. See what a licence covers →