Skip to main content
Glama

get_profiles

Return links to Gabriel's website and academic/professional profiles (Scholar, ORCID, GitHub, LinkedIn).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations, the description bears full burden. It discloses that the tool returns static links (a read operation) without side effects. This is sufficient for a simple, non-destructive tool, though it does not mention rate limits or authentication.

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, well-structured sentence that conveys the entire purpose with no redundant words. It 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?

Given no parameters, no output schema, and a simple retrieval purpose, the description is fully complete. It tells the agent exactly what the tool returns and what profiles are included.

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

Parameters4/5

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

The tool has zero parameters, and the schema coverage is 100% (empty). The description correctly does not add parameter information, as none is needed. Baseline 4 for no parameters.

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 uses a specific verb 'Return' and specifies the resource as 'links to Gabriel's website and academic/professional profiles', listing examples (Scholar, ORCID, GitHub, LinkedIn). This clearly distinguishes it from siblings like get_bio or list_publications.

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 states what the tool does but provides no explicit guidance on when to use it versus alternatives. The context implies usage for retrieving profile links, but lacks explicit when-to-use or when-not-to-use instructions.

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.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: biography, expertise, profiles, share links, citation info, playgrounds, and publications. No overlap in functionality.

Naming Consistency4/5

Most tools follow a verb_noun pattern (get_bio, get_expertise, list_playgrounds), though 'how_to_cite' is a phrase and deviates slightly. Overall consistent.

Tool Count5/5

7 tools is appropriate for a personal information server covering key aspects of a single individual without being excessive.

Completeness4/5

Covers main areas: bio, expertise, profiles, publications, playgrounds, citation, sharing. Minor gap: no direct contact or CV tool, but core needs are met.

Resources