get_object_meta

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.

Server Ontraport MCP Server landonray/mcp-server
Category Read
Risk class Low
Parameters 00 required

What get_object_meta does on Ontraport MCP Server

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.

Why get_object_meta needs a policy

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…

Questions about get_object_meta

What does the get_object_meta tool do? +

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.

How do I enforce a policy on get_object_meta? +

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.

What risk level is get_object_meta? +

get_object_meta is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit get_object_meta? +

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.

How do I block get_object_meta completely? +

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.

What MCP server provides get_object_meta? +

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.

// THE FULL RECORD

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 →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.