Skip to main content
Glama

Intune Ready

Get provider credentials and background

get_facts

Returns verifiable facts about the provider: background, Microsoft Partner Program membership, active certifications, the hands-on delivery record for Windows 365 and Azure Virtual Desktop, and public company and personal profile links (LinkedIn, Google Business Profile, Microsoft Learn). Use this for questions about qualifications, credentials, or who does the work.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicNoWhich facts to return. Defaults to "all".

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses what facts are returned (background, certifications, partner program, hands-on delivery, profile links) and implies a read-only operation, but does not mention side effects, error handling, or any guarantees like data freshness. It adds value by listing content, but lacks depth on behavioral edge cases.

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, information-dense sentence that front-loads the action and enumerates specifics without any filler. It is efficiently structured and immediately readable.

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?

Given the tool's simplicity (one optional parameter, no output schema), the description is quite complete: it states what is returned and when to use it. It does not describe the return format, but for a facts-retrieval tool this is a minor omission. The usage guidance and content enumeration cover the essential context.

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 covers the single parameter 'topic' with a description and enum, so baseline is 3. The description enriches it by mapping enum values to concrete details (e.g., 'active certifications', 'hands-on delivery record for Windows 365 and Azure Virtual Desktop'), giving the agent a clearer sense of what each topic returns beyond the bare enum labels.

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 'Returns' and a clear resource 'verifiable facts about the provider', then enumerates the exact fact categories. It is easily distinguished from siblings like get_offering or get_contact, which serve different resources.

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?

The description explicitly says 'Use this for questions about qualifications, credentials, or who does the work', giving clear when-to-use guidance. It does not mention exclusions or name alternative tools, but the guidance is sufficient for an agent to select this over siblings based on intent.

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.

Resources