Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_git_get_v1_git_oauth

Read-onlyIdempotent

List your Git OAuth connections and see which accounts are linked. Use this read-only endpoint to review existing integrations and confirm authentication status.

Instructions

List OAuth connections

HTTP: GET /v1/git/oauth Category: Git Required scopes: git:read Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare the tool read-only, idempotent, non-destructive, and open-world. The description adds useful context beyond those annotations by specifying the exact HTTP endpoint, category, and required scope 'git:read', which an agent needs to know before calling.

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 compact and well-structured, leading with the core action and then providing endpoint, category, scope, and safety information. Every line carries useful information with no redundancy.

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 zero-parameter list operation with strong annotations, this description is complete enough. It names the operation, gives the endpoint, identifies required scopes, and confirms read-only behavior; no additional information is necessary for correct invocation.

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 input schema has zero parameters, so there are no parameter semantics for the description to clarify. The baseline of 4 applies because there is nothing about parameters the agent needs to resolve.

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 states a specific verb and resource: 'List OAuth connections'. This clearly differentiates it from sibling git OAuth tools that create tokens or delete connections, and the HTTP endpoint reinforces the exact operation.

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 when to use the tool: whenever the agent needs to list OAuth connections. It provides the required scope 'git:read' as a prerequisite, but it does not explicitly contrast this tool with alternatives or state when another git/OAuth tool should be preferred.

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

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/Panelica/panelica-mcp'

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