Skip to main content
Glama

get_skill

Laurent Knauss' technical skills, grouped by domain (Agentic AI & LLM orchestration, RAG & Voice AI, Full-stack web, Automation & tooling, Engineering & DevOps). Each skill has a label and a short detail. Use this to assess fit for AI/agentic development roles.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It mentions the structure (grouped by domain, each skill has label and detail), which is useful, but does not explicitly state that this is a read-only operation, nor any limitations like recency or completeness.

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?

Two sentences with zero waste. The first sentence states the resource and structure; the second gives the intended use case. Every phrase adds value, including the domain list which helps an agent understand the data's scope.

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?

For a 0-parameter read-only tool, the description adequately covers what the tool returns and why it might be used. It does not provide an exhaustive output schema, but the label/detail/grouping description is sufficient for the low complexity. A minor gap is not explaining how the 'fit' assessment should be performed, but that is arguably outside the tool's scope.

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, so there is no parameter behavior to explain. The description appropriately details what the returned data contains, satisfying the baseline of 4 for a no-parameter tool.

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 clearly identifies the resource as Laurent Knauss' technical skills, grouped by domain, and lists the specific domains. It does not explicitly differentiate from siblings like get_profile, but the focus on skills and role-fit is distinct enough.

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?

It provides clear context for when to use the tool: 'assess fit for AI/agentic development roles.' There is no explicit exclusion or mention of alternatives, but the stated use case is specific and actionable.

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.4/5.0
Disambiguation5/5

Each tool maps to a distinct resource and action: booking a call, viewing one article, viewing the profile, viewing skills, and listing articles. While get_profile includes a Cal.com link, book_call is clearly the purpose-specific tool for scheduling, so there is no real ambiguity.

Naming Consistency5/5

All tool names follow a consistent lower_snake_case verb_noun pattern: book_call, get_article, get_profile, get_skill, list_articles. Singular get_* tools and the plural list_articles follow an intuitive, predictable convention.

Tool Count5/5

Five tools is well-scoped for a personal website/portfolio server. Each tool covers a meaningful surface area without redundant or filler operations.

Completeness5/5

The toolset covers the core visitor and agent needs: discovering and reading article metadata, retrieving the profile and contact details, assessing skills, and booking a call. Article content is intentionally available via the returned canonical URL, so there are no dead ends.

Resources