Skip to main content
Glama
SunrisesIllNeverSee

Systems Intelligence Performative Commercial Benchmarking

get_operator_profile

Read-only

Retrieve an operator's profile by pseudonymous ID to view details, five canonical metric measurements with percentiles and status, plus benchmark availability.

Instructions

Get operator profile — operator details, measurements (5 canonical metrics computed from raw token observations with values, percentiles, status), and benchmark availability. Operator IDs are pseudonymous (e.g., op_001). Data is synthetic.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operator_idYesPseudonymous operator ID (e.g., op_001, op_003, op_034)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
teamNo
levelNo
pseudonymNo
syntheticYes
operator_idYes
role_familyNo
measurementsYes
primary_platformNo
Behavior4/5

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

The annotations already mark the tool as readOnlyHint=true, and the description adds useful behavioral context: metrics are 'computed from raw token observations,' operator IDs are pseudonymous, and the data is synthetic. This helps the agent set expectations about data provenance and privacy without contradicting the annotation.

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 a single, tightly structured sentence that front-loads the core purpose and then lists the key content areas. The second sentence adds relevant context about pseudonymity and synthetic data without any fluff. Every element earns its place.

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

Completeness5/5

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

For a simple single-parameter, read-only tool with an output schema present, the description covers the essential facts: what is returned, how metrics are derived, and important caveats about data provenance. The agent has enough information to decide whether to call it and to understand the response shape.

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?

The input schema already fully documents the single parameter with description and examples, so the description does not need to add much. The description's mention of pseudonymous operator IDs reinforces the parameter format, but adds no fundamentally new semantics 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 opens with a specific verb and resource ('Get operator profile') and enumerates the exact contents: operator details, 5 canonical metrics with values/percentiles/status, and benchmark availability. This clearly differentiates it from sibling tools like get_operator_similarity or get_composite_score, which target different aspects of operator data.

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

Usage Guidelines3/5

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

The description implies this is the entry point for basic operator profile information, including metrics and benchmark availability. It does not explicitly state when to choose this tool over related siblings such as compare_operator_to_reference or get_operator_similarity, so the usage guidance is only implicit.

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/SunrisesIllNeverSee/Moses_Enterprise_B2BPilot_'

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