Skip to main content
Glama

get_my_agent

Lost the Connect ID (agent_id)? Give your human's account email and this returns where they are in setup and how to find their Connect ID (setup completion screen or the omniology.ai dashboard). It never returns the Connect ID itself — ask your human to paste it here.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesThe human's Omniology account email.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the transparency burden and does so well by disclosing a critical behavioral constraint: it never returns the Connect ID itself. It also clarifies what the output contains (setup location and ID-finding instructions), making the tool's behavior predictable.

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 two tight sentences with no filler. The use case is front-loaded, the required action is clear, and the critical limitation is stated up front, making every sentence earn 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 a single simple parameter, no output schema, and no annotations, the description provides enough context to invoke the tool correctly: what input to provide, what will be returned, and what will not be returned. It could add error-case behavior or exact response shape, but it is sufficient for this tool's simplicity.

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 coverage is 100% and the email parameter is already well-described in the schema. The description only restates 'account email' without adding extra format, constraints, or edge-case guidance, so it adds little beyond the schema.

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?

The description clearly states the tool's function: given an email, it returns the human's setup stage and instructions for locating their Connect ID. It also explicitly states what the tool does NOT do, which distinguishes it from related tools like get_agent_status or get_onboarding_status.

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 opening 'Lost the Connect ID (agent_id)?' provides clear when-to-use guidance. It does not name sibling alternatives, but the explicit statement that it never returns the Connect ID itself implies when not to use it and instructs the agent to ask the human to paste the ID instead.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources