Skip to main content
Glama

get_teacher_profile

Retrieve a teacher's profile, departments, ratings, and analytical metrics by ID to analyze their performance and reviews.

Instructions

Get source profile, departments, ratings and analytical metrics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
teacher_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are present, so the description carries the full burden of behavioral disclosure. It only enumerates content categories and does not mention data freshness, pagination, permissions, error behavior, or confirmation that the operation is read-only.

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, front-loaded sentence with no wasted words. It is concise and easy to scan.

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

Completeness3/5

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

For a one-parameter getter with no output schema, the description gives a rough picture of return content. However, it is not fully self-sufficient because it lacks parameter semantics and does not clarify how it differs from overlapping sibling tools.

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

Parameters2/5

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

The schema has one required parameter, teacher_id, with no description coverage and no added meaning in the description. At 0% schema coverage, the description needed to compensate but does not explain the parameter.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb and resource, 'Get source profile, departments, ratings and analytical metrics.' It clearly identifies the tool's output categories, but it does not differentiate itself from overlapping siblings like get_teacher_analytics or get_teacher_reviews.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool instead of alternatives such as get_teacher_analytics, get_teacher_reviews, or search_teachers. Usage is only implied by the verb and resource list, never stated explicitly.

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