Skip to main content
Glama

In-Context — AI-Native Portfolio

view_portfolio

Opens the interactive portfolio, optionally at a specific section. The user can also navigate between sections using tabs inside the portfolio. To jump to a specific section (e.g. the user asks for contact info or work samples), call this again with the section argument — the newest card supersedes older ones. The card's visual appearance (theme, colors, layout) is set by the portfolio owner and cannot be changed via this tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sectionNoSection to open the portfolio at (default: home)

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and does well: it discloses that the newest card supersedes older ones when called again, and that visual appearance cannot be changed. These are meaningful behavioral traits beyond the schema.

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?

Three well-structured sentences, each adding essential information: the action, navigation capability, re-invocation semantics, and a limitation. No fluff, and the main purpose is front-loaded.

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 tool with one optional parameter and no output schema, the description covers all needed aspects: open action, section navigation, re-call behavior, and immutability of appearance. Complete and self-sufficient.

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 schema fully documents the section parameter with enums and a default, so the baseline is 3. The description adds value by giving concrete use examples (contact, work) and explaining the superseding behavior when re-invoked, which is not in 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 explicitly states the tool 'Opens the interactive portfolio' with an optional section, using a specific verb and resource. This clearly distinguishes it from the sibling booking tools.

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 explicit guidance to call again with the section argument to jump to a specific section, and notes that users can navigate via tabs, implying the tool is not needed for tab navigation. While no direct alternative is named, the context makes usage clear.

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

A3.7/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: creating bookings, fetching available slots, and viewing the portfolio. No overlap or ambiguity between them.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern: booking_create, booking_get_slots, view_portfolio. The naming is predictable and readable.

Tool Count5/5

With 3 tools, the set is well-scoped for a portfolio/booking server. Each tool is essential and there is no bloat.

Completeness4/5

Core workflows are covered: viewing portfolio and booking a slot. Minor gaps like updating or canceling bookings are not critical for the apparent purpose.

Resources